Spring Framework Overview

Spring make it easy to create java enterprise applications,it provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform. A key element of Spring is infrastructural support at the application level: Spring focuses on the "plumbing" of enterprise applications so that teams can focus on application-level business logic, without unnecessary ties to specific deployment environments.

Spring Framework was developed by Rod Johnson in 2003,Spring framework make the easy for java enterprise application. Spring is open source.it has large and active community that provides continuous feedback base on diverse range of real world use cases.

"Spring", means different things in different contexts.Spring Project have been build on top of the Spring Framework.It is divided into modules and at the heart are the modules of the core container, including a configuration model and a dependency injection mechanism. Beyond that, the spring framework provides foundational support for different application architectures, including messaging, transactional data and persistence, and web. It also includes the Servlet-based Spring MVC web framework and, in parallel, the Spring WebFlux reactive web framework.

Spring Framework

We will learn more about these modules in next page.



No comments: