文件名称:Struts2-Spring-Hibernate-Integration-Example
-
所属分类:
- 标签属性:
- 上传时间:2012-10-31
-
文件大小:15.64kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
it shows the integration between "Struts2 + Spring + Hibernate"
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Struts2Example/
Struts2Example/.classpath
Struts2Example/.project
Struts2Example/.settings/
Struts2Example/.settings/org.eclipse.jdt.core.prefs
Struts2Example/.settings/org.eclipse.wst.common.component
Struts2Example/.settings/org.eclipse.wst.common.project.facet.core.xml
Struts2Example/database/
Struts2Example/database/customer.sql
Struts2Example/pom.xml
Struts2Example/src/
Struts2Example/src/main/
Struts2Example/src/main/java/
Struts2Example/src/main/java/com/
Struts2Example/src/main/java/com/mkyong/
Struts2Example/src/main/java/com/mkyong/customer/
Struts2Example/src/main/java/com/mkyong/customer/action/
Struts2Example/src/main/java/com/mkyong/customer/action/CustomerAction.java
Struts2Example/src/main/java/com/mkyong/customer/bo/
Struts2Example/src/main/java/com/mkyong/customer/bo/CustomerBo.java
Struts2Example/src/main/java/com/mkyong/customer/bo/impl/
Struts2Example/src/main/java/com/mkyong/customer/bo/impl/CustomerBoImpl.java
Struts2Example/src/main/java/com/mkyong/customer/dao/
Struts2Example/src/main/java/com/mkyong/customer/dao/CustomerDAO.java
Struts2Example/src/main/java/com/mkyong/customer/dao/impl/
Struts2Example/src/main/java/com/mkyong/customer/dao/impl/CustomerDAOImpl.java
Struts2Example/src/main/java/com/mkyong/customer/model/
Struts2Example/src/main/java/com/mkyong/customer/model/Customer.java
Struts2Example/src/main/resources/
Struts2Example/src/main/resources/com/
Struts2Example/src/main/resources/com/mkyong/
Struts2Example/src/main/resources/com/mkyong/customer/
Struts2Example/src/main/resources/com/mkyong/customer/hibernate/
Struts2Example/src/main/resources/com/mkyong/customer/hibernate/Customer.hbm.xml
Struts2Example/src/main/resources/com/mkyong/customer/spring/
Struts2Example/src/main/resources/com/mkyong/customer/spring/CustomerBean.xml
Struts2Example/src/main/resources/config/
Struts2Example/src/main/resources/config/database/
Struts2Example/src/main/resources/config/database/properties/
Struts2Example/src/main/resources/config/database/properties/database.properties
Struts2Example/src/main/resources/config/spring/
Struts2Example/src/main/resources/config/spring/DataSource.xml
Struts2Example/src/main/resources/config/spring/HibernateSessionFactory.xml
Struts2Example/src/main/resources/SpringBeans.xml
Struts2Example/src/main/resources/struts.xml
Struts2Example/src/main/webapp/
Struts2Example/src/main/webapp/pages/
Struts2Example/src/main/webapp/pages/customer.jsp
Struts2Example/src/main/webapp/WEB-INF/
Struts2Example/src/main/webapp/WEB-INF/web.xml
Struts2Example/target/
Struts2Example/.classpath
Struts2Example/.project
Struts2Example/.settings/
Struts2Example/.settings/org.eclipse.jdt.core.prefs
Struts2Example/.settings/org.eclipse.wst.common.component
Struts2Example/.settings/org.eclipse.wst.common.project.facet.core.xml
Struts2Example/database/
Struts2Example/database/customer.sql
Struts2Example/pom.xml
Struts2Example/src/
Struts2Example/src/main/
Struts2Example/src/main/java/
Struts2Example/src/main/java/com/
Struts2Example/src/main/java/com/mkyong/
Struts2Example/src/main/java/com/mkyong/customer/
Struts2Example/src/main/java/com/mkyong/customer/action/
Struts2Example/src/main/java/com/mkyong/customer/action/CustomerAction.java
Struts2Example/src/main/java/com/mkyong/customer/bo/
Struts2Example/src/main/java/com/mkyong/customer/bo/CustomerBo.java
Struts2Example/src/main/java/com/mkyong/customer/bo/impl/
Struts2Example/src/main/java/com/mkyong/customer/bo/impl/CustomerBoImpl.java
Struts2Example/src/main/java/com/mkyong/customer/dao/
Struts2Example/src/main/java/com/mkyong/customer/dao/CustomerDAO.java
Struts2Example/src/main/java/com/mkyong/customer/dao/impl/
Struts2Example/src/main/java/com/mkyong/customer/dao/impl/CustomerDAOImpl.java
Struts2Example/src/main/java/com/mkyong/customer/model/
Struts2Example/src/main/java/com/mkyong/customer/model/Customer.java
Struts2Example/src/main/resources/
Struts2Example/src/main/resources/com/
Struts2Example/src/main/resources/com/mkyong/
Struts2Example/src/main/resources/com/mkyong/customer/
Struts2Example/src/main/resources/com/mkyong/customer/hibernate/
Struts2Example/src/main/resources/com/mkyong/customer/hibernate/Customer.hbm.xml
Struts2Example/src/main/resources/com/mkyong/customer/spring/
Struts2Example/src/main/resources/com/mkyong/customer/spring/CustomerBean.xml
Struts2Example/src/main/resources/config/
Struts2Example/src/main/resources/config/database/
Struts2Example/src/main/resources/config/database/properties/
Struts2Example/src/main/resources/config/database/properties/database.properties
Struts2Example/src/main/resources/config/spring/
Struts2Example/src/main/resources/config/spring/DataSource.xml
Struts2Example/src/main/resources/config/spring/HibernateSessionFactory.xml
Struts2Example/src/main/resources/SpringBeans.xml
Struts2Example/src/main/resources/struts.xml
Struts2Example/src/main/webapp/
Struts2Example/src/main/webapp/pages/
Struts2Example/src/main/webapp/pages/customer.jsp
Struts2Example/src/main/webapp/WEB-INF/
Struts2Example/src/main/webapp/WEB-INF/web.xml
Struts2Example/target/
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.