Week 9
Progress:
- Final RUM poster approved and ready to be sent for printing
- Connection Bean now talking to database
- Customer registration operational, including validation
- Customer log-in operational
- Automatic e-mail facilities operational
- Functionality of Log-in page fully operational
Problems:
- Validation bean accepting password in any case (upper or lower) which is wrong.
MS Access does not do a case sensitive comparison of passwords so we have to do checking of password case using Java code.
Objectives:
- Debug Validation Bean
- Work with functionality of the 'Profile update' and new user 'Registration forms'
- Create the Customer bean to store customer details
- Start the design of the products pages by dynamically retrieving the products from the database and displaying
them in their respective categories