What is the difference between Application Context and Web Application Context?
I am aware that WebApplicationContext
is used for Spring MVC architecture oriented applications?
I want to know what is the use of ApplicationContext
in MVC applications? And what kind of beans are defined in ApplicationContext
?