Spring Dependency Injection and Inversion of Control Container Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
* [[Spring_Framework_Concepts#Spring_Framework_Core_Technologies|Spring Framework Concepts]]
* [[Spring_Framework_Concepts#Spring_Framework_Core_Technologies|Spring Framework Concepts]]


=Overview=


 
At the heart of the [[Spring Framework]] are the modules that implement the '''core container''', including a configuration model and a dependency injection mechanism. Support for different application architectures, including messaging, transactions and persistence is built in top of the core container.


=Application Context=
=Application Context=

Revision as of 04:44, 8 October 2018

Internal

Overview

At the heart of the Spring Framework are the modules that implement the core container, including a configuration model and a dependency injection mechanism. Support for different application architectures, including messaging, transactions and persistence is built in top of the core container.

Application Context

Inversion of Control Container

Dependency Injection

Beans