Project 3
Provide custom authentication (user email login) via a table of users/passwords. Provide html for “login now” or “register” – the latter adds a person to your database. Use Session – or cookies- to handle a “shopping cart”. Allow options to view cart, clear cart, go to check out. A (static html) table of items & prices could be used along with a mysql table representing stock (name, item#, cost and quantity). You can display a form to show items, for example. Handle logout. Don’t forget to update inventories and display an invoice.
E.C. Handle “help” for the user.
Useful (?) notes I made for this:
Storing session data…part of login/order servlets