`
guochongcan
  • 浏览: 320983 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

struts、spring、hibernate的整合步骤

    博客分类:
  • SSH
阅读更多

SSH整合过程?

strutsspringhibernate的整合步骤:

 

1.导入strutsspringhibernate所必须的包

 

2.web.xml中配置

   <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< stener-class>

   < stener>

  

3.struts-config.xml中配置

  <controller         processorClass="org.springframework.web.struts.DelegatingRequestProcessor">

  </controller>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics