-
Notifications
You must be signed in to change notification settings - Fork 1
Home
HaoranYu edited this page Jul 20, 2019
·
2 revisions
Implement Model -> View -> Controller(MVC) architecture:
- View - JSP or HTML files
- Controller - servlet classes that intercept request and prepare response
- Model - data access object (DAO) classes that talk to the database
Schema name: Hplus tables: Users - to store all user information Products - to store all product-related information Orders - to store order history of a particular user