Saturday, 17 February 2018

Introduction of Spring technology

            Introduction of Spring technology

 

The Spring Framework is an application framework and inversion of control container for the Java platform. The framework's core features can be used by any Java application, but there are extensions for building web applications on top of the Java EE (Enterprise Edition) platform. Although the framework does not impose any specific programming model, it has become popular in the Java community as an addition to, or even replacement for the Enterprise JavaBeans (EJB) model. The Spring Framework is open source.

No comments:

Post a Comment

Logging in Spring

                      Logging in Spring Logging is a very important dependency for Spring because a) it is the only mandatory external de...