How to start using spring?

Following steps need to be done to start with the Spring:

  • Download Spring and its dependent file from spring’s site.
  • Create the application context XML to define beans and its dependencies
  • Integrate application context XML with web.xml
  • Deploy and Run the application