实例介绍
struts2 spring hibernate框架技术与项目实战 光盘源码 中 资源150M必须分成3部分上中下
【实例截图】
【核心代码】
43318a44-cd9e-442e-aefb-cfedd7cd6d1a
└── struts2 spring hibernate框架技术与项目实战 光盘源码中
├── readme.txt
├── 第3篇
│ ├── 第10章
│ │ ├── actionyanzheng
│ │ │ ├── src
│ │ │ │ ├── action
│ │ │ │ │ └── YanZhengAction.java
│ │ │ │ └── struts.xml
│ │ │ └── WebRoot
│ │ │ ├── index.jsp
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── success.jsp
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ │ ├── action
│ │ │ │ │ └── YanZhengAction.class
│ │ │ │ └── struts.xml
│ │ │ └── web.xml
│ │ ├── clientyanzheng
│ │ │ ├── src
│ │ │ │ ├── action
│ │ │ │ │ ├── ClientYanZheng.java
│ │ │ │ │ └── ClientYanZheng-validation.xml
│ │ │ │ ├── errormessages.properties
│ │ │ │ └── struts.xml
│ │ │ └── WebRoot
│ │ │ ├── index.jsp
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── success.jsp
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ │ ├── action
│ │ │ │ │ ├── ClientYanZheng.class
│ │ │ │ │ └── ClientYanZheng-validation.xml
│ │ │ │ ├── errormessages.properties
│ │ │ │ └── struts.xml
│ │ │ └── web.xml
│ │ ├── javascript验证.html
│ │ ├── oneaction
│ │ │ ├── src
│ │ │ │ ├── action
│ │ │ │ │ └── OneAction.java
│ │ │ │ └── struts.xml
│ │ │ └── WebRoot
│ │ │ ├── login.jsp
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── reg.jsp
│ │ │ ├── success.jsp
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ │ ├── action
│ │ │ │ │ └── OneAction.class
│ │ │ │ └── struts.xml
│ │ │ └── web.xml
│ │ ├── servletyanzheng
│ │ │ ├── src
│ │ │ │ └── servlet
│ │ │ │ └── ServletYanzheng.java
│ │ │ └── WebRoot
│ │ │ ├── index.jsp
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ │ └── servlet
│ │ │ │ └── ServletYanzheng.class
│ │ │ └── web.xml
│ │ ├── struts2errormessages
│ │ │ ├── src
│ │ │ │ ├── action
│ │ │ │ │ ├── Struts2YanZheng.java
│ │ │ │ │ └── Struts2YanZheng-validation.xml
│ │ │ │ ├── errormessages.properties
│ │ │ │ └── struts.xml
│ │ │ └── WebRoot
│ │ │ ├── index.jsp
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── success.jsp
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ │ ├── action
│ │ │ │ │ ├── Struts2YanZheng.class
│ │ │ │ │ └── Struts2YanZheng-validation.xml
│ │ │ │ ├── errormessages.properties
│ │ │ │ └── struts.xml
│ │ │ └── web.xml
│ │ └── struts2yanzheng
│ │ ├── src
│ │ │ ├── action
│ │ │ │ ├── Struts2YanZheng.java
│ │ │ │ └── Struts2YanZheng-validation.xml
│ │ │ └── struts.xml
│ │ └── WebRoot
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── success.jsp
│ │ └── WEB-INF
│ │ ├── classes
│ │ │ ├── action
│ │ │ │ ├── Struts2YanZheng.class
│ │ │ │ └── Struts2YanZheng-validation.xml
│ │ │ └── struts.xml
│ │ └── web.xml
│ ├── 第11章
│ │ ├── otherresource
│ │ │ ├── src
│ │ │ │ ├── com
│ │ │ │ │ ├── cn
│ │ │ │ │ │ └── resource
│ │ │ │ │ │ ├── OtherAction_en_US.properties
│ │ │ │ │ │ ├── OtherAction.java
│ │ │ │ │ │ └── OtherAction_zh_CN.properties
│ │ │ │ │ ├── package_en_US.properties
│ │ │ │ │ └── package_zh_CN.properties
│ │ │ │ ├── jsp_en_US.properties
│ │ │ │ ├── jsp_zh_CN.properties
│ │ │ │ └── struts.xml
│ │ │ └── WebRoot
│ │ │ ├── index.jsp
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── WEB-INF
│ │ │ │ ├── classes
│ │ │ │ │ ├── com
│ │ │ │ │ │ ├── cn
│ │ │ │ │ │ │ └── resource
│ │ │ │ │ │ │ ├── OtherAction.class
│ │ │ │ │ │ │ ├── OtherAction_en_US.properties
│ │ │ │ │ │ │ └── OtherAction_zh_CN.properties
│ │ │ │ │ │ ├── package_en_US.properties
│ │ │ │ │ │ └── package_zh_CN.properties
│ │ │ │ │ ├── jsp_en_US.properties
│ │ │ │ │ ├── jsp_zh_CN.properties
│ │ │ │ │ └── struts.xml
│ │ │ │ └── web.xml
│ │ │ └── welcome.jsp
│ │ ├── Resource
│ │ │ ├── bin
│ │ │ │ ├── com
│ │ │ │ │ ├── LocaleDate.class
│ │ │ │ │ └── LocaleList.class
│ │ │ │ ├── fmat
│ │ │ │ │ └── MessageFo.class
│ │ │ │ ├── net
│ │ │ │ │ └── ResourceDemo.class
│ │ │ │ ├── NewResourcesFile_zh_CN.properties
│ │ │ │ └── ResourcesFile_zh_CN.properties
│ │ │ └── src
│ │ │ ├── com
│ │ │ │ ├── LocaleDate.java
│ │ │ │ └── LocaleList.java
│ │ │ ├── fmat
│ │ │ │ └── MessageFo.java
│ │ │ ├── net
│ │ │ │ └── ResourceDemo.java
│ │ │ ├── NewResourcesFile_zh_CN.properties
│ │ │ └── ResourcesFile_zh_CN.properties
│ │ ├── struts2language
│ │ │ ├── src
│ │ │ │ ├── action
│ │ │ │ │ └── LoginAction.java
│ │ │ │ ├── loginResource_en_US.properties
│ │ │ │ ├── loginResource_zh_CN.properties
│ │ │ │ ├── struts.properties
│ │ │ │ └── struts.xml
│ │ │ └── WebRoot
│ │ │ ├── index.jsp
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── success.jsp
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ │ ├── action
│ │ │ │ │ └── LoginAction.class
│ │ │ │ ├── loginResource_en_US.properties
│ │ │ │ ├── loginResource_zh_CN.properties
│ │ │ │ ├── struts.properties
│ │ │ │ ├── struts.xml
│ │ │ │ └── WebRoot
│ │ │ │ ├── index.jsp
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ ├── success.jsp
│ │ │ │ └── WEB-INF
│ │ │ │ ├── classes
│ │ │ │ │ ├── loginResource_en_US.properties
│ │ │ │ │ ├── loginResource_zh_CN.properties
│ │ │ │ │ ├── struts.properties
│ │ │ │ │ └── struts.xml
│ │ │ │ ├── lib
│ │ │ │ │ ├── commons-logging-1.0.4.jar
│ │ │ │ │ ├── freemarker-2.3.8.jar
│ │ │ │ │ ├── ognl-2.6.11.jar
│ │ │ │ │ ├── struts2-core-2.0.11.1.jar
│ │ │ │ │ └── xwork-2.0.4.jar
│ │ │ │ └── web.xml
│ │ │ ├── lib
│ │ │ │ ├── commons-logging-1.0.4.jar
│ │ │ │ ├── freemarker-2.3.8.jar
│ │ │ │ ├── ognl-2.6.11.jar
│ │ │ │ ├── struts2-core-2.0.11.1.jar
│ │ │ │ └── xwork-2.0.4.jar
│ │ │ └── web.xml
│ │ └── struts2resource
│ │ ├── src
│ │ │ ├── action
│ │ │ │ ├── ResourceAction.java
│ │ │ │ └── ResourceAction-validation.xml
│ │ │ ├── globalResourceMessages_en_US.properties
│ │ │ ├── globalResourceMessages_zh_CN.properties
│ │ │ ├── struts.properties
│ │ │ └── struts.xml
│ │ └── WebRoot
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── success.jsp
│ │ └── WEB-INF
│ │ ├── classes
│ │ │ ├── action
│ │ │ │ ├── ResourceAction.class
│ │ │ │ └── ResourceAction-validation.xml
│ │ │ ├── globalResourceMessages_en_US.properties
│ │ │ ├── globalResourceMessages_zh_CN.properties
│ │ │ ├── struts.properties
│ │ │ └── struts.xml
│ │ └── web.xml
│ ├── 第12章
│ │ ├── 12-10.jsp
│ │ ├── 12-11.jsp
│ │ ├── 12-12.jsp
│ │ ├── 12-13.jsp
│ │ ├── 12-14.jsp
│ │ ├── 12-15.jsp
│ │ ├── 12-16.jsp
│ │ ├── 12-17.jsp
│ │ ├── 12-18.jsp
│ │ ├── 12-19.jsp
│ │ ├── 12-1.jsp
│ │ ├── 12-2.jsp
│ │ ├── 12-3.jsp
│ │ ├── 12-4.jsp
│ │ ├── 12-5.jsp
│ │ ├── 12-6.jsp
│ │ ├── 12-7.jsp
│ │ ├── 12-8.jsp
│ │ └── 12-9.jsp
│ ├── 第13章
│ │ ├── ajax
│ │ │ └── WebRoot
│ │ │ ├── ajaxserver.jsp
│ │ │ ├── bg.html
│ │ │ ├── index.jsp
│ │ │ ├── jquery.html
│ │ │ ├── js
│ │ │ │ └── jquery-1.6.2.js
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ └── WEB-INF
│ │ │ └── web.xml
│ │ ├── struts2ajaxgoogle
│ │ │ ├── src
│ │ │ │ ├── action
│ │ │ │ │ └── KeyAction.java
│ │ │ │ ├── dao
│ │ │ │ │ └── Db.java
│ │ │ │ └── struts.xml
│ │ │ └── WebRoot
│ │ │ ├── img
│ │ │ │ └── logo_cn.png
│ │ │ ├── index.jsp
│ │ │ ├── jq
│ │ │ │ └── jquery-1.6.2.js
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ │ ├── action
│ │ │ │ │ └── KeyAction.class
│ │ │ │ ├── dao
│ │ │ │ │ └── Db.class
│ │ │ │ └── struts.xml
│ │ │ ├── dwr.xml
│ │ │ ├── lib
│ │ │ │ ├── dwr.jar
│ │ │ │ └── mysql-connector-java-5.1.7-bin.jar
│ │ │ └── web.xml
│ │ └── struts2dwr
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── dwr
│ │ │ │ └── HelloWorld.java
│ │ │ └── struts.xml
│ │ └── WebRoot
│ │ ├── index.jsp
│ │ ├── jq
│ │ │ └── jquery-1.6.2.js
│ │ ├── jquery.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── classes
│ │ │ ├── com
│ │ │ │ └── dwr
│ │ │ │ └── HelloWorld.class
│ │ │ └── struts.xml
│ │ ├── dwr.xml
│ │ ├── lib
│ │ │ └── dwr.jar
│ │ └── web.xml
│ ├── 第14章
│ │ └── struts2login
│ │ ├── src
│ │ │ ├── action
│ │ │ │ ├── ImageAction.java
│ │ │ │ ├── LoginAction.java
│ │ │ │ ├── LoginAction-validation.xml
│ │ │ │ ├── RegisterAction.java
│ │ │ │ └── RegisterAction-validation.xml
│ │ │ ├── biz
│ │ │ │ └── Users.java
│ │ │ ├── dao
│ │ │ │ ├── DbConnection.java
│ │ │ │ └── DbService.java
│ │ │ └── struts.xml
│ │ └── WebRoot
│ │ ├── login.jsp
│ │ ├── login_success.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── register.jsp
│ │ ├── register_success.jsp
│ │ └── WEB-INF
│ │ ├── classes
│ │ │ ├── action
│ │ │ │ ├── ImageAction.class
│ │ │ │ ├── LoginAction.class
│ │ │ │ ├── LoginAction-validation.xml
│ │ │ │ ├── RegisterAction.class
│ │ │ │ └── RegisterAction-validation.xml
│ │ │ ├── biz
│ │ │ │ └── Users.class
│ │ │ ├── dao
│ │ │ │ ├── DbConnection.class
│ │ │ │ └── DbService.class
│ │ │ └── struts.xml
│ │ ├── lib
│ │ │ ├── commons-fileupload-1.2.2.jar
│ │ │ ├── commons-io-2.0.jar
│ │ │ ├── commons-logging-1.0.4.jar
│ │ │ ├── freemarker-2.3.8.jar
│ │ │ ├── mysql-connector-java-5.1.6-bin.jar
│ │ │ ├── ognl-2.6.11.jar
│ │ │ ├── struts2-core-2.0.14.jar
│ │ │ └── xwork-2.0.7.jar
│ │ └── web.xml
│ ├── 第6章
│ │ ├── image
│ │ │ ├── 2011-5-30 10-32-07.jpg
│ │ │ ├── 2011-5-30 10-52-29.jpg
│ │ │ ├── 2011-5-30 10-54-52.jpg
│ │ │ ├── 2011-5-30 11-00-47.jpg
│ │ │ ├── 2011-5-30 11-01-42.jpg
│ │ │ ├── 2011-5-30 20-12-10.jpg
│ │ │ ├── 2011-5-30 20-14-24.jpg
│ │ │ ├── Thumbs.db
│ │ │ └── xiazai.jpg
│ │ └── struts2_helloword
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── helloword
│ │ │ │ └── action
│ │ │ │ └── MyAction.java
│ │ │ └── struts.xml
│ │ └── WebRoot
│ │ ├── hello.jsp
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── classes
│ │ │ ├── com
│ │ │ │ └── helloword
│ │ │ │ └── action
│ │ │ │ └── MyAction.class
│ │ │ └── struts.xml
│ │ ├── lib
│ │ │ ├── commons-fileupload-1.2.1.jar
│ │ │ ├── commons-io-1.3.2.jar
│ │ │ ├── freemarker-2.3.16.jar
│ │ │ ├── javassist-3.7.ga.jar
│ │ │ ├── ognl-3.0.jar
│ │ │ ├── struts2-core-2.2.1.jar
│ │ │ └── xwork-core-2.2.1.jar
│ │ └── web.xml
│ ├── 第7章
│ │ ├── actionservlet
│ │ │ ├── src
│ │ │ │ ├── com
│ │ │ │ │ └── li
│ │ │ │ │ └── LoginAction.java
│ │ │ │ └── struts.xml
│ │ │ └── WebRoot
│ │ │ ├── error.jsp
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── success.jsp
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ │ ├── com
│ │ │ │ │ └── li
│ │ │ │ │ └── LoginAction.class
│ │ │ │ └── struts.xml
│ │ │ └── web.xml
│ │ ├── Thumbs.db
│ │ └── wareservlet
│ │ ├── src
│ │ │ ├── MessageAction.java
│ │ │ └── struts.xml
│ │ └── WebRoot
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── classes
│ │ │ ├── MessageAction.class
│ │ │ └── struts.xml
│ │ └── web.xml
│ ├── 第8章
│ │ ├── rectangle
│ │ │ ├── src
│ │ │ │ ├── struts.xml
│ │ │ │ └── wzl
│ │ │ │ └── struts2
│ │ │ │ ├── action
│ │ │ │ │ ├── AreaAction-conversion.properties
│ │ │ │ │ └── AreaAction.java
│ │ │ │ ├── converter
│ │ │ │ │ └── RectangleConverter.java
│ │ │ │ └── domian
│ │ │ │ └── Rectangle.java
│ │ │ └── WebRoot
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── Rectangle.jsp
│ │ │ ├── showRectangle.jsp
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ │ ├── struts.xml
│ │ │ │ └── wzl
│ │ │ │ └── struts2
│ │ │ │ ├── action
│ │ │ │ │ ├── AreaAction.class
│ │ │ │ │ └── AreaAction-conversion.properties
│ │ │ │ ├── converter
│ │ │ │ │ └── RectangleConverter.class
│ │ │ │ └── domian
│ │ │ │ └── Rectangle.class
│ │ │ └── web.xml
│ │ └── register
│ │ ├── src
│ │ │ ├── struts.xml
│ │ │ └── wzl
│ │ │ └── struts2
│ │ │ └── action
│ │ │ └── RegisterAction.java
│ │ └── WebRoot
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── Register,jsp
│ │ ├── showRegInfo.jsp
│ │ └── WEB-INF
│ │ ├── classes
│ │ │ ├── struts.xml
│ │ │ └── wzl
│ │ │ └── struts2
│ │ │ └── action
│ │ │ └── RegisterAction.class
│ │ └── web.xml
│ └── 第9章
│ ├── checkinterceptor
│ │ ├── src
│ │ │ ├── com
│ │ │ │ ├── action
│ │ │ │ │ └── UserAction.java
│ │ │ │ └── inter
│ │ │ │ └── CheckInterceptor.java
│ │ │ └── struts.xml
│ │ └── WebRoot
│ │ ├── info.jsp
│ │ ├── login.jsp
│ │ ├── loginsuccess.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── classes
│ │ │ ├── com
│ │ │ │ ├── action
│ │ │ │ │ └── UserAction.class
│ │ │ │ └── inter
│ │ │ │ └── CheckInterceptor.class
│ │ │ └── struts.xml
│ │ └── web.xml
│ └── hellointerceptor
│ ├── src
│ │ ├── com
│ │ │ ├── action
│ │ │ │ └── HelloAction.java
│ │ │ └── inter
│ │ │ ├── FilterHelloInterceptor.java
│ │ │ └── HelloInterceptor.java
│ │ └── struts.xml
│ └── WebRoot
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── reg.jsp
│ ├── success.jsp
│ └── WEB-INF
│ ├── classes
│ │ ├── com
│ │ │ ├── action
│ │ │ │ └── HelloAction.class
│ │ │ └── inter
│ │ │ ├── FilterHelloInterceptor.class
│ │ │ └── HelloInterceptor.class
│ │ └── struts.xml
│ └── web.xml
└── 第4篇
├── HibTest1
│ ├── src
│ │ ├── com
│ │ │ └── hibtest1
│ │ │ ├── entity
│ │ │ │ ├── Users.hbm.xml
│ │ │ │ └── Users.java
│ │ │ ├── TestAdd.java
│ │ │ ├── TestDelete.java
│ │ │ ├── TestLoad.java
│ │ │ └── TestUpdate.java
│ │ └── hibernate.cfg.xml
│ └── WebRoot
│ ├── index.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ └── WEB-INF
│ ├── classes
│ │ ├── com
│ │ │ └── hibtest1
│ │ │ ├── entity
│ │ │ │ ├── Users.class
│ │ │ │ └── Users.hbm.xml
│ │ │ ├── TestAdd.class
│ │ │ ├── TestDelete.class
│ │ │ ├── TestLoad.class
│ │ │ └── TestUpdate.class
│ │ └── hibernate.cfg.xml
│ ├── lib
│ │ ├── antlr-2.7.6.jar
│ │ ├── commons-collections-3.1.jar
│ │ ├── dom4j-1.6.1.jar
│ │ ├── hibernate3.jar
│ │ ├── javassist-3.12.0.GA.jar
│ │ ├── jta-1.1.jar
│ │ ├── mysql-connector-java-5.1.14-bin.jar
│ │ └── slf4j-api-1.6.1.jar
│ └── web.xml
├── HibTest2
│ ├── hibernate.reveng.xml
│ ├── src
│ │ ├── com
│ │ │ └── hibtest2
│ │ │ ├── action
│ │ │ │ └── UserManagerAction.java
│ │ │ ├── biz
│ │ │ │ ├── UserBizImpl.java
│ │ │ │ └── UserBiz.java
│ │ │ ├── dao
│ │ │ │ ├── BaseHibernateDAO.java
│ │ │ │ ├── UserDAOImpl.java
│ │ │ │ └── UserDAO.java
│ │ │ ├── entity
│ │ │ │ ├── Books.hbm.xml
│ │ │ │ ├── Books.java
│ │ │ │ ├── Course.hbm.xml
│ │ │ │ ├── Course.java
│ │ │ │ ├── Publishers.hbm.xml
│ │ │ │ ├── Publishers.java
│ │ │ │ ├── Student.hbm.xml
│ │ │ │ ├── Student.java
│ │ │ │ ├── Users.hbm.xml
│ │ │ │ └── Users.java
│ │ │ ├── HibernateSessionFactory.java
│ │ │ ├── TestCriteria.java
│ │ │ ├── TestHQL.java
│ │ │ ├── Test.java
│ │ │ ├── TestM2OAndO2M.java
│ │ │ ├── TestManyToMany.java
│ │ │ ├── TestManyToOne.java
│ │ │ └── TestOneToMany.java
│ │ ├── hibernate.cfg.xml
│ │ └── struts.xml
│ └── WebRoot
│ ├── error.jsp
│ ├── index.jsp
│ ├── login.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── success.jsp
│ ├── TestConnectionPool.jsp
│ └── WEB-INF
│ ├── classes
│ │ ├── com
│ │ │ └── hibtest2
│ │ │ ├── action
│ │ │ │ └── UserManagerAction.class
│ │ │ ├── biz
│ │ │ │ ├── UserBiz.class
│ │ │ │ └── UserBizImpl.class
│ │ │ ├── dao
│ │ │ │ ├── BaseHibernateDAO.class
│ │ │ │ ├── UserDAO.class
│ │ │ │ └── UserDAOImpl.class
│ │ │ ├── entity
│ │ │ │ ├── Books.class
│ │ │ │ ├── Books.hbm.xml
│ │ │ │ ├── Course.class
│ │ │ │ ├── Course.hbm.xml
│ │ │ │ ├── Publishers.class
│ │ │ │ ├── Publishers.hbm.xml
│ │ │ │ ├── Student.class
│ │ │ │ ├── Student.hbm.xml
│ │ │ │ ├── Users.class
│ │ │ │ └── Users.hbm.xml
│ │ │ ├── HibernateSessionFactory.class
│ │ │ ├── Test.class
│ │ │ ├── TestCriteria.class
│ │ │ ├── TestHQL.class
│ │ │ ├── TestM2OAndO2M.class
│ │ │ ├── TestManyToMany.class
│ │ │ ├── TestManyToOne.class
│ │ │ └── TestOneToMany.class
│ │ ├── hibernate.cfg.xml
│ │ └── struts.xml
│ ├── lib
│ │ ├── antlr-2.7.6.jar
│ │ ├── asm-attrs.jar
│ │ ├── asm.jar
│ │ ├── cglib-2.1.3.jar
│ │ ├── commons-collections-2.1.1.jar
│ │ ├── commons-logging-1.0.4.jar
│ │ ├── dom4j-1.6.1.jar
│ │ ├── ehcache-1.2.3.jar
│ │ ├── ejb3-persistence.jar
│ │ ├── hibernate3.jar
│ │ ├── hibernate-annotations.jar
│ │ ├── hibernate-commons-annotations.jar
│ │ ├── hibernate-entitymanager.jar
│ │ ├── hibernate-validator.jar
│ │ ├── jaas.jar
│ │ ├── javassist.jar
│ │ ├── jaxen-1.1-beta-7.jar
│ │ ├── jboss-archive-browsing.jar
│ │ ├── jdbc2_0-stdext.jar
│ │ ├── jta.jar
│ │ ├── log4j-1.2.11.jar
│ │ ├── mysql-connector-java-5.1.14-bin.jar
│ │ ├── xerces-2.6.2.jar
│ │ └── xml-apis.jar
│ └── web.xml
└── 数据库
└── bookshop.sql
261 directories, 416 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论