CS 655 - Info. Delivery on the Internet - Program 3 - Name:_____________ Assigned: Friday, November 17, 2003 Due: Friday, December 5, 2003 (100 points) o Put your name and add necessary comments into these code when necessary. These are a part of grading in the assignment. o Write one page document describing the programs you created. o Both the hardcopy and the electronic copy of your code should be submitted. Your login ID should be present in your code. o Use the handin system to submit all code including your document electronically. The submission ID is 3. This assignment is an ongoing project of the online store you created in the first assignment. 1. Create a HTML document that collects an item information of your online store. This page has four buttons: add, delete, list, and update. 2. Write a servlet that has four fuctions: (1) add a new item (2) delete an item (3) show a list of products in the table format (4) update an item (optionl for undergraduate students and count 10 bonus points for undergraduates.) Note: Please refer to Stocks.html and Stock.java at http://www.cs.wichita.edu/~chang/lecture/cs655/program/servlet/Stocks.html