Spring Framework: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 21: Line 21:
=<span id='Subjects'></span><span id='Spring_Framework_Concept'></span>Spring Framework Core Technologies Concepts=
=<span id='Subjects'></span><span id='Spring_Framework_Concept'></span>Spring Framework Core Technologies Concepts=


{{Internal|Spring Framework Concepts|Spring Framework Concepts}}
* [[Spring Dependency Injection and Inversion of Control Container Concepts]]
* [[Spring Application Configuration Concepts]]
* [[Spring MVC Concepts]]
* [[Reactive Support in the Spring Framework]]
* [[Spring Transaction Management]]
* [[Spring Validation Concepts]]
* <font color=darkgray>TO PROCESS until all Spring Concepts are depleted: https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/core.html</font>


=TO DISTRIBUTE=
=TO DISTRIBUTE=

Revision as of 20:27, 12 October 2018

External

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.

Functionality

Spring Framework Core Technologies Concepts

TO DISTRIBUTE