|
How to choose between BeanFactory and ApplicationContext Interface in IOC container |
|
|
The org.springframework.beans and org.springframework.context packages provide the basis for the Spring Framework's IoC container. The ApplicationContext interface is superset of BeanFactory implementations like and adds other functionality such as easier integration with Spring's AOP features, event propagation, and application-layer specific contexts such as the WebApplicationContext for use in web applications. So ApplicationContext is more preferred in general case.
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.