WebApplicationContext wc = WebApplicationContextUtils
.getWebApplicationContext(request.getSession()
.getServletContext());
ICommonService cs = (ICommonService) wc.getBean("commonService");
.getWebApplicationContext(request.getSession()
.getServletContext());
ICommonService cs = (ICommonService) wc.getBean("commonService");