We have created a web application for the water sampling system. It is incomplete --- it currently only allows the user to add and view scientists and samples --- the rest of the system has been left out to the keep the system at a manageable level (it is already pretty big with just this subset of features). The code for the system is also missing some bits (guess what your job in this lab is going to be).
Download the project from:
https://isgb.otago.ac.nz/teaching/COMP101/lab07-water-sampling
Unzip the project into your <> folder.
The project is a Java project that can be opened with an editor called NetBeans.
Start NetBeans using <
Information Science > NetBeans">>Open the project folder in NetBeans using <
Open Project">>.Ignore any warning dialogs that appear when you open the project (just close them) --- they are just telling you that the project needs a priming build.
Perform the priming build by clicking the <
> build project button. This will download the library dependencies that the project requires and build the project.