Home ProjectsNotes

Servlet


This assignment requires that you modify your Party Planner Service System to run using HTML Web pages and Java Servlets/Java Server Pages using HTTP, instead of Java sockets, for connectivity between the patient and the doctor. The client is a Web browser that provides the same Graphical User Interface (GUI) but with HTML components (tables, buttons, forms, etc.) and the same functionality. On the server-side, a Java Servlet will perform all the processing that the Party Planner requires and will provide dynamic content to the clients, such as their parties, client information, facility scheduling, etc. The Java Servlet will connect to the MySQL database using JDBC. You should be able to use the Database class from Assignment 4 without modification. You will continue to use RMI communication between the Party Planner and the caterer. For this assignment, you may choose to use Java Server Pages (which you might find easier to code) and Java Beans to create your Java Servlet.

Information


Project Deadline:June 5
Demo Date: June 5,
ECI Lab

Handout
Template
Email for the password

HTML tag quick list
A JSP tutorial