Introduction - If you have any usage issues, please Google them yourself
1. Catalog stored demonstrated the use of Spring MVC framework for the two web applications, this program can be directly deployed to the application server and run. Springapp1 directory 2.springapp and the corresponding web application, which provides the ant script-build.xml, if the application needs to be modified, you can directly modify the source code under the src directory, and then run the ant build to complete the compiler.
Packet : 41695050ch16.rar filelist
ch16\readme.txt
ch16\springapp\build.xml
ch16\springapp\index.jsp
ch16\springapp\src\LoginAction.java
ch16\springapp\src\LoginInfo.java
ch16\springapp\src
ch16\springapp\view\loginfail.jsp
ch16\springapp\view\main.jsp
ch16\springapp\view
ch16\springapp\WEB-INF\classes\LoginAction.class
ch16\springapp\WEB-INF\classes\LoginInfo.class
ch16\springapp\WEB-INF\classes
ch16\springapp\WEB-INF\Config.xml
ch16\springapp\WEB-INF\lib\commons-logging.jar
ch16\springapp\WEB-INF\lib\jstl.jar
ch16\springapp\WEB-INF\lib\log4j-1.2.9.jar
ch16\springapp\WEB-INF\lib\spring.jar
ch16\springapp\WEB-INF\lib\standard.jar
ch16\springapp\WEB-INF\lib
ch16\springapp\WEB-INF\web.xml
ch16\springapp\WEB-INF
ch16\springapp
ch16\springapp1\build.xml
ch16\springapp1\src\SpringappController.java
ch16\springapp1\src
ch16\springapp1\WEB-INF\classes\SpringappController.class
ch16\springapp1\WEB-INF\classes
ch16\springapp1\WEB-INF\jsp\hello.jsp
ch16\springapp1\WEB-INF\jsp
ch16\springapp1\WEB-INF\lib\commons-logging.jar
ch16\springapp1\WEB-INF\lib\jstl.jar
ch16\springapp1\WEB-INF\lib\spring.jar
ch16\springapp1\WEB-INF\lib\standard.jar
ch16\springapp1\WEB-INF\lib
ch16\springapp1\WEB-INF\springapp-servlet.xml
ch16\springapp1\WEB-INF\web.xml
ch16\springapp1\WEB-INF
ch16\springapp1
ch16