Added a method to add users to the customer database.
Added back end database methods for when a user checkouts.
Now users are able to type in their user name and password and it properly calls the login servlet and checks that the user is in the database, but I currently don't know how to have the login information (The username) be saved throughout the entire session.
Added the Login_RB.java servlet. It has the basics for verifying a user's name and password are in the database but it may not be grabbing the right parameters from the html file, and some sort of action needs to be performed based on the result of knowing if a login is good or bad.
Doesn't work yet, please help.
Added the price calculation for check out. Still needs testing to ensure it works.
Totally changed the insert class. But it's still in progress.
Uploaded the code.