文件名称:sshIntergration
-
所属分类:
- 标签属性:
- 上传时间:2013-06-21
-
文件大小:19.08mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Spring3.0.5、hibernate3.6.4、struts2.2.3集成,配置了常用的一些属性,包括声明式事务、AOP,以及hibernate一对一、一对多、多对多隐射关联的PO类,仅供交流学习,如有错误,海涵。-Spring3.0.5, hibernate3.6.4, struts2.2.3 integration, configure some common attributes, including declarative transactions, AOP, and hibernate one to one, one-to-many association hint PO class, only exchange learning, if wrong, generosity.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sshIntergration/.classpath
sshIntergration/.mymetadata
sshIntergration/.project
sshIntergration/.settings/org.eclipse.jdt.core.prefs
sshIntergration/src/.struts.mex
sshIntergration/src/applicationContext-action.xml
sshIntergration/src/applicationContext-bean.xml
sshIntergration/src/applicationContext.xml
sshIntergration/src/com/acc/action/AddressAction.java
sshIntergration/src/com/acc/action/PersonAction.java
sshIntergration/src/com/acc/aop/AopAdvice.java
sshIntergration/src/com/acc/basic/BasicInterface.java
sshIntergration/src/com/acc/biz/AddressBiz.java
sshIntergration/src/com/acc/biz/impl/AddressBizImpl.java
sshIntergration/src/com/acc/biz/impl/PersonBizImpl.java
sshIntergration/src/com/acc/biz/PersonBiz.java
sshIntergration/src/com/acc/dao/AddressDao.java
sshIntergration/src/com/acc/dao/HobbyDao.java
sshIntergration/src/com/acc/dao/impl/AddressDaoImpl.java
sshIntergration/src/com/acc/dao/impl/PersonDaoImpl.java
sshIntergration/src/com/acc/dao/PersonDao.java
sshIntergration/src/com/acc/entity/Address.hbm.xml
sshIntergration/src/com/acc/entity/Address.java
sshIntergration/src/com/acc/entity/Hobby.hbm.xml
sshIntergration/src/com/acc/entity/Hobby.java
sshIntergration/src/com/acc/entity/IdentityCard.hbm.xml
sshIntergration/src/com/acc/entity/IdentityCard.java
sshIntergration/src/com/acc/entity/Person.hbm.xml
sshIntergration/src/com/acc/entity/Person.java
sshIntergration/src/com/acc/test/Test.java
sshIntergration/src/com/acc/util/ObjectUtils.java
sshIntergration/src/struts.xml
sshIntergration/WebRoot/add.jsp
sshIntergration/WebRoot/add_address.jsp
sshIntergration/WebRoot/error.jsp
sshIntergration/WebRoot/index.jsp
sshIntergration/WebRoot/list.jsp
sshIntergration/WebRoot/META-INF/MANIFEST.MF
sshIntergration/WebRoot/success.jsp
sshIntergration/WebRoot/WEB-INF/classes/.struts.mex
sshIntergration/WebRoot/WEB-INF/classes/applicationContext-action.xml
sshIntergration/WebRoot/WEB-INF/classes/applicationContext-bean.xml
sshIntergration/WebRoot/WEB-INF/classes/applicationContext.xml
sshIntergration/WebRoot/WEB-INF/classes/com/acc/action/AddressAction.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/action/PersonAction.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/aop/AopAdvice.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/basic/BasicInterface.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/biz/AddressBiz.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/biz/impl/AddressBizImpl.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/biz/impl/PersonBizImpl.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/biz/PersonBiz.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/dao/AddressDao.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/dao/HobbyDao.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/dao/impl/AddressDaoImpl.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/dao/impl/PersonDaoImpl$1.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/dao/impl/PersonDaoImpl.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/dao/PersonDao.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/entity/Address.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/entity/Address.hbm.xml
sshIntergration/WebRoot/WEB-INF/classes/com/acc/entity/Hobby.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/entity/Hobby.hbm.xml
sshIntergration/WebRoot/WEB-INF/classes/com/acc/entity/IdentityCard.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/entity/IdentityCard.hbm.xml
sshIntergration/WebRoot/WEB-INF/classes/com/acc/entity/Person.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/entity/Person.hbm.xml
sshIntergration/WebRoot/WEB-INF/classes/com/acc/test/Test.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/util/ObjectUtils.class
sshIntergration/WebRoot/WEB-INF/classes/struts.xml
sshIntergration/WebRoot/WEB-INF/lib/antlr-2.7.6.jar
sshIntergration/WebRoot/WEB-INF/lib/aopalliance-1.0.jar
sshIntergration/WebRoot/WEB-INF/lib/aspectjrt.jar
sshIntergration/WebRoot/WEB-INF/lib/aspectjweaver.jar
sshIntergration/WebRoot/WEB-INF/lib/c3p0-0.9.1.jar
sshIntergration/WebRoot/WEB-INF/lib/commons-collections-3.1.jar
sshIntergration/WebRoot/WEB-INF/lib/commons-fileupload-1.2.2.jar
sshIntergration/WebRoot/WEB-INF/lib/commons-io-2.0.1.jar
sshIntergration/WebRoot/WEB-INF/lib/commons-lang-2.5.jar
sshIntergration/WebRoot/WEB-INF/lib/commons-logging-1.1.1.jar
sshIntergration/WebRoot/WEB-INF/lib/commons-logging.jar
sshIntergration/WebRoot/WEB-INF/lib/dom4j-1.6.1.jar
sshIntergration/WebRoot/WEB-INF/lib/ehcache-2.7.1.jar
sshIntergration/WebRoot/WEB-INF/lib/freemarker-2.3.16.jar
sshIntergration/WebRoot/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.0.Final.jar
sshIntergration/WebRoot/WEB-INF/lib/hibernate3.jar
sshIntergration/WebRoot/WEB-INF/lib/javassist-3.11.0.GA.jar
sshIntergration/WebRoot/WEB-INF/lib/javassist-3.12.0.GA.jar
sshIntergration/WebRoot/WEB-INF/lib/jta-1.1.jar
sshIntergration/WebRoot/WEB-INF/lib/mysql-connector-java-3.0.10-stable-bin.jar
sshIntergration/WebRoot/WEB-INF/lib/ognl-3.0.1.jar
sshIntergration/WebRoot/WEB-INF/lib/org.springframework.aop-3.0.5.RELEASE.jar
sshIntergration/WebRoot/WEB-INF/lib/org.springframew
sshIntergration/.mymetadata
sshIntergration/.project
sshIntergration/.settings/org.eclipse.jdt.core.prefs
sshIntergration/src/.struts.mex
sshIntergration/src/applicationContext-action.xml
sshIntergration/src/applicationContext-bean.xml
sshIntergration/src/applicationContext.xml
sshIntergration/src/com/acc/action/AddressAction.java
sshIntergration/src/com/acc/action/PersonAction.java
sshIntergration/src/com/acc/aop/AopAdvice.java
sshIntergration/src/com/acc/basic/BasicInterface.java
sshIntergration/src/com/acc/biz/AddressBiz.java
sshIntergration/src/com/acc/biz/impl/AddressBizImpl.java
sshIntergration/src/com/acc/biz/impl/PersonBizImpl.java
sshIntergration/src/com/acc/biz/PersonBiz.java
sshIntergration/src/com/acc/dao/AddressDao.java
sshIntergration/src/com/acc/dao/HobbyDao.java
sshIntergration/src/com/acc/dao/impl/AddressDaoImpl.java
sshIntergration/src/com/acc/dao/impl/PersonDaoImpl.java
sshIntergration/src/com/acc/dao/PersonDao.java
sshIntergration/src/com/acc/entity/Address.hbm.xml
sshIntergration/src/com/acc/entity/Address.java
sshIntergration/src/com/acc/entity/Hobby.hbm.xml
sshIntergration/src/com/acc/entity/Hobby.java
sshIntergration/src/com/acc/entity/IdentityCard.hbm.xml
sshIntergration/src/com/acc/entity/IdentityCard.java
sshIntergration/src/com/acc/entity/Person.hbm.xml
sshIntergration/src/com/acc/entity/Person.java
sshIntergration/src/com/acc/test/Test.java
sshIntergration/src/com/acc/util/ObjectUtils.java
sshIntergration/src/struts.xml
sshIntergration/WebRoot/add.jsp
sshIntergration/WebRoot/add_address.jsp
sshIntergration/WebRoot/error.jsp
sshIntergration/WebRoot/index.jsp
sshIntergration/WebRoot/list.jsp
sshIntergration/WebRoot/META-INF/MANIFEST.MF
sshIntergration/WebRoot/success.jsp
sshIntergration/WebRoot/WEB-INF/classes/.struts.mex
sshIntergration/WebRoot/WEB-INF/classes/applicationContext-action.xml
sshIntergration/WebRoot/WEB-INF/classes/applicationContext-bean.xml
sshIntergration/WebRoot/WEB-INF/classes/applicationContext.xml
sshIntergration/WebRoot/WEB-INF/classes/com/acc/action/AddressAction.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/action/PersonAction.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/aop/AopAdvice.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/basic/BasicInterface.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/biz/AddressBiz.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/biz/impl/AddressBizImpl.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/biz/impl/PersonBizImpl.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/biz/PersonBiz.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/dao/AddressDao.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/dao/HobbyDao.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/dao/impl/AddressDaoImpl.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/dao/impl/PersonDaoImpl$1.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/dao/impl/PersonDaoImpl.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/dao/PersonDao.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/entity/Address.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/entity/Address.hbm.xml
sshIntergration/WebRoot/WEB-INF/classes/com/acc/entity/Hobby.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/entity/Hobby.hbm.xml
sshIntergration/WebRoot/WEB-INF/classes/com/acc/entity/IdentityCard.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/entity/IdentityCard.hbm.xml
sshIntergration/WebRoot/WEB-INF/classes/com/acc/entity/Person.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/entity/Person.hbm.xml
sshIntergration/WebRoot/WEB-INF/classes/com/acc/test/Test.class
sshIntergration/WebRoot/WEB-INF/classes/com/acc/util/ObjectUtils.class
sshIntergration/WebRoot/WEB-INF/classes/struts.xml
sshIntergration/WebRoot/WEB-INF/lib/antlr-2.7.6.jar
sshIntergration/WebRoot/WEB-INF/lib/aopalliance-1.0.jar
sshIntergration/WebRoot/WEB-INF/lib/aspectjrt.jar
sshIntergration/WebRoot/WEB-INF/lib/aspectjweaver.jar
sshIntergration/WebRoot/WEB-INF/lib/c3p0-0.9.1.jar
sshIntergration/WebRoot/WEB-INF/lib/commons-collections-3.1.jar
sshIntergration/WebRoot/WEB-INF/lib/commons-fileupload-1.2.2.jar
sshIntergration/WebRoot/WEB-INF/lib/commons-io-2.0.1.jar
sshIntergration/WebRoot/WEB-INF/lib/commons-lang-2.5.jar
sshIntergration/WebRoot/WEB-INF/lib/commons-logging-1.1.1.jar
sshIntergration/WebRoot/WEB-INF/lib/commons-logging.jar
sshIntergration/WebRoot/WEB-INF/lib/dom4j-1.6.1.jar
sshIntergration/WebRoot/WEB-INF/lib/ehcache-2.7.1.jar
sshIntergration/WebRoot/WEB-INF/lib/freemarker-2.3.16.jar
sshIntergration/WebRoot/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.0.Final.jar
sshIntergration/WebRoot/WEB-INF/lib/hibernate3.jar
sshIntergration/WebRoot/WEB-INF/lib/javassist-3.11.0.GA.jar
sshIntergration/WebRoot/WEB-INF/lib/javassist-3.12.0.GA.jar
sshIntergration/WebRoot/WEB-INF/lib/jta-1.1.jar
sshIntergration/WebRoot/WEB-INF/lib/mysql-connector-java-3.0.10-stable-bin.jar
sshIntergration/WebRoot/WEB-INF/lib/ognl-3.0.1.jar
sshIntergration/WebRoot/WEB-INF/lib/org.springframework.aop-3.0.5.RELEASE.jar
sshIntergration/WebRoot/WEB-INF/lib/org.springframew
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.