Brief Spring MVC

What is Spring MVC?

Spring Spring MVC is to provide a framework to achieve a lightweight Web Web MVC design pattern. It Struts2 framework, as are all MVC framework, but aspects of its use and performance more excellent than Struts.

 

Spring MVC has the following characteristics:

1. The part of the Spring Framework, can easily use other functions provided by Spring.

2. flexibility, ease of integration with other frameworks.

3. To provide a front-end controller DispatcherServlet, so that developers do not need to develop additional controller object.

4. The user input can be automatically bind, and can correct data type conversion.

The built-in common verifier can verify a user input. If the check is not passed, it will be redirected to the input form.

6. Support internationalization. It can display multiple languages ​​based on the user area.

7. Support multiple view technology. It supports JSP, Velocity and FreeMarker and other view technology.

8. Use XML-based configuration file, after editing, without recompiling the application.

 

Published 376 original articles · won praise 172 · views 90000 +

Guess you like

Origin blog.csdn.net/Eider1998/article/details/104150604