Core containers
This section consists of Core, Beans, Context, and Expression Language modules.
The Core module is the center of the Spring architecture. This provides the implementation for features such as Inversion of Control (IoC) and Dependency Injection (DI). IoC is one of the center containers of the Spring core. DI is another known name of IoC. This container is responsible for creating forms of objects and controls the complete life cycle. During this life cycle, the system creates a dependency and the container injects those dependencies while it creates the bean. This inverse process of DI is basically called IoC.
org.springframework.beans and org.springframework.context are the two containers of Spring Framework's IoC. IoC has ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access