We will be releasing the specification for milestone 2 shortly.
We have created a starting project for milestone 2 that contains everything that you need to create a Jooby web service with JDBI persistence and a Vue AJAX client.
Copy the clone URL from the following page and clone the starting project.
Create a repository on GitBucket named milestone2
<> the cloned project to your milestone2
repository and push.
Verify that the project is now in GitBucket.
Copy the source packages, CSS folder, and JSP files from your milestone 1 project into your milestone 2 project. The easiest way to do this is to use the files pane in NetBeans.
Copy and paste the <> and <> folders from milestone 1 into the <> folder of milestone 2.
Copy and paste the <> folder from milestone 1 into <> of milestone 2.
Copy and paste the <> folder of milestone 1 into <> of milestone 2.
Copy and paste all of the JSP/HTML files in <> of milestone 1 into the <> folder of milestone 2.
Delete the servlet classes. They have no relevance to a CSR project and will not be needed.
You should also delete the JettyServer
class since we don't need it.
You can now work on the cloned milestone 2 repository since it is now attached to your repository.