Skip to main content
2 of 2
added 198 characters in body
NimChimpsky
  • 4.7k
  • 4
  • 29
  • 40
  • dependency injection (you need this for unit tests)
  • easy to define request mappings makes creating a restful api possible in mins
  • custom jsp tags
  • jdbcTemplate
  • an enourmous library of useful functions (eg security, internationalization, device interceptor etc etc)

Is just a few of the practical benefits you can get off the top of my head. Its sheer size can be offputting, and the config is somewhat confusing to begin with, and still cause sme problems now and again (after two years).

Yes it promotes to model-view-controller, controllers are so much nicer to write than vanilla servlets (less verbose, more powerful).

It has a learning curve, once that has been passed you can definitely be more productive with spring, than without, imho.

NimChimpsky
  • 4.7k
  • 4
  • 29
  • 40