struts2 spring 整合 配置

2021-06-07 07:33:00 字數 400 閱讀 9938

(1)在eclipse中配置好struts2

(2)把struts2-spring-plugin-2.0.11.2.jar包複製到web-inf\lib目錄

(3)在web.xml中配置spring

org.springframework.web.context.contextloaderlistener

記住,如果您之前用過spring,請把spring配置去掉。

context

org.springframework.web.context.contextloaderservlet

1(5)在struts.xml加入

(7)在struts.xml中定義action

/index.jsp

Struts 2框架整合Spring

struts 2框架整合spring很簡單,下面是整合的步驟。1.複製檔案。複製struts2 spring plugin x x x.jar和spring.jar到web inf lib目錄下。其中的x對應了spring的版本號。還需要複製commons logging.jar檔案到web inf...

Spring框架整合Struts2

匯入spring的dist全部所需的jar包 struts2的spring外掛程式 struts2 spring plugin.xx.jar struts2的核心包 struts2 core.xx.jar xwork core.xx.jar commons.logging.xx.jar 根據需要選擇...

Struts2與Spring的整合

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