CGS4825, Assignment 3

Due Wednesday, 8/9 at 5:00 pm

Zip and upload your cgs4825 directory. Exclude all .jar, .zip and .war files.

Modify .cshrc

Edit the .cshrc file.

Apache

Shut down your Apache host. It is not needed for this assignment and it will slow down ocelot.

Tomcat

For the username web application.

Web Application

Create an application that does required validation. The application should be in a package named hw4.

Style Sheet

Create a directory in the root of the username web applciation named css.

Web Application - Continued

Update some classes.

Add a multiple select list to your Edit page.

Save the bean to a database.When the user clicks the process button, write the user's data to your mysql database using Hibernate.

Display all the current data from the database in the process page.