-
0
Spring is a java based MVC framework to develop enterprise application. Spring framework provides a complete framework in all the aspects of an enterprise application. It has different modules in it and the best part is spring never compels you to use all the modules at a time in your application. All the different modules like spring-core, spring-jdbc, spring-security,spring-aop can be used independently in any enterprise application and this is made Spring very popular over the period.
Spring is completely configuration based framework. Spring provides .xml, annotations and java based configurations and using these configurations you can build your enterprise application in a very short span of time. But sometimes these configurations are…
Read more >