框架整合之struts2 spring3

2021-09-01 18:54:45 字數 364 閱讀 7224

在整合struts2和spring3的時候還費了挺大的勁兒

現整合方法如下,希望路過的大神指教:

struts2中的struts2-spring-plugin-xx.xx.xx.jar (xx意思就是版本數字的意思)

路徑引進專案中,然後在你的spring的配置檔案中配置注入的bean,如下:

<?xml version='1.0' encoding='utf-8'?>

再在struts.xml檔案中配置如下:

success.jsp

error.jsp

注意:struts.xml檔案中的calss屬性值就是你的spring配置檔案的id屬性

**

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...

Sping框架整合Struts2

匯入spring框架jar包以及struts2框架jar包,並匯入兩個框架的連線jar包struts2 spring plugin 2.3.4.1.jar可能版本不同 將action類配置為,由spring容器管理,方便將spring將業務層例項注入action類例項 name user class...

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 根據需要選擇...