- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 204字
- 2021-06-24 19:17:25
Core container
The core container is the basis of the whole Spring ecosystem and comprehends four components—core, beans, context, and expression language.
Core and beans are responsible for providing the fundamentals of the framework and dependency injection. These modules are responsible for managing the IoC container, and the principal functions are the instantiation, configuration, and destruction of the object residents in the Spring container.
There are two critical interfaces inside these modules—BeanFactory and ApplicationContext. The BeanFactory takes care of the bean lifecycle, instantiating, configuring, managing, and destroying, and the ApplicationContext helps developers to work with files resources in a generic way, enable to publish events to registered listeners. Also, the ApplicationContext supports internationalization and has the ability to work with messages in different Locales.
These modules help the context component to provide a way to access the objects inside the container. The context component has the ApplicationContext interface with the essential class for the container.
- Mastering Adobe Captivate 2017(Fourth Edition)
- Cocos2d-x游戲開發(fā):手把手教你Lua語言的編程方法
- 編寫高質(zhì)量代碼:改善Python程序的91個建議
- VSTO開發(fā)入門教程
- 高級C/C++編譯技術(shù)(典藏版)
- Bootstrap Essentials
- Full-Stack Vue.js 2 and Laravel 5
- Python編程從0到1(視頻教學(xué)版)
- C語言程序設(shè)計
- Service Mesh實戰(zhàn):基于Linkerd和Kubernetes的微服務(wù)實踐
- Java Web從入門到精通(第3版)
- 深入實踐DDD:以DSL驅(qū)動復(fù)雜軟件開發(fā)
- Python+Office:輕松實現(xiàn)Python辦公自動化
- Maven for Eclipse
- Spring Web Services 2 Cookbook