java - Which JAR files to add in order to get going in Spring Framework 3.0.5? -


the tutorials said needed import spring.jar , commons-logging.jar files in order going. using spring 2.5.6.

the 3.0.5 version i'm using doesn't contain spring.jar file. referred instead?

much depends on parts of spring need. spring contains lot of modules in , not bundled anymore. maven repository lists released spring artifacts. ones start spring- , navigate inside see if released in 3.0.5. if don't - don't need them. , files named pom.xml inside directories may give idea on external libraries need.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -