Tuesday, April 7, 2020

what is Spring Framework

Hello,
Today i think that a lot of companies are using Spring as framework for their projects and their  applications.
for all JAVA developers it is essential to understand that Spring Framework is the basis and the most important thing for all other projects. Spring Boot, Spring Data, Spring Batch all build on top of Spring, because Spring is like the center of all those modules.
if we started programming with Spring in the last couple of years, there is a very high chance that we went directly into Spring Boot or Spring Data, those are two of the most used modules of Spring.



  •  What is Spring Framework ?
Spring is perhaps the best of the component-based frameworks that emerged at the turn of the 21st century. It vastly improves the way that developers write and deliver infrastructure code in Java-based applications. Since its inception, Spring has been recognized as a leading framework for enterprise Java development. As an end-to-end application framework, Spring mirrors some of the Java EE capabilities , but it offers a combination of features and programming conventions you won't find elsewhere.So we can say that Spring Framework is a core,he is really just a dependency injection container, with a couple of convenience layers (think: database access, proxies, aspect-oriented programming, RPC, a web mvc framework) added on top. It helps you build Java application faster and more conveniently.

you can consult the article in french, Spring Framework

0 comments:

Post a Comment