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


Please Help Members By Posting Answers For Below Questions

How can you inject java collection in spring?

518


What is lazy class?

490


What is difference between @controller and @restcontroller in spring?

556