Sharing beans from contextListener -- dispatcher servlet
- by Ernest
Hello! ok, i have another question now. I have a bunch of beans loaded succesfully in applicationContext.xml, which loads from web.xml:
contextConfigLocation
applicationContext.xml
org.springframework.web.context.ContextLoaderListener
Here are is the bean defined in applicationContext.xml that i want to share:
…