CGS4825, Assignment 6

Due Friday 12/5 at midnight

You are to create a project that has one servlet and several JSPs. Create a JAR file and upload it.

Use POST when submitting the data from the browser to the server.

Add a link to your server's default page that links to this servlet.

There will be several different JSP pages displayed by this project.

The Login Page will display a form with a Submit button and a text box for the Phone Number, and a text box for an E-mail Address.

The Form Page will have the following.

The Confirmation Page will have the following:

Please note that the data is not entered into the database until the user presses Confirm on the Confirmation Page.

I have created a simple database for you to use: SimpleDB.java
Javadocs for SimpleDB

Grading Policy