文件名称:mod11_jsp
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-11-19
- 文件大小:
- 2.66mb
- 下载次数:
- 0次
- 提 供 者:
- 蒋*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
you demonstrate the how to use JSP pages to implement the view.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mod11_jsp\JSPDemo
.........\.......\build.xml
.........\.......\build
.........\.......\.....\web
.........\.......\.....\...\admin
.........\.......\.....\...\.....\add_league.jsp
.........\.......\.....\...\.....\success.jsp
.........\.......\.....\...\.....\success_stdtags.jsp
.........\.......\.....\...\index.html
.........\.......\.....\...\list_leagues.jsp
.........\.......\.....\...\META-INF
.........\.......\.....\...\........\MANIFEST.MF
.........\.......\.....\...\register
.........\.......\.....\...\........\enter_player.jsp
.........\.......\.....\...\........\select_division.jsp
.........\.......\.....\...\........\select_league.jsp
.........\.......\.....\...\........\thank_you.jsp
.........\.......\.....\...\........\thank_you_stdtags.jsp
.........\.......\.....\...\WEB-INF
.........\.......\.....\...\.......\classes
.........\.......\.....\...\.......\.......\sl314
.........\.......\.....\...\.......\.......\.....\controller
.........\.......\.....\...\.......\.......\.....\..........\AddLeagueAction.class
.........\.......\.....\...\.......\.......\.....\..........\EnterPlayerAction.class
.........\.......\.....\...\.......\.......\.....\..........\SelectDivisionAction.class
.........\.......\.....\...\.......\.......\.....\..........\SelectLeagueAction.class
.........\.......\.....\...\.......\.......\.....\model
.........\.......\.....\...\.......\.......\.....\.....\League.class
.........\.......\.....\...\.......\.......\.....\.....\LeagueDAO.class
.........\.......\.....\...\.......\.......\.....\.....\LeagueService.class
.........\.......\.....\...\.......\.......\.....\.....\ObjectIdDAO.class
.........\.......\.....\...\.......\.......\.....\.....\ObjectNotFoundException.class
.........\.......\.....\...\.......\.......\.....\.....\Player.class
.........\.......\.....\...\.......\.......\.....\.....\PlayerDAO.class
.........\.......\.....\...\.......\.......\.....\.....\RegisterService.class
.........\.......\.....\...\.......\.......\.....\web
.........\.......\.....\...\.......\.......\.....\...\PerformanceFilter.class
.........\.......\.....\...\.......\lib
.........\.......\.....\...\.......\...\antlr.jar
.........\.......\.....\...\.......\...\commons-beanutils.jar
.........\.......\.....\...\.......\...\commons-digester.jar
.........\.......\.....\...\.......\...\commons-fileupload.jar
.........\.......\.....\...\.......\...\commons-logging.jar
.........\.......\.....\...\.......\...\commons-validator.jar
.........\.......\.....\...\.......\...\jakarta-oro.jar
.........\.......\.....\...\.......\...\struts.jar
.........\.......\.....\...\.......\struts-bean.tld
.........\.......\.....\...\.......\struts-config.xml
.........\.......\.....\...\.......\struts-html.tld
.........\.......\.....\...\.......\struts-logic.tld
.........\.......\.....\...\.......\struts-nested.tld
.........\.......\.....\...\.......\struts-tiles.tld
.........\.......\.....\...\.......\sun-web.xml
.........\.......\.....\...\.......\tiles-defs.xml
.........\.......\.....\...\.......\validation.xml
.........\.......\.....\...\.......\validator-rules.xml
.........\.......\.....\...\.......\web.xml
.........\.......\.....\...\welcomeStruts.jsp
.........\.......\dist
.........\.......\....\ViewDemo.war
.........\.......\nbproject
.........\.......\.........\ant-deploy.xml
.........\.......\.........\build-impl.xml
.........\.......\.........\genfiles.properties
.........\.......\.........\private
.........\.......\.........\.......\private.properties
.........\.......\.........\project.properties
.........\.......\.........\project.xml
.........\.......\setup
.........\.......\.....\connectionPool.sun-resource
.........\.......\.....\datasource.sun-resource
.........\.......\.....\jdbc_leagueDB.sun-resource
.........\.......\.....\leaguePool.sun-resource
.........\.......\src
.........\.......\...\conf
.........\.......\...\....\MANIFEST.MF
.........\.......\...\java
.........\.......\...\....\sl314
.........\.......\...\....\.....\controller
.........\.......\...\....\.....\..........\AddLeagueAction.java
.........\...