SPRING

Overview of Spring Framework

https://prasadct.com

Spring Framework provides the plumbing for application so we can focus on the business logics.

1

It is an Open Source project by Pivotal.

2

Spring framework mainly focus on Enterprise Applications.

3

Provides great support for Microservices architecture with Spring Boot.

4

Has a large and active developer community.

5

Lightweight. Compared to Java EE, Springs packaging and abstractions are much smaller

6

No Need Heavy application servers. Simply we can run WAR files on tomcat or can package JAR files with embedded app server

7

Provides abstraction for enterprise systems

8

Spring manages runtime dependencies by allowing framework to manage those objects.

9

Spring reduces the complexity of the code so it improves the maintainability.

10