SSH环境搭建
时间:2010-07-18 来源:denyx123
在网上找了很久,都没有找到一个很好的答案。
这里,自己把自己写的整合方案思路写下,仅供参考。
1.引入Struts2
1-->>导入struts2的java包
2-->>在web.xml中配置Struts2的拦截器
3-->>导入struts2的配置文件struts.xml
这样struts就配置好了
2.引入hibernate3
1-->>导入hibernate3的jar包
2-->>导入hibernate.cfg.xml配置文件
这样hibernate也就配置好了
3.用Spring来整合Struts2和hibernate3
1-->>导入spring的jar
2-->>在web.xml中配置spring的listener
3-->>配置参数,这里我的配置是这样的applicationContext-*.xml
4-->>applicationContext-commons.xml配置hibernate
5-->>applicationContext-beans.xml配置bean
6-->>applicationContext-action.xml配置action
具体配置见代码
如果有需要的,可以联系我
这里,自己把自己写的整合方案思路写下,仅供参考。
1.引入Struts2
1-->>导入struts2的java包
2-->>在web.xml中配置Struts2的拦截器
3-->>导入struts2的配置文件struts.xml
这样struts就配置好了
2.引入hibernate3
1-->>导入hibernate3的jar包
2-->>导入hibernate.cfg.xml配置文件
这样hibernate也就配置好了
3.用Spring来整合Struts2和hibernate3
1-->>导入spring的jar
2-->>在web.xml中配置spring的listener
3-->>配置参数,这里我的配置是这样的applicationContext-*.xml
4-->>applicationContext-commons.xml配置hibernate
5-->>applicationContext-beans.xml配置bean
6-->>applicationContext-action.xml配置action
具体配置见代码
如果有需要的,可以联系我
相关阅读 更多 +