6/29/2023
SPRING MVC
[Link]
MVC Model
Nguồn: [Link]
1
6/29/2023
Spring MVC architecture
Nguồn: [Link]
16_fig5_349049076
Spring MVC architecture
Nguồn: [Link]
2
6/29/2023
Concepts
- Web applications
- Admin functions and user functions
- Src/main/java/, src/main/resource/, source/main/webappp/ root path or
class path.
- Views
- Request and handle and response
- action
- POST method and GET method
- Questions
Implementation
- Insert an html page into maven project and convert it to a jsp page
- Create a controller to handle a view request
- Create MVC configuration
- Insert static resources of jsp pages into maven project
- Optimize jsp page layout
- Relational Others?
- Questions?