UMBC  |  CSEE  |  Tarr  |  CS691Y

CMSC691D Java Server Technologies

Spring 2001

Project 1

On-Line Store Servlet Project

Due Date: March 12, 2001


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:

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 cs691y 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 cs691y project1
To remove a previously submitted file, type
        submitrm cs691y project1 <filename>


Project Due Date

This project is due March 12, 2001. You have a one week, automatic, no-need-for-a-lame-excuse grace period.

No project will be accepted after March 19, 2001. NO EXCEPTIONS! NO EXCUSES!


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