文件名称:mod07_struts
-
所属分类:
- 标签属性:
- 上传时间:2013-11-19
-
文件大小:2.74mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
介绍了有关struts的有关用法, add the Struts framework to the project,show
how the project properties and libraries are affected.
是不错的Java程序-In this demo, you demonstrate how to projeadd the Struts framework to the web application ct, and make necessary changes to use the Struts framework.
Two projects, PreStrutsDemo and PostStrutsDemo are provided. You can open the
PreStrutsDemo project, and add the Struts framework to the project, and show how the project properties and libraries are affected.
When you add the Struts framework, you follow the default settings for the
Struts framework, and select Add Struts TLDs for future use.
The PostStrutsDemo project is a working project that has been modified to use
Struts and action classes to implement the project.
You can compare the AddLeagueAction class in the PostStrutsDemo project and the
AddLeagueServlet class in the PreStrutsDemo project to explain,and the web.xml
descr iptors in these two projects to explain the necessary changes you should
make for the Struts based project.
You should also demonstrate the struts-config.xml descr iptor to explain the
stru
how the project properties and libraries are affected.
是不错的Java程序-In this demo, you demonstrate how to projeadd the Struts framework to the web application ct, and make necessary changes to use the Struts framework.
Two projects, PreStrutsDemo and PostStrutsDemo are provided. You can open the
PreStrutsDemo project, and add the Struts framework to the project, and show how the project properties and libraries are affected.
When you add the Struts framework, you follow the default settings for the
Struts framework, and select Add Struts TLDs for future use.
The PostStrutsDemo project is a working project that has been modified to use
Struts and action classes to implement the project.
You can compare the AddLeagueAction class in the PostStrutsDemo project and the
AddLeagueServlet class in the PreStrutsDemo project to explain,and the web.xml
descr iptors in these two projects to explain the necessary changes you should
make for the Struts based project.
You should also demonstrate the struts-config.xml descr iptor to explain the
stru
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mod07_struts/PostStrutsDemo/
mod07_struts/PostStrutsDemo/build.xml
mod07_struts/PostStrutsDemo/build/
mod07_struts/PostStrutsDemo/build/web/
mod07_struts/PostStrutsDemo/build/web/index.html
mod07_struts/PostStrutsDemo/build/web/META-INF/
mod07_struts/PostStrutsDemo/build/web/META-INF/MANIFEST.MF
mod07_struts/PostStrutsDemo/build/web/WEB-INF/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/controller/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/controller/AddLeagueAction.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/controller/RegisterAction.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/model/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/model/League.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/model/LeagueService.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/model/ObjectNotFoundException.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/model/Player.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/model/PlayerService.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/model/RegisterService.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/view/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/view/AddLeagueFormServlet.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/view/ListLeaguesServlet.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/view/RegisterFormServlet.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/view/SuccessServlet.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/view/ThankYouServlet.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/web/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/web/InitializeModelProperties.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/data/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/data/leagues.txt
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/antlr.jar
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/commons-beanutils.jar
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/commons-digester.jar
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/commons-fileupload.jar
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/commons-logging.jar
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/commons-validator.jar
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/jakarta-oro.jar
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/struts.jar
mod07_struts/PostStrutsDemo/build/web/WEB-INF/struts-bean.tld
mod07_struts/PostStrutsDemo/build/web/WEB-INF/struts-config.xml
mod07_struts/PostStrutsDemo/build/web/WEB-INF/struts-html.tld
mod07_struts/PostStrutsDemo/build/web/WEB-INF/struts-logic.tld
mod07_struts/PostStrutsDemo/build/web/WEB-INF/struts-nested.tld
mod07_struts/PostStrutsDemo/build/web/WEB-INF/struts-tiles.tld
mod07_struts/PostStrutsDemo/build/web/WEB-INF/sun-web.xml
mod07_struts/PostStrutsDemo/build/web/WEB-INF/tiles-defs.xml
mod07_struts/PostStrutsDemo/build/web/WEB-INF/validation.xml
mod07_struts/PostStrutsDemo/build/web/WEB-INF/validator-rules.xml
mod07_struts/PostStrutsDemo/build/web/WEB-INF/web.xml
mod07_struts/PostStrutsDemo/build/web/welcomeStruts.jsp
mod07_struts/PostStrutsDemo/dist/
mod07_struts/PostStrutsDemo/dist/ViewDemo.war
mod07_struts/PostStrutsDemo/nbproject/
mod07_struts/PostStrutsDemo/nbproject/ant-deploy.xml
mod07_struts/PostStrutsDemo/nbproject/build-impl.xml
mod07_struts/PostStrutsDemo/nbproject/genfiles.properties
mod07_struts/PostStrutsDemo/nbproject/jax-ws.xml
mod07_struts/PostStrutsDemo/nbproject/lab07_Post_Fix.tar
mod07_struts/PostStrutsDemo/nbproject/private/
mod07_struts/PostStrutsDemo/nbproject/private/private.properties
mod07_struts/PostStrutsDemo/nbproject/private/private.xml
mod07_struts/PostStrutsDemo/nbproject/project.properties
mod07_struts/PostStrutsDemo/nbproject/project.xml
mod07_struts/PostStrutsDemo/src/
mod07_struts/PostStrutsDemo/src/conf/
mod07_struts/PostStrutsDemo/src/conf/MANIFEST.MF
mod07_struts/PostStrutsDemo/src/java/
mod07_struts/PostStrutsDemo/src/java/sl314/
mod07_struts/PostStrutsDemo/src/java/sl314/controller/
mod07_struts/PostStrutsDemo/src/java/sl314/controller/AddLeagueAction.java
mod07_struts/PostStrutsDemo/src/java/sl314/controller/RegisterAction.java
mod07_struts/PostStrutsDemo/src/java/sl314/model/
mod07_struts/PostStrutsDemo/src/java/sl314/model/League.java
mod07_struts/PostStrutsDemo/src/java/sl314/model/LeagueService.java
mod07_struts/PostStrutsDemo/src/java/sl314/model/ObjectNotFoundException.java
mod07_struts/PostStrutsDemo/src/java/sl314/model/Player.java
mod07_struts/PostStrutsDemo/src/java/sl314/model/PlayerService.java
mod07_struts/PostStrutsDemo/src/java/sl314/model/RegisterService.java
mod07_struts/PostStrutsDemo/src/java/sl314/view/
mod07_struts/PostStrutsDemo/src/java/sl314/view/AddLeagueFormServlet.java
mod07_struts/PostStrutsDemo/src/java/sl314/view/ListL
mod07_struts/PostStrutsDemo/build.xml
mod07_struts/PostStrutsDemo/build/
mod07_struts/PostStrutsDemo/build/web/
mod07_struts/PostStrutsDemo/build/web/index.html
mod07_struts/PostStrutsDemo/build/web/META-INF/
mod07_struts/PostStrutsDemo/build/web/META-INF/MANIFEST.MF
mod07_struts/PostStrutsDemo/build/web/WEB-INF/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/controller/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/controller/AddLeagueAction.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/controller/RegisterAction.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/model/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/model/League.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/model/LeagueService.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/model/ObjectNotFoundException.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/model/Player.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/model/PlayerService.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/model/RegisterService.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/view/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/view/AddLeagueFormServlet.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/view/ListLeaguesServlet.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/view/RegisterFormServlet.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/view/SuccessServlet.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/view/ThankYouServlet.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/web/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/classes/sl314/web/InitializeModelProperties.class
mod07_struts/PostStrutsDemo/build/web/WEB-INF/data/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/data/leagues.txt
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/antlr.jar
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/commons-beanutils.jar
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/commons-digester.jar
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/commons-fileupload.jar
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/commons-logging.jar
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/commons-validator.jar
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/jakarta-oro.jar
mod07_struts/PostStrutsDemo/build/web/WEB-INF/lib/struts.jar
mod07_struts/PostStrutsDemo/build/web/WEB-INF/struts-bean.tld
mod07_struts/PostStrutsDemo/build/web/WEB-INF/struts-config.xml
mod07_struts/PostStrutsDemo/build/web/WEB-INF/struts-html.tld
mod07_struts/PostStrutsDemo/build/web/WEB-INF/struts-logic.tld
mod07_struts/PostStrutsDemo/build/web/WEB-INF/struts-nested.tld
mod07_struts/PostStrutsDemo/build/web/WEB-INF/struts-tiles.tld
mod07_struts/PostStrutsDemo/build/web/WEB-INF/sun-web.xml
mod07_struts/PostStrutsDemo/build/web/WEB-INF/tiles-defs.xml
mod07_struts/PostStrutsDemo/build/web/WEB-INF/validation.xml
mod07_struts/PostStrutsDemo/build/web/WEB-INF/validator-rules.xml
mod07_struts/PostStrutsDemo/build/web/WEB-INF/web.xml
mod07_struts/PostStrutsDemo/build/web/welcomeStruts.jsp
mod07_struts/PostStrutsDemo/dist/
mod07_struts/PostStrutsDemo/dist/ViewDemo.war
mod07_struts/PostStrutsDemo/nbproject/
mod07_struts/PostStrutsDemo/nbproject/ant-deploy.xml
mod07_struts/PostStrutsDemo/nbproject/build-impl.xml
mod07_struts/PostStrutsDemo/nbproject/genfiles.properties
mod07_struts/PostStrutsDemo/nbproject/jax-ws.xml
mod07_struts/PostStrutsDemo/nbproject/lab07_Post_Fix.tar
mod07_struts/PostStrutsDemo/nbproject/private/
mod07_struts/PostStrutsDemo/nbproject/private/private.properties
mod07_struts/PostStrutsDemo/nbproject/private/private.xml
mod07_struts/PostStrutsDemo/nbproject/project.properties
mod07_struts/PostStrutsDemo/nbproject/project.xml
mod07_struts/PostStrutsDemo/src/
mod07_struts/PostStrutsDemo/src/conf/
mod07_struts/PostStrutsDemo/src/conf/MANIFEST.MF
mod07_struts/PostStrutsDemo/src/java/
mod07_struts/PostStrutsDemo/src/java/sl314/
mod07_struts/PostStrutsDemo/src/java/sl314/controller/
mod07_struts/PostStrutsDemo/src/java/sl314/controller/AddLeagueAction.java
mod07_struts/PostStrutsDemo/src/java/sl314/controller/RegisterAction.java
mod07_struts/PostStrutsDemo/src/java/sl314/model/
mod07_struts/PostStrutsDemo/src/java/sl314/model/League.java
mod07_struts/PostStrutsDemo/src/java/sl314/model/LeagueService.java
mod07_struts/PostStrutsDemo/src/java/sl314/model/ObjectNotFoundException.java
mod07_struts/PostStrutsDemo/src/java/sl314/model/Player.java
mod07_struts/PostStrutsDemo/src/java/sl314/model/PlayerService.java
mod07_struts/PostStrutsDemo/src/java/sl314/model/RegisterService.java
mod07_struts/PostStrutsDemo/src/java/sl314/view/
mod07_struts/PostStrutsDemo/src/java/sl314/view/AddLeagueFormServlet.java
mod07_struts/PostStrutsDemo/src/java/sl314/view/ListL
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.