如何整合S2SH 框架 使用 myeclipse

我使用的是myeclipse 10.0 整合的

一\添加spring支持

1.项目-->右键-->myeclipse-->选择Add spring Ca....

选择如图.外加 下面的spring 3.0 web libaries

如何整合S2SH 框架 使用 myeclipse_第1张图片

下一步

如何整合S2SH 框架 使用 myeclipse_第2张图片

完成:)

二\.添加hibernate 支持

项目-->右键-->myeclipse-->选择Add hibernate Ca....

如何整合S2SH 框架 使用 myeclipse_第3张图片

还有下面的spring j2ee包和spring web包


下一步:

选择第二项:"


下一步:

如何整合S2SH 框架 使用 myeclipse_第4张图片

下一步:这步我就不教怎么配置了.可以搜索去..很多

如何整合S2SH 框架 使用 myeclipse_第5张图片

下一步:

如何整合S2SH 框架 使用 myeclipse_第6张图片

下一步:

点击keep...

如何整合S2SH 框架 使用 myeclipse_第7张图片

三:添加 struts2支持:

1.项目-->右键-->myeclipse-->选择Add struts Ca....

如何整合S2SH 框架 使用 myeclipse_第8张图片

下一步只选择第一个包就行.需要其他包的时候去myeclipse目录下搜索就行.就像一会需要的一个 struts2-spring-pluginXXX包一样.就可以到myeclipse目录下搜索

点击结束即可:

下面让struts2和spring整合起来:

加入 struts2-spring-pluginXX包.到myeclipse下搜索就能找到

在web.xml中filter 之前加入加入:

<listener>
              <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>

完成了

记得在struts.xml中加入

<constant name="objectFactory" value="spring"></constant>



2.下一步


你可能感兴趣的:(如何整合S2SH 框架 使用 myeclipse)