Home ProjectsNotes

JDBC


This assignment requires that you modify your Health Care 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 of the Health Care System. On the server-side, a Java Servlet will perform all the processing that the doctor requires and will provide dynamic content to the patients, such as their appointments, patient information, appointment 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 doctor and the pharmacy. 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 8
Demo Date: June 6, ECI Lab

Handout
Template
Email for the password