Web Application Context in Spring
807591Oct 25 2007 — edited Feb 29 2008What is Web application context? what does WebApplicationContextUtils.getWebApplicationContext(session.getServletContext()).getBean("someDAO"); will return .
can any one explain the functionality of the above statement?