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


第三步 开发action 处理请求


第四步 配置 struts.xml 文件放在 src下


好 struts helloworld 就完工了。