Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads WEB Code JSP/Java

JPetStore-5.0

  • Category : JSP/Java
  • Tags :
  • Update : 2008-10-13
  • Size : 7.05mb
  • Downloaded :0次
  • Author :keliang
  • About : keliang
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
ibaits example for all to share, ha ha ha ha ha ha and ah ha ha ha ha ha ha and
Packet file list
(Preview for download)
Packet : 5956448jpetstore-5.0.zip filelist
JPetStore-5.0/build/ant.bat
JPetStore-5.0/build/build.bat
JPetStore-5.0/build/build.xml
JPetStore-5.0/build/clean.bat
JPetStore-5.0/build/setenv.bat
JPetStore-5.0/build/wars/jpetstore.war
JPetStore-5.0/devlib/ant-junit.jar
JPetStore-5.0/devlib/ant-launcher.jar
JPetStore-5.0/devlib/ant.jar
JPetStore-5.0/devlib/cglib-nodep-2.1_3.jar
JPetStore-5.0/devlib/emma.jar
JPetStore-5.0/devlib/emma_ant.jar
JPetStore-5.0/devlib/jmock-1.0.1.jar
JPetStore-5.0/devlib/jmock-cglib-1.0.1.jar
JPetStore-5.0/devlib/junit.jar
JPetStore-5.0/devlib/servlet.jar
JPetStore-5.0/doc/License.txt
JPetStore-5.0/doc/Versions.txt
JPetStore-5.0/lib/antlr.jar
JPetStore-5.0/lib/beanaction.jar
JPetStore-5.0/lib/commons-beanutils.jar
JPetStore-5.0/lib/commons-digester.jar
JPetStore-5.0/lib/commons-fileupload.jar
JPetStore-5.0/lib/commons-logging.jar
JPetStore-5.0/lib/commons-validator.jar
JPetStore-5.0/lib/hsqldb.jar
JPetStore-5.0/lib/ibatis-common-2.jar
JPetStore-5.0/lib/ibatis-dao-2.jar
JPetStore-5.0/lib/ibatis-sqlmap-2.jar
JPetStore-5.0/lib/jakarta-oro.jar
JPetStore-5.0/lib/struts.jar
JPetStore-5.0/src/com/ibatis/jpetstore/domain/Account.java
JPetStore-5.0/src/com/ibatis/jpetstore/domain/Cart.java
JPetStore-5.0/src/com/ibatis/jpetstore/domain/CartItem.java
JPetStore-5.0/src/com/ibatis/jpetstore/domain/Category.java
JPetStore-5.0/src/com/ibatis/jpetstore/domain/Item.java
JPetStore-5.0/src/com/ibatis/jpetstore/domain/LineItem.java
JPetStore-5.0/src/com/ibatis/jpetstore/domain/Order.java
JPetStore-5.0/src/com/ibatis/jpetstore/domain/Product.java
JPetStore-5.0/src/com/ibatis/jpetstore/domain/Sequence.java
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/dao.xml
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/DaoConfig.java
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/iface/AccountDao.java
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/iface/CategoryDao.java
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/iface/ItemDao.java
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/iface/OrderDao.java
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/iface/ProductDao.java
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/iface/SequenceDao.java
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/sqlmapdao/AccountSqlMapDao.java
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/sqlmapdao/BaseSqlMapDao.java
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/sqlmapdao/CategorySqlMapDao.java
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/sqlmapdao/ItemSqlMapDao.java
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/sqlmapdao/OrderSqlMapDao.java
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/sqlmapdao/ProductSqlMapDao.java
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/sqlmapdao/SequenceSqlMapDao.java
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/Account.xml
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/Category.xml
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/Item.xml
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/LineItem.xml
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/Order.xml
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/Product.xml
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/Sequence.xml
JPetStore-5.0/src/com/ibatis/jpetstore/persistence/sqlmapdao/sql/sql-map-config.xml
JPetStore-5.0/src/com/ibatis/jpetstore/presentation/AbstractBean.java
JPetStore-5.0/src/com/ibatis/jpetstore/presentation/AccountBean.java
JPetStore-5.0/src/com/ibatis/jpetstore/presentation/CartBean.java
JPetStore-5.0/src/com/ibatis/jpetstore/presentation/CatalogBean.java
JPetStore-5.0/src/com/ibatis/jpetstore/presentation/OrderBean.java
JPetStore-5.0/src/com/ibatis/jpetstore/service/AccountService.java
JPetStore-5.0/src/com/ibatis/jpetstore/service/CatalogService.java
JPetStore-5.0/src/com/ibatis/jpetstore/service/OrderService.java
JPetStore-5.0/src/ddl/hsql/jpetstore-hsqldb-dataload.sql
JPetStore-5.0/src/ddl/hsql/jpetstore-hsqldb-schema.sql
JPetStore-5.0/src/ddl/mssql/jpetstore-mssql-dataload.sql
JPetStore-5.0/src/ddl/mssql/jpetstore-mssql-schema.sql
JPetStore-5.0/src/ddl/mysql/jpetstore-mysql-create-user.sql
JPetStore-5.0/src/ddl/mysql/jpetstore-mysql-dataload.sql
JPetStore-5.0/src/ddl/mysql/jpetstore-mysql-schema.sql
JPetStore-5.0/src/ddl/oracle/jpetstore-oracle-dataload.sql
JPetStore-5.0/src/ddl/oracle/jpetstore-oracle-schema.sql
JPetStore-5.0/src/ddl/postgres/jpetstore-postgres-dataload.sql
JPetStore-5.0/src/ddl/postgres/jpetstore-postgres-schema.sql
JPetStore-5.0/src/properties/database.properties
JPetStore-5.0/src/properties/messages.properties
JPetStore-5.0/test/com/ibatis/jpetstore/domain/BeanTest.java
JPetStore-5.0/test/com/ibatis/jpetstore/domain/DomainFixture.java
JPetStore-5.0/test/com/ibatis/jpetstore/persistence/AccountDaoTest.java
JPetStore-5.0/test/com/ibatis/jpetstore/persistence/BasePersistenceTest.java
JPetStore-5.0/test/com/ibatis/jpetstore/persistence/CategoryDaoTest.java
JPetStore-5.0/test/com/ibatis/jpetstore/persistence/ItemDaoTest.java
JPetStore-5.0/test/com/ibatis/jpetstore/persistence/OrderDaoTest.java
JPetStore-5.0/test/com/ibatis/jpetstore/persistence/PersistenceFixture.java
JPetStore-5.0/test/com/ibatis/jpetstore/persistence/ProductDaoTest.java
JPetStore-5.0/test/com/ibatis/jpetstore/persistence/SequenceDaoTest.java
JPetStore-5.0/test/com/ibatis/jpetstore/presentation/AccountBeanTest.java
JPetStore-5.0/test/com/ibatis/jpetstore/presentation/CartBeanTest.java
JPetStore-5.0/test/com/ibatis/jpetstore/presentation/CatalogBeanTest.java
JPetStore-5.0/test/com/ibatis/jpetstore/presentation/OrderBeanTest.java
JPetStore-5.0/test/com/ibatis/jpetstore/service/AccountServiceTest.java
JPetStore-5.0/test/com/ibatis/jpetstore/service/CatalogServiceTest.java
JPetStore-5.0/test/com/ibatis/jpetstore/service/OrderServiceTest.java
JPetStore-5.0/web/account/EditAccountForm.jsp
JPetStore-5.0/web/account/IncludeAccountFields.jsp
JPetStore-5.0/web/account/NewAccountForm.jsp
JPetStore-5.0/web/account/SignonForm.jsp
JPetStore-5.0/web/cart/Cart.jsp
JPetStore-5.0/web/cart/Checkout.jsp
JPetStore-5.0/web/cart/IncludeMyList.jsp
JPetStore-5.0/web/catalog/Category.jsp
JPetStore-5.0/web/catalog/Item.jsp
JPetStore-5.0/web/catalog/Main.jsp
JPetStore-5.0/web/catalog/Product.jsp
JPetStore-5.0/web/catalog/SearchProducts.jsp
JPetStore-5.0/web/common/Error.jsp
JPetStore-5.0/web/common/IncludeBottom.jsp
JPetStore-5.0/web/common/IncludeTop.jsp
JPetStore-5.0/web/css/jpetstore.css
JPetStore-5.0/web/help.html
JPetStore-5.0/web/images/banner_birds.gif
JPetStore-5.0/web/images/banner_cats.gif
JPetStore-5.0/web/images/banner_dogs.gif
JPetStore-5.0/web/images/banner_fish.gif
JPetStore-5.0/web/images/banner_reptiles.gif
JPetStore-5.0/web/images/bird1.gif
JPetStore-5.0/web/images/bird2.gif
JPetStore-5.0/web/images/birds_icon.gif
JPetStore-5.0/web/images/cart.gif
JPetStore-5.0/web/images/cat1.gif
JPetStore-5.0/web/images/cat2.gif
JPetStore-5.0/web/images/cats_icon.gif
JPetStore-5.0/web/images/dog1.gif
JPetStore-5.0/web/images/dog2.gif
JPetStore-5.0/web/images/dog3.gif
JPetStore-5.0/web/images/dog4.gif
JPetStore-5.0/web/images/dog5.gif
JPetStore-5.0/web/images/dog6.gif
JPetStore-5.0/web/images/dogs.gif
JPetStore-5.0/web/images/dogs_icon.gif
JPetStore-5.0/web/images/fish.gif
JPetStore-5.0/web/images/fish1.gif
JPetStore-5.0/web/images/fish2.gif
JPetStore-5.0/web/images/fish3.gif
JPetStore-5.0/web/images/fish4.gif
JPetStore-5.0/web/images/fish_icon.gif
JPetStore-5.0/web/images/lizard1.gif
JPetStore-5.0/web/images/logo-topbar.gif
JPetStore-5.0/web/images/poweredby.gif
JPetStore-5.0/web/images/reptiles_icon.gif
JPetStore-5.0/web/images/separator.gif
JPetStore-5.0/web/images/sm_birds.gif
JPetStore-5.0/web/images/sm_cats.gif
JPetStore-5.0/web/images/sm_dogs.gif
JPetStore-5.0/web/images/sm_fish.gif
JPetStore-5.0/web/images/sm_reptiles.gif
JPetStore-5.0/web/images/snake1.gif
JPetStore-5.0/web/images/splash.gif
JPetStore-5.0/web/index.html
JPetStore-5.0/web/order/ConfirmOrder.jsp
JPetStore-5.0/web/order/ListOrders.jsp
JPetStore-5.0/web/order/NewOrderForm.jsp
JPetStore-5.0/web/order/ShippingForm.jsp
JPetStore-5.0/web/order/ViewOrder.jsp
JPetStore-5.0/web/WEB-INF/struts-config.xml
JPetStore-5.0/web/WEB-INF/tld/struts-bean.tld
JPetStore-5.0/web/WEB-INF/tld/struts-html.tld
JPetStore-5.0/web/WEB-INF/tld/struts-logic.tld
JPetStore-5.0/web/WEB-INF/tld/struts-nested.tld
JPetStore-5.0/web/WEB-INF/tld/struts-tiles.tld
JPetStore-5.0/web/WEB-INF/validation.xml
JPetStore-5.0/web/WEB-INF/validator-rules.xml
JPetStore-5.0/web/WEB-INF/web.xml
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.