Spring Framework: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
=Overview=
=Overview=


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]].
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]]


=Subjects=
=Subjects=


* [[Spring Framework Concepts]]
* [[Spring Framework Concepts]]

Revision as of 04:15, 9 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

Subjects