In spring framework are applicationContext.xml and spring-servlet.xml related anyhow ? will the properties files declared in applicationContext be available to DispatcherServlet . On a related note why do I need a *-servlet.xml at all ? why isn't applicationContext.xml alone sufficient ?
|
feedback
|
|
Spring lets you define multiple contexts in a parent-child hierarchy. The The Beans in All Spring MVC controllers must go in the In most simple cases, the | |||
|
feedback
|
|
I have a question here, how beans defined in "applicationContext.xml" could be available to controllers defined in let's say "spring-servlet.xml", so i can skip this kind of errors i have.
applicationContext.xml
mmapp-servlet.xml
| |||
feedback
|