Project 2 for CSCI 4330.003

Group members:
Ken Yinn Chung
Edison Chindrawaly

Group homepage:
http://jsp.csci.unt.edu/chung
http://jsp.csci.unt.edu/chindraw

Description of the Project2:
Project 2 is to design and to implement the simulation for UNT Alumni
database using Java Servlet. MySql stores the data and interact with
Servlet. Users can insert, and modify their information.

List of files:
MemberLogin.java
Search.java
Registration.java
Update.java
UpdateLogin.java
correctLogin.html
incorrectLogin.html
index.html
member_login.html
reg_form.html
search.html
update_login.html

Known bugs:
Currently there are no known bugs. The servlets work fine under
normal circumstances.

Additional feature:

Search.java has the ability to display all the different results that
users input. The users may input one or more search key criteria.
If the users input more than one key creteria, the results shown will be
independent of each other.

Limitation:

Users must complete the registration form in order to register.

The servlet will not allow users to skip any of the questions in the
registration form.

No deletion allows in the database.
