Purpose
| To apply the knowledge of MVC architecture with MySQL database to develop a web application.- Graphical interfaces are displayed with the JSP pages with CSS (GUI)
- All business logic and data processing are done in Servlets and JavaBeans
- Web Browser is communicating with Servlets, not JSP pages
Tasks- Customers can create an account and ability to order of the products on the website
- Customers can log in and out and session is managing them
- CSR people manage (CRUD) customers account, products, and orders
- Both Customer and CSR employee can have ability to change their account information
|