-
May 7th, 2010, 11:21 AM
#11

Originally Posted by
chudak
There is definitely the dist folder in this zip but can't figure this out : where the F*ck is the spring.jar or what is its new name??
This is from a spring tutorial:
"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"
Where are those 3 files?
-
May 11th, 2010, 04:18 PM
#12
-
Nov 15th, 2010, 01:06 PM
#13
Looking at the documentation (readme.txt) the framework is no longer contained in a spring.jar file anymore.
It says the structure has changed and to go here for updated examples on how to use the new structure:
http://blog.springsource.com
-
Jan 20th, 2012, 10:44 PM
#14
I know bunch of a people will tell ya, neeee, you should switch to new ways of building the spring projects, bal bla bla... especially by using greatest maven building tool which stores all the required files in a specific folder AWAY from a eclipses workspace or servers folder. After having spent pretty much of nights making it happen, I decided to do that step by step approach from the springsource which in fact is not updated with ongoing developments.
Ok, so, hopefully this can help some guys go further and not give up on spring.
http://ebr.springsource.com/repository/app/
I find this tool of springsource pretty cool to find any of your required jars. Frankly, finding the exact spring.jar is probably not a good idea, as you might end up playing with the old versions which mixed with newer version of some other classes might cause some bugs.
I used to put each of the imported packaged from spring example into search and got myself the latest version jar file which offers its implementation.
I havent completed this yet, but I think it might be useful to some of the guys.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules