Struts第一天
1、在TomCat\Webapps中建立一个新的目录2、在目录中建立一个JSP文件进行测试
3、在目录中建立WEB-INF目录
4、在WEB-INF中建立lib目录
5、复制struts.jar到lib中
6、在WEB-INF中建立web.xml
7、在WEB-INF中建立struts-config.xml
8、配置开发工具使其包括struts.jar
9、编写ActionForm
10、编写Action
11、改写struts-config.xml
12、建立Welcome.jsp和Error.jsp
13、运行测试
STRUTS培训演示.ppt
.....太多文件了略.....
(1. Create a new directory in TomCat\Webapps
2. Create a JSP file in the directory for testing
3. Create a WEB-INF directory in the directory
4. Create a lib directory in WEB-INF
5. Copy struts.jar to lib
6. Create web.xml in WEB-INF
7. Create struts-config.xml in WEB-INF
8. Configure the development tools to include struts.jar
9. Write ActionForm
10. Write Action
11. Rewrite struts-config.xml
12. Create Welcome.jsp and Error.jsp
13. Run the test
STRUTS training demo.ppt
.....too many files .....)
页:
[1]