CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象

文件名称:jpetstore-4.0.3.zip

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

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


(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : jpetstore-4.0.3.zip 列表
build/build.bat
build/build.properties
build/build.xml
build/clean.bat
build/wars/
build/wars/jpetstore.war
ddl/hsql/
ddl/hsql/installation_HSQLDB.txt
ddl/hsql/jpetstore-hsqldb-dataload.sql
ddl/hsql/jpetstore-hsqldb-schema.sql
ddl/mysql/
ddl/mysql/JPetStore Install Tutorial.txt
ddl/mysql/jpetstore-mysql-create-user.sql
ddl/mysql/jpetstore-mysql-dataload.sql
ddl/mysql/jpetstore-mysql-schema.sql
ddl/oracle/
ddl/oracle/jpetstore-oracle-dataload.sql
ddl/oracle/jpetstore-oracle-schema.sql
ddl/oracle/jpetstore-oracle-schema-xa1.sql
ddl/oracle/jpetstore-oracle-schema-xa2.sql
ddl/postgres/
ddl/postgres/jpetstore-postgres-dataload.sql
ddl/postgres/jpetstore-postgres-schema.sql
devlib/ant.jar
devlib/log4j-1.2.8.jar
devlib/optional.jar
devlib/servlet.jar
doc/License.txt
doc/release.txt
lib/commons-beanutils.jar
lib/commons-collections.jar
lib/commons-digester.jar
lib/commons-fileupload.jar
lib/commons-lang.jar
lib/commons-logging.jar
lib/commons-validator.jar
lib/ibatis-common-2.jar
lib/ibatis-dao-2.jar
lib/ibatis-sqlmap-2.jar
lib/jakarta-oro.jar
lib/struts.jar
src/com/
src/com/ibatis/
src/com/ibatis/jpetstore/
src/com/ibatis/jpetstore/domain/
src/com/ibatis/jpetstore/domain/Account.java
src/com/ibatis/jpetstore/domain/Cart.java
src/com/ibatis/jpetstore/domain/CartItem.java
src/com/ibatis/jpetstore/domain/Category.java
src/com/ibatis/jpetstore/domain/Item.java
src/com/ibatis/jpetstore/domain/LineItem.java
src/com/ibatis/jpetstore/domain/Order.java
src/com/ibatis/jpetstore/domain/Product.java
src/com/ibatis/jpetstore/domain/Sequence.java
src/com/ibatis/jpetstore/persistence/
src/com/ibatis/jpetstore/persistence/dao.xml
src/com/ibatis/jpetstore/persistence/DaoConfig.java
src/com/ibatis/jpetstore/persistence/iface/
src/com/ibatis/jpetstore/persistence/iface/AccountDao.java
src/com/ibatis/jpetstore/persistence/iface/CategoryDao.java
src/com/ibatis/jpetstore/persistence/iface/ItemDao.java
src/com/ibatis/jpetstore/persistence/iface/OrderDao.java
src/com/ibatis/jpetstore/persistence/iface/ProductDao.java
src/com/ibatis/jpetstore/persistence/iface/SequenceDao.java
src/com/ibatis/jpetstore/persistence/sqlmapdao/
src/com/ibatis/jpetstore/persistence/sqlmapdao/AccountSqlMapDao.java
src/com/ibatis/jpetstore/persistence/sqlmapdao/BaseSqlMapDao.java
src/com/ibatis/jpetstore/persistence/sqlmapdao/CategorySqlMapDao.java
src/com/ibatis/jpetstore/persistence/sqlmapdao/ItemSqlMapDao.java
src/com/ibatis/jpetstore/persistence/sqlmapdao/OrderSqlMapDao.java
src/com/ibatis/jpetstore/persistence/sqlmapdao/ProductSqlMapDao.java
src/com/ibatis/jpetstore/persistence/sqlmapdao/SequenceSqlMapDao.java
src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/
src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/Account.xml
src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/Category.xml
src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/Item.xml
src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/LineItem.xml
src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/Order.xml
src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/Product.xml
src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/Sequence.xml
src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/sql-map-config.xml
src/com/ibatis/jpetstore/presentation/
src/com/ibatis/jpetstore/presentation/AccountBean.java
src/com/ibatis/jpetstore/presentation/CartBean.java
src/com/ibatis/jpetstore/presentation/CatalogBean.java
src/com/ibatis/jpetstore/presentation/OrderBean.java
src/com/ibatis/jpetstore/service/
src/com/ibatis/jpetstore/service/AccountService.java
src/com/ibatis/jpetstore/service/CatalogService.java
src/com/ibatis/jpetstore/service/OrderService.java
src/com/ibatis/struts/
src/com/ibatis/struts/ActionContext.java
src/com/ibatis/struts/BaseBean.java
src/com/ibatis/struts/BeanAction.java
src/com/ibatis/struts/BeanActionException.java
src/com/ibatis/struts/httpmap/
src/com/ibatis/struts/httpmap/ApplicationMap.java
src/com/ibatis/struts/httpmap/BaseHttpMap.java
src/com/ibatis/struts/httpmap/CookieMap.java
src/com/ibatis/struts/httpmap/ParameterMap.java
src/com/ibatis/struts/httpmap/RequestMap.java
src/com/ibatis/struts/httpmap/SessionMap.java
src/log4j.properties
src/properties/
src/properties/application.properties
src/properties/database.properties
web/account/
web/account/EditAccountForm.jsp
web/account/IncludeAccountFields.jsp
web/account/NewAccountForm.jsp
web/account/SignonForm.jsp
web/cart/
web/cart/Cart.jsp
web/cart/Checkout.jsp
web/cart/IncludeMyList.jsp
web/catalog/
web/catalog/Category.jsp
web/catalog/Item.jsp
web/catalog/Main.jsp
web/catalog/Product.jsp
web/catalog/SearchProducts.jsp
web/common/
web/common/Error.jsp
web/common/IncludeBanner.jsp
web/common/IncludeBottom.jsp
web/common/IncludeQuickHeader.jsp
web/common/IncludeTop.jsp
web/help.html
web/images/
web/images/banner_birds.gif
web/images/banner_cats.gif
web/images/banner_dogs.gif
web/images/banner_fish.gif
web/images/banner_reptiles.gif
web/images/bird1.gif
web/images/bird1.jpg
web/images/bird2.gif
web/images/bird2.jpg
web/images/bird3.gif
web/images/bird4.gif
web/images/bird5.gif
web/images/bird6.gif
web/images/birds_icon.gif
web/images/bkg-sidebar.gif
web/images/bkg-topbar.gif
web/images/button_add_to_cart.gif
web/images/button_checkout.gif
web/images/button_continue.gif
web/images/button_next.gif
web/images/button_prev.gif
web/images/button_previous.gif
web/images/button_proceed.gif
web/images/button_register_now.gif
web/images/button_remove.gif
web/images/button_submit.gif
web/images/button_update_cart.gif
web/images/cart.gif
web/images/cartHL.gif
web/images/cat1.gif
web/images/cat1.jpg
web/images/cat2.gif
web/images/cat2.jpg
web/images/cat3.gif
web/images/cat4.gif
web/images/cats_icon.gif
web/images/dog1.gif
web/images/dog1.jpg
web/images/dog2.gif
web/images/dog2.jpg
web/images/dog3.gif
web/images/dog3.jpg
web/images/dog4.gif
web/images/dog4.jpg
web/images/dog5.gif
web/images/dog5.jpg
web/images/dog6.gif
web/images/dog6.jpg
web/images/dogs.gif
web/images/dogs_icon.gif
web/images/fish.gif
web/images/fish_icon.gif
web/images/fish1.gif
web/images/fish1.jpg
web/images/fish2.gif
web/images/fish2.jpg
web/images/fish3.gif
web/images/fish3.jpg
web/images/fish4.gif
web/images/fish4.jpg
web/images/help.gif
web/images/helpHL.gif
web/images/lizard1.gif
web/images/lizard1.jpg
web/images/lizard2.gif
web/images/lizard3.gif
web/images/logo-topbar.gif
web/images/my_account.gif
web/images/my_accountHL.gif
web/images/poweredby.gif
web/images/reptiles_icon.gif
web/images/search.gif
web/images/separator.gif
web/images/sign-in.gif
web/images/sign-inHL.gif
web/images/sign-out.gif
web/images/sign-outHL.gif
web/images/sm_birds.gif
web/images/sm_cats.gif
web/images/sm_dogs.gif
web/images/sm_fish.gif
web/images/sm_reptiles.gif
web/images/snake1.gif
web/images/snake1.jpg
web/images/splash.gif
web/index.html
web/order/
web/order/ConfirmOrder.jsp
web/order/ListOrders.jsp
web/order/NewOrderForm.jsp
web/order/ShippingForm.jsp
web/order/ViewOrder.jsp
web/WEB-INF/
web/WEB-INF/struts-config.xml
web/WEB-INF/tld/
web/WEB-INF/tld/struts-bean.tld
web/WEB-INF/tld/struts-html.tld
web/WEB-INF/tld/struts-logic.tld
web/WEB-INF/web.xml

相关说明

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

相关评论

暂无评论内容.

发表评论

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