Question - How do you configure spring in a web application?
Answer -
It is very easy to configure any J2EE-based web application to use Spring. At the very least, you can simply add Spring’s ContextLoaderListener to your web.xml file:
org.springframework.web.context.ContextLoaderListener