miniaturepail
Apr 20th, 2012, 02:46 PM
I'm very new to spring framework and I am following the steps in this tutorial http://static.springsource.org/docs/Spring-MVC-step-by-step/part1.html. When I got to step 1.7, I can't find the jar files mentioned in the instructions. The article mentioned that the author was using Spring Framework 2.5. I have Spring Framework 3.1.1. Should the instructions be updated for the newer version of spring framework? Or should I look for those files in a different location?
---
1.7. Copy libraries to 'WEB-INF/lib'
First create a 'lib' directory in the 'war/WEB-INF' directory. Then, from the Spring distribution, copy spring.jar (from spring-framework-2.5/dist) and spring-webmvc.jar (from spring-framework-2.5/dist/modules) to the new 'war/WEB-INF/lib' directory. Also, copy commons-logging.jar (from spring-framework-2.5/lib/jakarta-commons) to the 'war/WEB-INF/lib' directory. These jars will be deployed to the server and they are also used during the build process.
---
1.7. Copy libraries to 'WEB-INF/lib'
First create a 'lib' directory in the 'war/WEB-INF' directory. Then, from the Spring distribution, copy spring.jar (from spring-framework-2.5/dist) and spring-webmvc.jar (from spring-framework-2.5/dist/modules) to the new 'war/WEB-INF/lib' directory. Also, copy commons-logging.jar (from spring-framework-2.5/lib/jakarta-commons) to the 'war/WEB-INF/lib' directory. These jars will be deployed to the server and they are also used during the build process.