public void contextInitialized(ServletContextEvent sce) {
BeanFactory beans = WebApplicationContextUtils.getWebApplicationContext(sce.getServletContext());
BeanFactory beans = WebApplicationContextUtils.getWebApplicationContext(sce.getServletContext());
dictionaryService = (IDictionaryService) beans.getBean("dictionaryService");
}