Homework 1
CS320, Fall 2006


Due: Tuesday, October 17

Please upload your files using CSNS. The files should include all the source code, documentation, and an HTML file hw1.html, which contains a link to your servlet on the CS3 server. Note that file uploading will be disabled automatically after 11:59PM of the due date, so please turn in your work on time.


[Reading]
[Online Album]

For this assignment, you are going to write a servlet that implements an online album manager, which manages pictures for a number of users. Each user has their own home page, which we call an album, where they can add and delete pictures, edit the information about the pictures. and organize the pictures in some folders. In particular,
Welcome to CS320 Online Albums

For this assignment, you need to have at least two users (with cysun being one of them). When a user clicks on one of the albums, the application should displays the selected album as described below.

Folders:

Hawaii
LA
Description:

Pictures taken when we were on vacation in Hawaii.

[pic1]
[pic2]
[pic3]
[pic4]
[pic5]

If the servlet is requested with an invalid user, simply displays the front page with the list of the albums.
Name:
Folder:
File:

[NOTES]