天天看點

Struts 架構 之 Hello World

struts helloworld

第一步   導jar包 

commons-fileupload-1.2.2.jar   【檔案上傳相關包】

commons-io-2.0.1.jar        【輸入輸出相關包】

struts2-core-2.3.4.1.jar          【struts2核心功能包】

xwork-core-2.3.4.1.jar            【xwork核心包】

ognl-3.0.5.jar                         【ognl表達式功能支援表】

commons-lang3-3.1.jar           【struts對java.lang包的擴充】

freemarker-2.3.19.jar              【struts的标簽模闆庫jar檔案】

javassist-3.11.0.ga.jar            【struts對位元組碼的處理相關jar】

第二步  配置web.xml

Struts 架構 之 Hello World
Struts 架構 之 Hello World
Struts 架構 之 Hello World

第三步 開發action 處理請求

Struts 架構 之 Hello World
Struts 架構 之 Hello World

第四步  配置 struts.xml   檔案放在 src下

Struts 架構 之 Hello World
Struts 架構 之 Hello World
Struts 架構 之 Hello World

好 struts helloworld 就完工了。

Struts 架構 之 Hello World