0% found this document useful (0 votes)
3 views3 pages

Spring MVC Architecture and Concepts

Uploaded by

giang2061998
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views3 pages

Spring MVC Architecture and Concepts

Uploaded by

giang2061998
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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?

You might also like