Spring MVC architecture and Processing request controller

Source: Internet
Author: User

The MVC design pattern has been well used in various mature frameworks, and it divides the View,controller,model three layers into a clear, loosely coupled, highly reusable and highly adaptable architecture.

The Spring MVC Framework is the classic MVC framework and is the most clearly structured JSP MODEL2 implementation. It is based on Servlet,dispatcherservlet and is the core of the entire framework.

Spring MVC's Processor mapping (Handlermapper) can be configured to support annotation processors, requiring only configuration <mvc:annotation-driven/> labeling.

The processing method of the Spring MVC controller Returns a Modelandview object that includes data model and view information.

Spring MVC uses the view parser to perform the view parsing work and resolves the logical view name returned by the controller's processing to a real view object.

Spring MVC architecture and Processing request controller

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.