Homework 2, Due Sep 22nd
For homework 2, use servlets and or JSP to implement
a simple web shopping site.
You need to support the following features:
- Have multiple items that can be added to a shopping cart
- Be able to review your shopping cart
- Be able to clear your shopping cart
- Be able to checkout and buy the contents of your shopping cart.
- In order to checkout, users must login
I've put my own implementation up at http://cafe.cs.umd.edu:8080/838p/hm2/shop.jsp