整合SSH2時需注意幾點

2021-08-31 02:53:12 字數 363 閱讀 1510

1.需要匯入struts2-spring-plugin-2.1.8.1.jar包

這個包是struts與spring整合的必須的

3.看下asm.jar檔案有沒有重複的,有的話保留asm.jar,刪除另外乙個。

4.web.xml中找到如下並改正,struts2的核心類是下面這個。

struts2

org.apache.struts2.dispatcher.ng.filter.strutsprepareandexecutefilter

5.想修改spring配置檔案的位置

contextconfiglocation

/web-inf/bean.xml

6.web.xml例子如下:

SSH2整合步驟

6.在struts.xml中配置action,其餘的與以前一樣,只需要將class的值設定成我們在spring中配置的action bean的id即可。spring和hibernate的整合 1.新增相應的支援jar包.2.新增相應的支援檔案.3.在spring的配置檔案中來配置hibernate的...

SSH2整合的順序

1.新增spring 2.0的libraries 選擇以下4個jar,並配置到 web inf lib下 spring2.0 aop libraries spring2.0 core libraries spring2.0 persistence core libraries spring2.0 w...

ssh2框架搭建

1.加入spring 1.加入spring jar spring required all 2.配置web.xml檔案 alt 方向鍵上 contextloaderlistener contextloaderlistener contextconfiglocation org.springframe...