文件名称:jpetstore-4.0.3
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 4.91mb
- 下载次数:
- 0次
- 提 供 者:
- b**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
jpetstore-4.0.3
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 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-xa1.sql ddl/oracle/jpetstore-oracle-schema-xa2.sql ddl/oracle/jpetstore-oracle-schema.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/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/fish_icon.gif 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