Thursday, August 10, 2017

What is Spring in Java?

Spring is an application framework implemented in Java platform. It is widely used to create both standalone and Java EE applications easily.


Major principles of Spring framework are:


IoC (Inversion of control / Dependency injection)
AOP (Aspect oriented programming)
MVC ( Model view controller)
  

No comments: