搭建开发与运行环境步骤:
1、到Apache下载Struts 2.0包。struts2.1.6至少需要如下个jar包(commons-logging-1.0.4.jar 日志包、freemark- 2.3.8.jar、ognl-2.6.11.jar、struts2-core-2.0.11.jar 核心包、xwork-2.0.4.jar xwork所依赖的核心包,struts2也依赖、commons-fileupload-1.2.1)
2、新建Web 项目Hellow World
3、导入struts所需要的lib文件,
4、配置web配置文件,配置struts过滤器如下
struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts2 /*
5、配置struts配置文件
true info ${targetURL} ${targetURL} ${targetURL} ${targetURL}
Tips:
1.可在Snippets为struts2.xml自定义代码片段,例如声明文件头
2.导入struts2.0dtd文件,增加strtus.xml自动提示功能