Framework introduction
Through the strategy interface, the Spring framework is highly configurable and includes multiple view technologies, such as JavaServer Pages (JSP) technology, Velocity, Tiles, iText, and POI. The Spring MVC framework is unaware of the views used, so it does not force you to use only JSP technology. Spring MVC separates the roles of controllers, model objects, filters, and handler objects, making them easier to customize.
Framework advantages
Lifecycle for overriding binding, validation, etc., easy to integrate seamlessly with other View frameworks (Tiles, etc.), and uses IOC to facilitate testing.
It is a typical textbook mvc architecture, unlike struts, which are all variants or are not completely based on the mvc system. For beginners or people who want to understand mvc, I think spring is the best, and its implementation It’s a textbook! Second, it is a pure servlet system like tapestry, which is also its advantage over struts compared to tapestry. And the framework itself has code, which looks easy to understand.
Details
·Json·
·Depend on Jar·
it works
it works
it works