CIS-390: Design of Large Software Systems
Homework #2: Web Applications
Due Friday, March 1
The assignment is to reimplelment the simple client/server bulletin board system
from Homework #1 as a web application using Java servlets and/or JSPs.
- The functional requirements are the same as for Homework #1, except that the user interface should
be implemented as HTML based web pages.
Submissions
Turn in two zip (archive) files as email attachments to
pbergstein@umassd.edu.
The first attachment should contain your eclispe project
(the folder containing the project from your eclipse workspace). The second should contain your web application
(the folder from the tomcat webapps directory containing your application).