Struts2基本配置例項

2021-04-22 02:22:06 字數 1008 閱讀 3370

struts2基本要求:

1 加入*.jar包(

/webroot/web-inf/lib/)

2 配置wei.xml檔案,加入過濾器

3 建立、配置struts.xml檔案(src 

à/webroot/web-inf/classes/)

開發struts2基本操作步驟:

1 建立web專案

2 新增struts2支援

將lib目錄下的*.jar檔案拷貝到web之中(

3 配置web.xml檔案

在web.xml檔案中配置過濾器,代替了struts1的servlet。

web.xml

struts2

org.apache.struts2.dispatcher.filterdispatcher

struts2 /*

struts1 *.do 

àstruts2 *.action

4 建立、配置struts.xml檔案(

5 建立action,所有的action繼承自actionsupport類

(略)

Struts2的基本配置

4 struts.xml檔案結構 struts.xml檔案時整個struts2框架的核心,下面提供了乙個最完整的struts.xml檔案,這個檔案沒有任何實際意義,僅僅是乙個struts.xml檔案的示範 20.引數值 21.22.23.24.25.26.27.28.29.引數值 30.31.32....

Struts 2的基本配置

struts 2的基本配置第一步 整合到tomcat下 struts org.apache.struts2.dispatcher.filterdispatcher actionpackages configproviders providers.myconfigurationprovider fil...

Struts2的基本配置

struts2 常見配置 1 struts2 配置檔案的載入順序 struts2 配置檔案 由核心控制器載入 strutsprepareandexecutefilter 預處理,執行過濾 init defaultproperties 1 org apache struts2 default.prop...