top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the advantages of using spring for application development?

0 votes
323 views
What are the advantages of using spring for application development?
posted Nov 7, 2017 by Jon Deck

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

These are the lists of advantages of using spring for application development:-

  1. Plain Old Java Object (POJO) based development facilitates to re-use
    existing components.
  2. Possible to reduce development cost by improving the productivity of
    the application development.
  3. Improve the testability of application with dependency injection.
  4. Improve maintainability with reduce code coupling.
  5. No need to have an application server and works on enterprise
    service.
answer Nov 8, 2017 by Ammy Jack
...