CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:order

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    8.41mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

用spring+struts+hibernate实现的关于订单的例子,适合入门人士-With spring+ Struts+ Hibernate realized on the example of orders for entry to
(系统自动生成,下载前可以参看下载内容)

下载文件列表

order/
order/.classpath
order/.myeclipse/
order/.mymetadata
order/.project
order/.settings/
order/.settings/org.eclipse.jdt.core.prefs
order/src/
order/src/cn/
order/src/cn/hxex/
order/src/cn/hxex/order/
order/src/cn/hxex/order/action/
order/src/cn/hxex/order/action/BaseAction.java
order/src/cn/hxex/order/action/FindOrderAction.java
order/src/cn/hxex/order/action/SaveOrderAction.java
order/src/cn/hxex/order/bo/
order/src/cn/hxex/order/bo/Order.hbm.xml
order/src/cn/hxex/order/bo/Order.java
order/src/cn/hxex/order/bo/OrderLineItem.hbm.xml
order/src/cn/hxex/order/bo/OrderLineItem.java
order/src/cn/hxex/order/dao/
order/src/cn/hxex/order/dao/hibernate/
order/src/cn/hxex/order/dao/hibernate/OrderHibernateDAO.java
order/src/cn/hxex/order/dao/IOrderDAO.java
order/src/cn/hxex/order/exception/
order/src/cn/hxex/order/exception/OrderException.java
order/src/cn/hxex/order/exception/OrderMinimumAmountException.java
order/src/cn/hxex/order/forms/
order/src/cn/hxex/order/forms/OrderForm.java
order/src/cn/hxex/order/resources/
order/src/cn/hxex/order/resources/ApplicationResources.properties
order/src/cn/hxex/order/resources/ApplicationResources_en.properties
order/src/cn/hxex/order/resources/ApplicationResources_zh.properties
order/src/cn/hxex/order/service/
order/src/cn/hxex/order/service/IOrderService.java
order/src/cn/hxex/order/service/spring/
order/src/cn/hxex/order/service/spring/OrderServiceSpringImpl.java
order/src/cn/hxex/order/struts/
order/src/cn/hxex/order/struts/HxexRequestProcessor.java
order/WebRoot/
order/WebRoot/default.jsp
order/WebRoot/Index.jsp
order/WebRoot/META-INF/
order/WebRoot/META-INF/MANIFEST.MF
order/WebRoot/NewOrder.jsp
order/WebRoot/QueryOrder.jsp
order/WebRoot/theme/
order/WebRoot/theme/Master.css
order/WebRoot/ViewOrder.jsp
order/WebRoot/WEB-INF/
order/WebRoot/WEB-INF/classes/
order/WebRoot/WEB-INF/classes/cn/
order/WebRoot/WEB-INF/classes/cn/hxex/
order/WebRoot/WEB-INF/classes/cn/hxex/order/
order/WebRoot/WEB-INF/classes/cn/hxex/order/action/
order/WebRoot/WEB-INF/classes/cn/hxex/order/action/BaseAction.class
order/WebRoot/WEB-INF/classes/cn/hxex/order/action/FindOrderAction.class
order/WebRoot/WEB-INF/classes/cn/hxex/order/action/SaveOrderAction.class
order/WebRoot/WEB-INF/classes/cn/hxex/order/bo/
order/WebRoot/WEB-INF/classes/cn/hxex/order/bo/Order.class
order/WebRoot/WEB-INF/classes/cn/hxex/order/bo/Order.hbm.xml
order/WebRoot/WEB-INF/classes/cn/hxex/order/bo/OrderLineItem.class
order/WebRoot/WEB-INF/classes/cn/hxex/order/bo/OrderLineItem.hbm.xml
order/WebRoot/WEB-INF/classes/cn/hxex/order/dao/
order/WebRoot/WEB-INF/classes/cn/hxex/order/dao/hibernate/
order/WebRoot/WEB-INF/classes/cn/hxex/order/dao/hibernate/OrderHibernateDAO$1.class
order/WebRoot/WEB-INF/classes/cn/hxex/order/dao/hibernate/OrderHibernateDAO.class
order/WebRoot/WEB-INF/classes/cn/hxex/order/dao/IOrderDAO.class
order/WebRoot/WEB-INF/classes/cn/hxex/order/exception/
order/WebRoot/WEB-INF/classes/cn/hxex/order/exception/OrderException.class
order/WebRoot/WEB-INF/classes/cn/hxex/order/exception/OrderMinimumAmountException.class
order/WebRoot/WEB-INF/classes/cn/hxex/order/forms/
order/WebRoot/WEB-INF/classes/cn/hxex/order/forms/OrderForm.class
order/WebRoot/WEB-INF/classes/cn/hxex/order/resources/
order/WebRoot/WEB-INF/classes/cn/hxex/order/resources/ApplicationResources.properties
order/WebRoot/WEB-INF/classes/cn/hxex/order/resources/ApplicationResources_en.properties
order/WebRoot/WEB-INF/classes/cn/hxex/order/resources/ApplicationResources_zh.properties
order/WebRoot/WEB-INF/classes/cn/hxex/order/service/
order/WebRoot/WEB-INF/classes/cn/hxex/order/service/IOrderService.class
order/WebRoot/WEB-INF/classes/cn/hxex/order/service/spring/
order/WebRoot/WEB-INF/classes/cn/hxex/order/service/spring/OrderServiceSpringImpl.class
order/WebRoot/WEB-INF/classes/cn/hxex/order/struts/
order/WebRoot/WEB-INF/classes/cn/hxex/order/struts/HxexRequestProcessor.class
order/WebRoot/WEB-INF/config/
order/WebRoot/WEB-INF/config/spring/
order/WebRoot/WEB-INF/config/spring/applicationContext.xml
order/WebRoot/WEB-INF/config/struts/
order/WebRoot/WEB-INF/config/struts/struts-config.xml
order/WebRoot/WEB-INF/lib/
order/WebRoot/WEB-INF/lib/antlr.jar
order/WebRoot/WEB-INF/lib/asm.jar
order/WebRoot/WEB-INF/lib/aspectjweaver.jar
order/WebRoot/WEB-INF/lib/cglib-2.1.3.jar
order/WebRoot/WEB-INF/lib/commons-beanutils.jar
order/WebRoot/WEB-INF/lib/commons-collections-2.1.1.jar
order/WebRoot/WEB-INF/lib/commons-digester.jar
order/WebRoot/WEB-INF/lib/commons-logging-1.0.4.jar
order/WebRoot/WEB-INF/lib/dom4j-1.6.1.jar
order/WebRoot/WEB-INF/lib/ehcache-1.2.jar
order/WebRoot/WEB-INF/lib/hibernate3.jar
order/WebRoot/WEB-INF/lib/jakarta-oro.jar
order/WebRoot/WEB-INF/lib/jstl.jar
order/WebRoot/WEB-INF/lib/jta.jar
order/WebRoot/WEB-INF/lib/log4j-1.2.11.jar
order/WebRoot/WEB-INF/lib/spring.jar
order/WebRoot/WEB-INF/lib/standard.jar
order/WebRoot/WEB-INF/lib/struts-el.jar
order/WebRoot/WEB-INF/lib/struts.jar
order/WebRoot/WEB-INF/web.xml

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com