文件名称:StrutsPageDemo
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 442kb
- 下载次数:
- 0次
- 提 供 者:
- 方
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在 MyEclipse 中创建一个新的 Web 模块项目 并向它添加 Struts 功能
(Struts Capabilities)模块,形成StrutsPageDemo项目,附上源代码-In MyEclipse to create a new Web Module project and add it Struts functionality (Struts Capabilities) module, the formation of StrutsPageDemo projects, accompanied by source code
(Struts Capabilities)模块,形成StrutsPageDemo项目,附上源代码-In MyEclipse to create a new Web Module project and add it Struts functionality (Struts Capabilities) module, the formation of StrutsPageDemo projects, accompanied by source code
(系统自动生成,下载前可以参看下载内容)
下载文件列表
.classpath
.myhibernatedata
.mymetadata
.mystrutsdata
.project
src
...\com
...\...\yourcompany
...\...\...........\struts
...\...\...........\......\action
...\...\...........\......\......\ListAction.java
...\...\...........\......\ApplicationResources.properties
...\dao
...\...\BaseHibernateDAO.java
...\...\HibernateSessionFactory.java
...\...\IBaseHibernateDAO.java
...\...\Student.hbm.xml
...\...\Student.java
...\...\StudentDAO.java
...\hibernate.cfg.xml
...\HibernateDAOTest.java
...\manager
...\.......\UserManager.java
WebRoot
.......\index.jsp
.......\META-INF
.......\........\MANIFEST.MF
.......\WEB-INF
.......\.......\.struts-config.mex
.......\.......\classes
.......\.......\.......\com
.......\.......\.......\...\yourcompany
.......\.......\.......\...\...........\struts
.......\.......\.......\...\...........\......\action
.......\.......\.......\...\...........\......\......\ListAction.class
.......\.......\.......\...\...........\......\ApplicationResources.properties
.......\.......\.......\dao
.......\.......\.......\...\BaseHibernateDAO.class
.......\.......\.......\...\HibernateSessionFactory.class
.......\.......\.......\...\IBaseHibernateDAO.class
.......\.......\.......\...\Student.class
.......\.......\.......\...\Student.hbm.xml
.......\.......\.......\...\StudentDAO.class
.......\.......\.......\hibernate.cfg.xml
.......\.......\.......\HibernateDAOTest.class
.......\.......\.......\manager
.......\.......\.......\.......\UserManager.class
.......\.......\lib
.......\.......\...\mysql-connector-java-3.1.11-bin.jar
.......\.......\struts-bean.tld
.......\.......\struts-config.xml
.......\.......\struts-html.tld
.......\.......\struts-logic.tld
.......\.......\struts-nested.tld
.......\.......\struts-tiles.tld
.......\.......\validator-rules.xml
.......\.......\web.xml
.myhibernatedata
.mymetadata
.mystrutsdata
.project
src
...\com
...\...\yourcompany
...\...\...........\struts
...\...\...........\......\action
...\...\...........\......\......\ListAction.java
...\...\...........\......\ApplicationResources.properties
...\dao
...\...\BaseHibernateDAO.java
...\...\HibernateSessionFactory.java
...\...\IBaseHibernateDAO.java
...\...\Student.hbm.xml
...\...\Student.java
...\...\StudentDAO.java
...\hibernate.cfg.xml
...\HibernateDAOTest.java
...\manager
...\.......\UserManager.java
WebRoot
.......\index.jsp
.......\META-INF
.......\........\MANIFEST.MF
.......\WEB-INF
.......\.......\.struts-config.mex
.......\.......\classes
.......\.......\.......\com
.......\.......\.......\...\yourcompany
.......\.......\.......\...\...........\struts
.......\.......\.......\...\...........\......\action
.......\.......\.......\...\...........\......\......\ListAction.class
.......\.......\.......\...\...........\......\ApplicationResources.properties
.......\.......\.......\dao
.......\.......\.......\...\BaseHibernateDAO.class
.......\.......\.......\...\HibernateSessionFactory.class
.......\.......\.......\...\IBaseHibernateDAO.class
.......\.......\.......\...\Student.class
.......\.......\.......\...\Student.hbm.xml
.......\.......\.......\...\StudentDAO.class
.......\.......\.......\hibernate.cfg.xml
.......\.......\.......\HibernateDAOTest.class
.......\.......\.......\manager
.......\.......\.......\.......\UserManager.class
.......\.......\lib
.......\.......\...\mysql-connector-java-3.1.11-bin.jar
.......\.......\struts-bean.tld
.......\.......\struts-config.xml
.......\.......\struts-html.tld
.......\.......\struts-logic.tld
.......\.......\struts-nested.tld
.......\.......\struts-tiles.tld
.......\.......\validator-rules.xml
.......\.......\web.xml