随笔-295  评论-26  文章-1  trackbacks-0
 <context-param>
  <param-name>contextConfigLocation</param-name>
  <param-value>/WEB-INF/applicationContext.xml</param-value>
 </context-param>
 <listener>
  <listener-class>
   org.springframework.web.context.ContextLoaderListener
  </listener-class>
 </listener>
 <filter>
  <filter-name>lazyLoaddingFilter</filter-name>
  <filter-class>
   org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
  </filter-class>
 </filter>
 <filter>
  <filter-name>struts2</filter-name>
  <filter-class>
   org.apache.struts2.dispatcher.FilterDispatcher
  </filter-class>
 </filter>
 <filter-mapping>
  <filter-name>lazyLoaddingFilter</filter-name>
  <url-pattern>/.action</url-pattern>
 </filter-mapping>
 <filter-mapping>
  <filter-name>struts2</filter-name>
  <url-pattern>/*</url-pattern>
 </filter-mapping>

大盘预测 国富论
posted on 2008-11-30 21:32 华梦行 阅读(296) 评论(0)  编辑  收藏 所属分类: Spring

常用链接

留言簿(2)

随笔分类(91)

随笔档案(293)

友情链接

最新随笔

搜索

  •  

积分与排名

  • 积分 - 161259
  • 排名 - 372

最新评论

阅读排行榜

评论排行榜