
Hi,
Am learning spring from this site.. I found how to install the spring at http://www.roseindia.net/spring/spring-framework-install.shtml this page.. But there's no page abt how to setting up development environment for that.. It directly skipped into the example...
Can u Pls tell me how to set up the development environment for spring
Thanks in advance

Hi,
If you developing a web application you can include all the jar files in the lib directory of web application.
For console based application also you have to include the required jar files in classpath.
Thanks