| Assignment | Exercise | Due Date | Final Due Date |
| Test 2 | Write an Auction Web Application | Apr 3, 5:00PM | Apr 8, 5:00PM |
| Description: | Using Servlets and the occasional HTML file, write an Auction App. The app should provide the following functionality:
|
||
| GUI: | Click here to view a mockup of the app and the screens that comprise its GUI. Rightclick here to download all the screens. |
||
| Hints: | You should be able to roughly follow the architecture of the chatroom app that we looked at. Each Item for sale should be an object that's attached to the ServletContext. The Item objects each have the nine properties specified above. Each buyer or seller who registers gets a Session ID. Of course this is just an exercise. A real auction serializes items and users to a data base but you are not required to do so. When you stop the servlet container, item listings are lost and when the user closes their browser, their user name is lost. |
||
| Submission: | All source code must be submitted in a ready-to-deploy format:
Please remember to put your name in your source code, your zip or jar file name, and/or on your floppy. Thanks. |
||
| Grading: | Tests submitted after Due Date incur a 25% penalty. No submissions will be accepted after the Final Due Date. | ||