Spring與Struts2的整合其實很簡單

2021-08-30 15:53:24 字數 322 閱讀 5575

下面是整合步驟

一、複製jar檔案。

把struts2-spring-plugin-..*.jar和spring.jar複製到web工程的web-inf/lib目錄下,並且還需要複製commons-logging.jar。

二、配置struts.objectfactory屬性

在struts.xml檔案中配置:

三、配置spring***

在web.xml檔案中新增***:

org.springframework.web.context.contextloaderlistener

五、編寫struts2的配置檔案

Struts2與Spring的整合

struts2與spring的整合,是mvc和ioc的整合,必須充分利用他們的特性 1 整合的原理 struts2 攔截使用者請求後,需要將資訊通過struts.xml的配置檔案的內容傳遞到相應的action中,在這個時候就需要建立action例項,整合spring框架後,action例項交給spr...

Struts2與Spring的整合

今天倒騰了半天,終於是把這個兩個框架整合到一起了。還是要寫一下總結,同時給大家一些幫助。開發環境 myeclipse 9.0 不好用!tomcat6.0 1.準備工作 需要匯入的包 struts2與spring基本的包就不用說了,我用的是struts2.1 spring 3.0,尤其要注意 別少匯入...

Spring如何與struts2結合

1.struts2的action由spring來負責進行例項化 struts.xml 2.專案啟動時由裝載spring web.xml org.springframework.web.context.contextloaderlistener web inf teacher selectall.js...