What are the advantages of spring?

devquora
devquora

Posted On: Feb 22, 2018

 

There are many advantages of spring. Some of them are as follows:
  1. Spring provides for templates for JDBC, Hibernate, and other technologies. Thus there’s no need of writing many codes. It encapsulates the basic steps in the given technologies.
  2. Spring applications are coupled loosely because of interdependency.
  3. The Dependency Injection provided by spring makes it easier to test any application.
  4. Spring is lightweight in terms of size and transparency.
  5. The Dependency Injection feature provided by spring makes the development of Java EE application easy.
  6. Spring provides power abstraction to Java-like JDBC, JPA, JTA, and JMS.
  7. Spring also provides caching, formatting, validating and transactions.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Spring Interview Questions

    What are the features/ characteristics of spring?

    The important features of spring are as follows:Lightweight: Considering transparency and size, spring is lightweight..

    Spring Interview Questions

    How many types of modules are there in spring? Name them.

    There are around twenty modules, which can be categorized into Core Container, Web, Data Access or Integration, Aspect ..

    Spring Interview Questions

    What do you mean by Spring Java Based Configuration?

    Spring configuration files are XML files. These files contain the information of classes and describe how these classes..