Benefits of Using Spring Framework

Following is the list of few of the great benefits of using Spring Framework:

  • Spring is Lightweight container
  • No App Server Dependent – like EJB JNDI Calls
  • Objects are created Lazily , Singleton – configuration
  • Components can added Declaratively
  • Initialization of properties is easy – no need to read from properties file
  • Declarative transaction, security and logging service – AOP
  • application code is much easier to unit test
  • With a Dependency Injection approach, dependencies are explicit, and evident in constructor or JavaBean properties
  • Spring’s configuration management services can be used in any architectural layer, in whatever runtime environment.
  • Spring can effectively organize your middle tier objects
  • Not required special deployment steps
Gopal Das
Follow me

Gopal Das

Founder at GopalDas.Org
He is a technology evangelist, Salesforce trainer, blogger, and working as a Salesforce Technical Lead. After working in Java based project implementation, he jumped to the Salesforce system on a whim and never looked back. He fell in love with Salesforce’s flexibility, scalability, and power. He expanded his knowledge of the platform and became a Certified App Builder, Administrator, Platform Developer I, SalesCloud Consultant while leading the Salesforce implementation and technology needs. He has worked in a wide variety of applications/services like desktop, web and mobile applications.
Gopal Das
Follow me

1 Comment

  1. I appreciate you sharing this article.Thanks Again. Really Cool.

Leave a Reply

Your email address will not be published. Required fields are marked *