UMBC  |  CSEE  |  Tarr  |  CS691Y

CMSC691D Java Server Technologies

Spring 2001

Project 2

Mutual Fund Company JSP Project

Due Date: April 23, 2001


Project Description

In this project, you will be implementing a web-based interface to a customer's mutual fund account using Java Server Pages. To access the user's account information, a two-step login procedure is to be used. First, a form asking for the user's account number is displayed Once the customer's account number is verified, a second form asking for additional validation information is displayed. If the additional information is valid, then the account information is displayed.

Project Requirements

Your project should be an appropriate combination of Java Server Pages and Javabeans along the following lines: Your project should include the following JSP 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 project2 <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 project2
To remove a previously submitted file, type
        submitrm cs691y project2 <filename>


Project Due Date

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

No project will be accepted after April 30, 2001. NO EXCEPTIONS! NO EXCUSES!


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