spring如何整合struts和hibernate的

2024年11月19日 12:40
有5个网友回答
网友(1):

第一步:可以用myeclipse工具引入,不过myeclispe引入是有顺序的,必须先引入spring,然后其他两个就没有先后顺序了,或者直接下载ssh的jar包导入到项目中.
第二步:配置web.xml
spring:

org.springframework.web.context.ContextLoaderListener

struts2:

struts2
org.apache.struts2.dispatcher.Dispatcher


struts2
/*

Hibernate:
是在spring.xml中配置Hiberante的datasource就可以了

说的不是狠详细 不过大概就是这个流程

网友(2):

用myeclipse把环境引进来就行了,加入jar包和配置文件

网友(3):

哥哥教你做一个:包你有点黑客的快感!!
在桌面上新建两个文本文件,名字改为
本来的名字是:
新建 文本文档.txt
新建 文本文档 (2).txt

打开它们,在第一个文件写入

第二个文件写入


都关闭保存!

你把他该名字为1.html
同样的方法把第二个改为2.hml
电脑会告诉你改变扩展名文件不可用,别理它。
好了,打开一种任何一个文件,你的电脑就会立即死悄悄
如果你想留下你的名字给别人点影响可以分别在文件里多写一句话:
我是黑客。你重了我的病毒,哈哈

娱乐性质,对计算机无任何实质性伤害。呵呵…………

网友(4):

web.xml里面

xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">

org.springframework.web.context.ContextLoaderListener


contextConfigLocation
/WEB-INF/applicationContext.xml



struts2
org.apache.struts2.dispatcher.FilterDispatcher


struts2
/*


index.jsp


struts.xml中的action的class属性是spring配置文件中的某一个bean的id
就这样

网友(5):

LZ还是系统的学一下这三个框架的比较好。
先添加strust框架,然后添加spring, 在编写名为 struts.properties 的文件,内容为:struts.objectFactory=spring 然后再添加hibernate,添加时选择他的配置文件时为spring的application文件就行