Instaling Spring (not STS) into Eclipse
I am using Eclipse Helios SR2 and I am trying to install the Spring jar files only. All I want to do is start a web MVC project. I not need STS, roo, tc, etc.
So what do I need to do? Download the Spring-Framework and copy the jar files to the project's WEB-INF/Lib folder? If so, which jar files are necessary for a Spring MVC project? (All the posts I've seen on this topic seem to be > 5 years old, and everyone seems to have a different method.)
Thanks.
Kevin