- Building Microservices with Spring
- Dinesh Rajput Rajesh R V
- 62字
- 2021-07-02 14:53:58
Application contexts
In the Spring Framework, the org.springframework.context.ApplicationContext interface also provides Spring's IoC container. It is simply a wrapper of the bean factory, providing some extra application context services, such as support for AOP and, hence, declarative transaction, security, and instrumentation support such as support for message resources required for internationalization, and the ability to publish application events to interested event listeners.