文件名称:StrutsHibernateTest
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 551kb
- 下载次数:
- 0次
- 提 供 者:
- mic***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
struts + hibernate + spring ssh 的源码练习-struts+ hibernate+ spring ssh source code of practice
(系统自动生成,下载前可以参看下载内容)
下载文件列表
libraryweb.sql
StrutsHibernateTest
...................\build
...................\.....\index.jsp
...................\.....\jsp
...................\.....\...\bookAdd.jsp
...................\.....\...\bookBorrow.jsp
...................\.....\...\bookEdit.jsp
...................\.....\...\bookList.jsp
...................\.....\...\customerList.jsp
...................\.....\...\editcustomer.jsp
...................\.....\...\index.jsp
...................\.....\WEB-INF
...................\.....\.......\classes
...................\.....\.......\.......\hibernate.cfg.xml
...................\.....\.......\.......\log4j.properties
...................\.....\.......\.......\persistence
...................\.....\.......\.......\...........\AbstractBook.class
...................\.....\.......\.......\...........\AbstractCustomer.class
...................\.....\.......\.......\...........\bl
...................\.....\.......\.......\...........\..\LibraryManager.class
...................\.....\.......\.......\...........\Book.class
...................\.....\.......\.......\...........\Book.hbm.xml
...................\.....\.......\.......\...........\Customer.class
...................\.....\.......\.......\...........\Customer.hbm.xml
...................\.....\.......\.......\...........\HibernateSessionFactory.class
...................\.....\.......\.......\...........\test
...................\.....\.......\.......\...........\....\LibraryTest.class
...................\.....\.......\.......\struts
...................\.....\.......\.......\......\action
...................\.....\.......\.......\......\......\BookEditAction.class
...................\.....\.......\.......\......\......\BookListAction.class
...................\.....\.......\.......\......\......\CustomerEditAction.class
...................\.....\.......\.......\......\......\CustomerListAction.class
...................\.....\.......\.......\......\ApplicationResources.properties
...................\.....\.......\.......\......\form
...................\.....\.......\.......\......\....\BookEditForm.class
...................\.....\.......\.......\......\....\BookListForm.class
...................\.....\.......\.......\......\....\CustomerEditForm.class
...................\.....\.......\.......\......\....\CustomerListForm.class
...................\.....\.......\lib
...................\.....\.......\...\struts.jar
...................\.....\.......\struts-bean.tld
...................\.....\.......\struts-config.xml
...................\.....\.......\struts-html.tld
...................\.....\.......\struts-logic.tld
...................\.....\.......\struts-nested.tld
...................\.....\.......\struts-template.tld
...................\.....\.......\struts-tiles.tld
...................\.....\.......\validator-rules.xml
...................\.....\.......\web.xml
...................\build.xml
...................\docs
...................\....\README.txt
...................\lib
...................\src
...................\...\hibernate.cfg.xml
...................\...\log4j.properties
...................\...\persistence
...................\...\...........\AbstractBook.java
...................\...\...........\AbstractCustomer.java
...................\...\...........\bl
...................\...\...........\..\LibraryManager.java
...................\...\...........\Book.hbm.xml
...................\...\...........\Book.java
...................\...\...........\Customer.hbm.xml
...................\...\...........\Customer.java
...................\...\...........\HibernateSessionFactory.java
...................\...\...........\test
...................\...\...........\....\LibraryTest.java
...................\...\struts
...................\...\......\action
...................\...\......\......\BookEditAction.java
...................\...\......\......\BookListAction.java
...................\...\......\......\CustomerEditAction.java
...................\...\......\......\CustomerListAction.java
...................\...\......\ApplicationResources.properties
...................\...\......\form
StrutsHibernateTest
...................\build
...................\.....\index.jsp
...................\.....\jsp
...................\.....\...\bookAdd.jsp
...................\.....\...\bookBorrow.jsp
...................\.....\...\bookEdit.jsp
...................\.....\...\bookList.jsp
...................\.....\...\customerList.jsp
...................\.....\...\editcustomer.jsp
...................\.....\...\index.jsp
...................\.....\WEB-INF
...................\.....\.......\classes
...................\.....\.......\.......\hibernate.cfg.xml
...................\.....\.......\.......\log4j.properties
...................\.....\.......\.......\persistence
...................\.....\.......\.......\...........\AbstractBook.class
...................\.....\.......\.......\...........\AbstractCustomer.class
...................\.....\.......\.......\...........\bl
...................\.....\.......\.......\...........\..\LibraryManager.class
...................\.....\.......\.......\...........\Book.class
...................\.....\.......\.......\...........\Book.hbm.xml
...................\.....\.......\.......\...........\Customer.class
...................\.....\.......\.......\...........\Customer.hbm.xml
...................\.....\.......\.......\...........\HibernateSessionFactory.class
...................\.....\.......\.......\...........\test
...................\.....\.......\.......\...........\....\LibraryTest.class
...................\.....\.......\.......\struts
...................\.....\.......\.......\......\action
...................\.....\.......\.......\......\......\BookEditAction.class
...................\.....\.......\.......\......\......\BookListAction.class
...................\.....\.......\.......\......\......\CustomerEditAction.class
...................\.....\.......\.......\......\......\CustomerListAction.class
...................\.....\.......\.......\......\ApplicationResources.properties
...................\.....\.......\.......\......\form
...................\.....\.......\.......\......\....\BookEditForm.class
...................\.....\.......\.......\......\....\BookListForm.class
...................\.....\.......\.......\......\....\CustomerEditForm.class
...................\.....\.......\.......\......\....\CustomerListForm.class
...................\.....\.......\lib
...................\.....\.......\...\struts.jar
...................\.....\.......\struts-bean.tld
...................\.....\.......\struts-config.xml
...................\.....\.......\struts-html.tld
...................\.....\.......\struts-logic.tld
...................\.....\.......\struts-nested.tld
...................\.....\.......\struts-template.tld
...................\.....\.......\struts-tiles.tld
...................\.....\.......\validator-rules.xml
...................\.....\.......\web.xml
...................\build.xml
...................\docs
...................\....\README.txt
...................\lib
...................\src
...................\...\hibernate.cfg.xml
...................\...\log4j.properties
...................\...\persistence
...................\...\...........\AbstractBook.java
...................\...\...........\AbstractCustomer.java
...................\...\...........\bl
...................\...\...........\..\LibraryManager.java
...................\...\...........\Book.hbm.xml
...................\...\...........\Book.java
...................\...\...........\Customer.hbm.xml
...................\...\...........\Customer.java
...................\...\...........\HibernateSessionFactory.java
...................\...\...........\test
...................\...\...........\....\LibraryTest.java
...................\...\struts
...................\...\......\action
...................\...\......\......\BookEditAction.java
...................\...\......\......\BookListAction.java
...................\...\......\......\CustomerEditAction.java
...................\...\......\......\CustomerListAction.java
...................\...\......\ApplicationResources.properties
...................\...\......\form