SPRINGMVC's introduction:
Springmvc, like struts, is an MVC framework , seamlessly connected to spring, and like Struts2,
Spring MVC is a follow-on product of Springframework and has been integrated into spring Web flow.
The Spring framework provides a full-featured MVC module for building WEB applications.
Using spring's pluggable MVC architecture , you can choose to use Spring's SPRINGMVC framework or integrate with other MVC development frameworks, such as STRUTS1,STRUTS2, when using spring for web development.
Environment Construction:
① Creating a Dynamic Web page project in Java EE
② Configuring Tomcat
③ adding configuration about SPRINGMVC in the Web. XML configuration file
Introduction of jar packages, no need to introduce struts packages, to make the code more concise
Can be dragged directly to the directory of the jar package, viewresolver to solve the
Http://www.cnblogs.com/superjt/p/3309255.html saw a predecessor of the link, feel very good, collection
Introduction to 1.SpringMVC and environment construction