Spring Framework: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 22: Line 22:


{{Internal|Spring Framework Concepts|Spring Framework Concepts}}
{{Internal|Spring Framework Concepts|Spring Framework Concepts}}
=TO DISTRIBUTE=

Revision as of 20:25, 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 Concepts

Spring Framework Concepts

TO DISTRIBUTE