CGS4825 Assignment 3

Due Friday, 11/11 at 11:59 pm.

You will not be able to upload your webapps folder, because it will be too large. My upload program only allows for a file of up to 1 MB.

Do not modify your files on ocelot until after your assignment has been graded.


Add the jar files to the lib directory for the Standard Template Library, Populating a Bean, Validating with Hibernate, Persistence with Hibernate, and the MySQL connector. There is a ZIP file for this in Chapter 4 of the book.

Create a subdirectory named hw3 in the root of the new web application.

Include a link to the hw3 directory in the index.html of your web application root.

Create a subdiretory of WEB-INF named hw3_JSP. Create three JSPs in this directory

Create a bean that will encapsulate the form data.

Create a controller servlet in a package named hw3_servlet that will control the above JSPs.