随笔分类 -  Spring

Spring3:基于XML文件的Servlet配置
摘要:1 2 12 13 14 15 16 17 18 org.springframework.web.servlet.view.JstlView19 20 21 /page/22 23 24 .jsp25 26 27 28 阅读全文
posted @ 2013-10-15 09:46 月涛阑珊 阅读(228) 评论(0) 推荐(0)
Spring3+CXF2.7:同时配置两套Servlet Dispatcher
摘要:1 2 7 8 9 contextConfigLocation10 classpath*:application-context_beans.xml11 12 13 14 15 org.springframework.web.context.ContextLoaderListener16 17 18 19 20 SpringServlet21 SpringServlet22 23 ... 阅读全文
posted @ 2013-10-15 09:36 月涛阑珊 阅读(658) 评论(0) 推荐(0)