Spring Framework: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
The core Spring Framework is the foundation of everything else in the Spring-based development model. It provides the [[Spring_Dependency_Injection_and_Inversion_of_Control_Container_Concepts#Inversion_of_Control_Container|core container]] and [[Spring_Dependency_Injection_and_Inversion_of_Control_Container_Concepts#Spring_Dependency_Injection_Framework|dependency injection framework]], and many other features such as [[Spring MVC]], data access, basic persistence support in form of the [[JdbcTemplate]], integration, support for reactive-style programming, etc. [[Spring Data]] extends the persistence capabilities outside the core framework, as a separate project. | The core Spring Framework is the foundation of everything else in the Spring-based development model. It provides the [[Spring_Dependency_Injection_and_Inversion_of_Control_Container_Concepts#Inversion_of_Control_Container|core container]] and [[Spring_Dependency_Injection_and_Inversion_of_Control_Container_Concepts#Spring_Dependency_Injection_Framework|dependency injection framework]], and many other features such as [[Spring MVC]], data access, basic persistence support in form of the [[JdbcTemplate]], integration, support for reactive-style programming, etc. [[Spring Data]] extends the persistence capabilities outside the core framework, as a separate project. | ||
=Subjects= | =<span id='Subjects'></span>Spring Framework Concepts= | ||
{{Internal|Spring Framework Concepts|Spring Framework Concepts}} |
Revision as of 05:23, 9 October 2018
External
- https://spring.io/projects/spring-framework
- https://docs.spring.io/spring/docs/5.1.0.RELEASE/spring-framework-reference/
- JavaDoc https://docs.spring.io/spring-framework/docs/5.1.0.RELEASE/javadoc-api/
Internal
Overview
The core Spring Framework is the foundation of everything else in the Spring-based development model. It provides the core container and dependency injection framework, and many other features such as Spring MVC, data access, basic persistence support in form of the JdbcTemplate, integration, support for reactive-style programming, etc. Spring Data extends the persistence capabilities outside the core framework, as a separate project.