UMBC  |  CSEE  |  Tarr  |  CS484

CMSC484 Java Server Technologies

Fall 2004

Project 1

On-Line Store Servlet Project

Due Date: October 20, 2004


Project Description

In this project, you will be implementing a simple on-line store using Java servlets. The sample page given below illustrates an on-line book store, but you can implement any kind of store (within the bounds of good taste, of course) that you like.

Project Requirements

Your project should have the following elements: You must submit your project as a web application, (that is, a .war file) which can be dropped into Tomcat and run.

Project Grading

Your project will be graded according to the following criteria:

As in all your work, NO COPYING OR PLAGIARISM. If such is detected, no credit for the project will be given and appropriate actions for academic dishonesty will be taken.


Project Submission

You must submit the following: Submit all of the above using the submit program. To submit, you type
        submit cs484 project1 <filenamelist>
where filenamelist is a list of one or more files. You can submit a file as often as you like; the latest file submitted overwrites any previous submissions. To list the names of the files you have submitted, type
        submitls cs484 project1
To remove a previously submitted file, type
        submitrm cs484 project1 <filename>


Project Due Date

This project is due October 20, 2004. You have a one week, automatic, no-need-for-a-lame-excuse grace period.

No project will be accepted after October 27, 2004. NO EXCEPTIONS! NO EXCUSES!


Bob Tarr
University of Maryland, Baltimore County
tarr@umbc.edu
UMBC  |  CSEE  |  Tarr  |  CS484