Question - What are the Benefits Spring Framework?
Answer -
Lightweight container
Spring can effectively organize your middle tier objects
Initialization of properties is easy. No need to read from a properties file
application code is much easier to unit test
Objects are created Lazily, Singleton – configuration
Spring’s configuration management services can be used in any architectural layer, in whatever runtime environment