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
Post a Comment