adspace
What are the functionalities provided by the context package to enhance the beanfactory functionality?
Answer Posted / Abhilasha Rastogi
The Context package in Spring Framework extends the BeanFactory functionality by providing support for features like application configuration, autowiring, and AOP (Aspect-Oriented Programming). It includes ApplicationContext and WebApplicationContext interfaces, which provide additional capabilities such as message source, event publishing/subscribing, internationalization, and integration with web and web services.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers