文件名称:jps
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个JpetStore在Eclipse打包好的源代码-JpetStore This is a good package in Eclipse source code
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 75448134jps.rar 列表 jps\.classpath jps\.myeclipse jps\.mymetadata jps\.project jps\src\org\springframework\samples\jpetstore\dao\AccountDao.java jps\src\org\springframework\samples\jpetstore\dao\CategoryDao.java jps\src\org\springframework\samples\jpetstore\dao\ibatis\maps\Account.xml jps\src\org\springframework\samples\jpetstore\dao\ibatis\maps\Category.xml jps\src\org\springframework\samples\jpetstore\dao\ibatis\maps\Item.xml jps\src\org\springframework\samples\jpetstore\dao\ibatis\maps\LineItem.xml jps\src\org\springframework\samples\jpetstore\dao\ibatis\maps\Order.xml jps\src\org\springframework\samples\jpetstore\dao\ibatis\maps\Product.xml jps\src\org\springframework\samples\jpetstore\dao\ibatis\maps\Sequence.xml jps\src\org\springframework\samples\jpetstore\dao\ibatis\maps jps\src\org\springframework\samples\jpetstore\dao\ibatis\MsSqlOrderDao.java jps\src\org\springframework\samples\jpetstore\dao\ibatis\OracleSequenceDao.java jps\src\org\springframework\samples\jpetstore\dao\ibatis\Sequence.java jps\src\org\springframework\samples\jpetstore\dao\ibatis\SqlMapAccountDao.java jps\src\org\springframework\samples\jpetstore\dao\ibatis\SqlMapCategoryDao.java jps\src\org\springframework\samples\jpetstore\dao\ibatis\SqlMapItemDao.java jps\src\org\springframework\samples\jpetstore\dao\ibatis\SqlMapOrderDao.java jps\src\org\springframework\samples\jpetstore\dao\ibatis\SqlMapProductDao.java jps\src\org\springframework\samples\jpetstore\dao\ibatis\SqlMapSequenceDao.java jps\src\org\springframework\samples\jpetstore\dao\ibatis jps\src\org\springframework\samples\jpetstore\dao\ItemDao.java jps\src\org\springframework\samples\jpetstore\dao\OrderDao.java jps\src\org\springframework\samples\jpetstore\dao\ProductDao.java jps\src\org\springframework\samples\jpetstore\dao jps\src\org\springframework\samples\jpetstore\domain\Account.java jps\src\org\springframework\samples\jpetstore\domain\Cart.java jps\src\org\springframework\samples\jpetstore\domain\CartItem.java jps\src\org\springframework\samples\jpetstore\domain\Category.java jps\src\org\springframework\samples\jpetstore\domain\Item.java jps\src\org\springframework\samples\jpetstore\domain\LineItem.java jps\src\org\springframework\samples\jpetstore\domain\logic\AccountValidator.java jps\src\org\springframework\samples\jpetstore\domain\logic\OrderService.java jps\src\org\springframework\samples\jpetstore\domain\logic\OrderValidator.java jps\src\org\springframework\samples\jpetstore\domain\logic\PetStoreFacade.java jps\src\org\springframework\samples\jpetstore\domain\logic\PetStoreImpl.java jps\src\org\springframework\samples\jpetstore\domain\logic\SendOrderConfirmationEmailAdvice.java jps\src\org\springframework\samples\jpetstore\domain\logic jps\src\org\springframework\samples\jpetstore\domain\Order.java jps\src\org\springframework\samples\jpetstore\domain\Product.java jps\src\org\springframework\samples\jpetstore\domain jps\src\org\springframework\samples\jpetstore\service\client\BeanMappingServicePostProcessor.java jps\src\org\springframework\samples\jpetstore\service\client\OrderServiceClient.java jps\src\org\springframework\samples\jpetstore\service\client jps\src\org\springframework\samples\jpetstore\service\JaxRpcOrderService.java jps\src\org\springframework\samples\jpetstore\service jps\src\org\springframework\samples\jpetstore\web\spring\AccountForm.java jps\src\org\springframework\samples\jpetstore\web\spring\AccountFormController.java jps\src\org\springframework\samples\jpetstore\web\spring\AddItemToCartController.java jps\src\org\springframework\samples\jpetstore\web\spring\ListOrdersController.java jps\src\org\springframework\samples\jpetstore\web\spring\OrderForm.java jps\src\org\springframework\samples\jpetstore\web\spring\OrderFormController.java jps\src\org\springframework\samples\jpetstore\web\spring\RemoveItemFromCartController.java jps\src\org\springframework\samples\jpetstore\web\spring\SearchProductsController.java jps\src\org\springframework\samples\jpetstore\web\spring\SignoffController.java jps\src\org\springframework\samples\jpetstore\web\spring\SignonController.java jps\src\org\springframework\samples\jpetstore\web\spring\SignonInterceptor.java jps\src\org\springframework\samples\jpetstore\web\spring\UpdateCartQuantitiesController.java jps\src\org\springframework\samples\jpetstore\web\spring\UserSession.java jps\src\org\springframework\samples\jpetstore\web\spring\ViewCartController.java jps\src\org\springframework\samples\jpetstore\web\spring\ViewCategoryController.java jps\src\org\springframework\samples\jpetstore\web\spring\ViewItemController.java jps\src\org\springframework\samples\jpetstore\web\spring\ViewOrderController.java jps\src\org\springframework\samples\jpetstore\web\spring\ViewProductController.java jps\src\org\springframework\samples\jpetstore\web\spring jps\src\org\springframework\samples\jpetstore\web\struts\AccountActionForm.java jps\src\org\springframework\samples\jpetstore\web\struts\AddItemToCartAction.java jps\src\org\springframework\samples\jpetstore\web\struts\BaseAction.java jps\src\org\springframework\samples\jpetstore\web\struts\BaseActionForm.java jps\src\org\springframework\samples\jpetstore\web\struts\CartActionForm.java jps\src\org\springframework\samples\jpetstore\web\struts\DoNothingAction.java jps\src\org\springframework\samples\jpetstore\web\struts\EditAccountAction.java jps\src\org\springframework\samples\jpetstore\web\struts\EditAccountFormAction.java jps\src\org\springframework\samples\jpetstore\web\struts\ListOrdersAction.java jps\src\org\springframework\samples\jpetstore\web\struts\NewAccountAction.java jps\src\org\springframework\samples\jpetstore\web\struts\NewAccountFormAction.java jps\src\org\springframework\samples\jpetstore\web\struts\NewOrderAction.java jps\src\org\springframework\samples\jpetstore\web\struts\NewOrderFormAction.java jps\src\org\springframework\samples\jpetstore\web\struts\OrderActionForm.java jps\src\org\springframework\samples\jpetstore\web\struts\RemoveItemFromCartAction.java jps\src\org\springframework\samples\jpetstore\web\struts\SearchProductsAction.java jps\src\org\springframework\samples\jpetstore\web\struts\SecureBaseAction.java jps\src\org\springframework\samples\jpetstore\web\struts\SignonAction.java jps\src\org\springframework\samples\jpetstore\web\struts\UpdateCartQuantitiesAction.java jps\src\org\springframework\samples\jpetstore\web\struts\ViewCartAction.java jps\src\org\springframework\samples\jpetstore\web\struts\ViewCategoryAction.java jps\src\org\springframework\samples\jpetstore\web\struts\ViewItemAction.java jps\src\org\springframework\samples\jpetstore\web\struts\ViewOrderAction.java jps\src\org\springframework\samples\jpetstore\web\struts\ViewProductAction.java jps\src\org\springframework\samples\jpetstore\web\struts jps\src\org\springframework\samples\jpetstore\web jps\src\org\springframework\samples\jpetstore jps\src\org\springframework\samples jps\src\org\springframework jps\src\org jps\src jps\WebRoot\help.html jps\WebRoot\images\banner_birds.gif jps\WebRoot\images\banner_cats.gif jps\WebRoot\images\banner_dogs.gif jps\WebRoot\images\banner_fish.gif jps\WebRoot\images\banner_reptiles.gif jps\WebRoot\images\bird1.gif jps\WebRoot\images\bird1.jpg jps\WebRoot\images\bird2.gif jps\WebRoot\images\bird2.jpg jps\WebRoot\images\bird3.gif jps\WebRoot\images\bird4.gif jps\WebRoot\images\bird5.gif jps\WebRoot\images\bird6.gif jps\WebRoot\images\birds_icon.gif jps\WebRoot\images\bkg-sidebar.gif jps\WebRoot\images\bkg-topbar.gif jps\WebRoot\images\button_add_to_cart.gif jps\WebRoot\images\button_checkout.gif jps\WebRoot\images\button_continue.gif jps\WebRoot\images\button_next.gif jps\WebRoot\images\button_prev.gif jps\WebRoot\images\button_previous.gif jps\WebRoot\images\button_proceed.gif jps\WebRoot\images\button_register_now.gif jps\WebRoot\images\button_remove.gif jps\WebRoot\images\button_submit.gif jps\WebRoot\images\button_update_cart.gif jps\WebRoot\images\cart.gif jps\WebRoot\images\cartHL.gif jps\WebRoot\images\cat1.gif jps\WebRoot\images\cat1.jpg jps\WebRoot\images\cat2.gif jps\WebRoot\images\cat2.jpg jps\WebRoot\images\cat3.gif jps\WebRoot\images\cat4.gif jps\WebRoot\images\cats_icon.gif jps\WebRoot\images\dog1.gif jps\WebRoot\images\dog1.jpg jps\WebRoot\images\dog2.gif jps\WebRoot\images\dog2.jpg jps\WebRoot\images\dog3.gif jps\WebRoot\images\dog3.jpg jps\WebRoot\images\dog4.gif jps\WebRoot\images\dog4.jpg jps\WebRoot\images\dog5.gif jps\WebRoot\images\dog5.jpg jps\WebRoot\images\dog6.gif jps\WebRoot\images\dog6.jpg jps\WebRoot\images\dogs.gif jps\WebRoot\images\dogs_icon.gif jps\WebRoot\images\fish.gif jps\WebRoot\images\fish1.gif jps\WebRoot\images\fish1.jpg jps\WebRoot\images\fish2.gif jps\WebRoot\images\fish2.jpg jps\WebRoot\images\fish3.gif jps\WebRoot\images\fish3.jpg jps\WebRoot\images\fish4.gif jps\WebRoot\images\fish4.jpg jps\WebRoot\images\fish_icon.gif jps\WebRoot\images\help.gif jps\WebRoot\images\helpHL.gif jps\WebRoot\images\lizard1.gif jps\WebRoot\images\lizard1.jpg jps\WebRoot\images\lizard2.gif jps\WebRoot\images\lizard3.gif jps\WebRoot\images\logo-topbar.gif jps\WebRoot\images\my_account.gif jps\WebRoot\images\my_accountHL.gif jps\WebRoot\images\poweredby.gif jps\WebRoot\images\poweredBySpring.gif jps\WebRoot\images\reptiles_icon.gif jps\WebRoot\images\search.gif jps\WebRoot\images\separator.gif jps\WebRoot\images\sign-in.gif jps\WebRoot\images\sign-inHL.gif jps\WebRoot\images\sign-out.gif jps\WebRoot\images\sign-outHL.gif jps\WebRoot\images\sm_birds.gif jps\WebRoot\images\sm_cats.gif jps\WebRoot\images\sm_dogs.gif jps\WebRoot\images\sm_fish.gif jps\WebRoot\images\sm_reptiles.gif jps\WebRoot\images\snake1.gif jps\WebRoot\images\snake1.jpg jps\WebRoot\images\splash.gif jps\WebRoot\images\Thumbs.db jps\WebRoot\images jps\WebRoot\index.html jps\WebRoot\META-INF\MANIFEST.MF jps\WebRoot\META-INF jps\WebRoot\WEB-INF\applicationContext.xml jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\AccountDao.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\CategoryDao.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\maps\Account.xml jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\maps\Category.xml jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\maps\Item.xml jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\maps\LineItem.xml jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\maps\Order.xml jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\maps\Product.xml jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\maps\Sequence.xml jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\maps jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\MsSqlOrderDao.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\OracleSequenceDao.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\Sequence.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\SqlMapAccountDao.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\SqlMapCategoryDao.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\SqlMapItemDao.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\SqlMapOrderDao.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\SqlMapProductDao$ProductSearch.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\SqlMapProductDao.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis\SqlMapSequenceDao.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ibatis jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ItemDao.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\OrderDao.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao\ProductDao.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\dao jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\domain\Account.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\domain\Cart.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\domain\CartItem.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\domain\Category.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\domain\Item.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\domain\LineItem.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\domain\logic\AccountValidator.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\domain\logic\OrderService.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\domain\logic\OrderValidator.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\domain\logic\PetStoreFacade.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\domain\logic\PetStoreImpl.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\domain\logic\SendOrderConfirmationEmailAdvice.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\domain\logic jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\domain\Order.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\domain\Product.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\domain jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\service\client\BeanMappingServicePostProcessor.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\service\client\OrderServiceClient.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\service\client jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\service\JaxRpcOrderService.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\service jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\AccountForm.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\AccountFormController.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\AddItemToCartController.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\ListOrdersController.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\OrderForm.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\OrderFormController.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\RemoveItemFromCartController.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\SearchProductsController.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\SignoffController.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\SignonController.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\SignonInterceptor.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\UpdateCartQuantitiesController.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\UserSession.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\ViewCartController.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\ViewCategoryController.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\ViewItemController.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\ViewOrderController.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring\ViewProductController.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\spring jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\AccountActionForm.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\AddItemToCartAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\BaseAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\BaseActionForm.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\CartActionForm.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\DoNothingAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\EditAccountAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\EditAccountFormAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\ListOrdersAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\NewAccountAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\NewAccountFormAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\NewOrderAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\NewOrderFormAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\OrderActionForm.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\RemoveItemFromCartAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\SearchProductsAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\SecureBaseAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\SignonAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\UpdateCartQuantitiesAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\ViewCartAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\ViewCategoryAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\ViewItemAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\ViewOrderAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts\ViewProductAction.class jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web\struts jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore\web jps\WebRoot\WEB-INF\classes\org\springframework\samples\jpetstore jps\WebRoot\WEB-INF\classes\org\springframework\samples jps\WebRoot\WEB-INF\classes\org\springframework jps\WebRoot\WEB-INF\classes\org jps\WebRoot\WEB-INF\classes jps\WebRoot\WEB-INF\dataAccessContext-jta.xml jps\WebRoot\WEB-INF\dataAccessContext-local.xml jps\WebRoot\WEB-INF\jdbc.properties jps\WebRoot\WEB-INF\jsp\spring\Cart.jsp jps\WebRoot\WEB-INF\jsp\spring\Category.jsp jps\WebRoot\WEB-INF\jsp\spring\Checkout.jsp jps\WebRoot\WEB-INF\jsp\spring\ConfirmOrder.jsp jps\WebRoot\WEB-INF\jsp\spring\EditAccountForm.jsp jps\WebRoot\WEB-INF\jsp\spring\Error.jsp jps\WebRoot\WEB-INF\jsp\spring\IncludeAccountFields.jsp jps\WebRoot\WEB-INF\jsp\spring\IncludeBanner.jsp jps\WebRoot\WEB-INF\jsp\spring\IncludeBottom.jsp jps\WebRoot\WEB-INF\jsp\spring\IncludeMyList.jsp jps\WebRoot\WEB-INF\jsp\spring\IncludeQuickHeader.jsp jps\WebRoot\WEB-INF\jsp\spring\IncludeTop.jsp jps\WebRoot\WEB-INF\jsp\spring\index.jsp jps\WebRoot\WEB-INF\jsp\spring\Item.jsp jps\WebRoot\WEB-INF\jsp\spring\ListOrders.jsp jps\WebRoot\WEB-INF\jsp\spring\NewOrderForm.jsp jps\WebRoot\WEB-INF\jsp\spring\Product.jsp jps\WebRoot\WEB-INF\jsp\spring\SearchProducts.jsp jps\WebRoot\WEB-INF\jsp\spring\ShippingForm.jsp jps\WebRoot\WEB-INF\jsp\spring\SignonForm.jsp jps\WebRoot\WEB-INF\jsp\spring\ViewOrder.jsp jps\WebRoot\WEB-INF\jsp\spring jps\WebRoot\WEB-INF\jsp\struts\Cart.jsp jps\WebRoot\WEB-INF\jsp\struts\Category.jsp jps\WebRoot\WEB-INF\jsp\struts\Checkout.jsp jps\WebRoot\WEB-INF\jsp\struts\ConfirmOrder.jsp jps\WebRoot\WEB-INF\jsp\struts\EditAccountForm.jsp jps\WebRoot\WEB-INF\jsp\struts\Error.jsp jps\WebRoot\WEB-INF\jsp\struts\IncludeAccountFields.jsp jps\WebRoot\WEB-INF\jsp\struts\IncludeBanner.jsp jps\WebRoot\WEB-INF\jsp\struts\IncludeBottom.jsp jps\WebRoot\WEB-INF\jsp\struts\IncludeMyList.jsp jps\WebRoot\WEB-INF\jsp\struts\IncludeQuickHeader.jsp jps\WebRoot\WEB-INF\jsp\struts\IncludeTop.jsp jps\WebRoot\WEB-INF\jsp\struts\index.jsp jps\WebRoot\WEB-INF\jsp\struts\Item.jsp jps\WebRoot\WEB-INF\jsp\struts\ListOrders.jsp jps\WebRoot\WEB-INF\jsp\struts\NewAccountForm.jsp jps\WebRoot\WEB-INF\jsp\struts\NewOrderForm.jsp jps\WebRoot\WEB-INF\jsp\struts\Product.jsp jps\WebRoot\WEB-INF\jsp\struts\SearchProducts.jsp jps\WebRoot\WEB-INF\jsp\struts\ShippingForm.jsp jps\WebRoot\WEB-INF\jsp\struts\SignonForm.jsp jps\WebRoot\WEB-INF\jsp\struts\ViewOrder.jsp jps\WebRoot\WEB-INF\jsp\struts jps\WebRoot\WEB-INF\jsp jps\WebRoot\WEB-INF\lib\axis.jar jps\WebRoot\WEB-INF\lib\burlap-2.1.12.jar jps\WebRoot\WEB-INF\lib\commons-beanutils.jar jps\WebRoot\WEB-INF\lib\commons-collections.jar jps\WebRoot\WEB-INF\lib\commons-dbcp.jar jps\WebRoot\WEB-INF\lib\commons-digester.jar jps\WebRoot\WEB-INF\lib\commons-discovery.jar jps\WebRoot\WEB-INF\lib\commons-logging.jar jps\WebRoot\WEB-INF\lib\commons-pool.jar jps\WebRoot\WEB-INF\lib\commons-validator.jar jps\WebRoot\WEB-INF\lib\hessian-2.1.12.jar jps\WebRoot\WEB-INF\lib\hsqldb.jar jps\WebRoot\WEB-INF\lib\ibatis-common-2.jar jps\WebRoot\WEB-INF\lib\ibatis-sqlmap-2.jar jps\WebRoot\WEB-INF\lib\jaxrpc.jar jps\WebRoot\WEB-INF\lib\jpetstore.jar jps\WebRoot\WEB-INF\lib\jstl.jar jps\WebRoot\WEB-INF\lib\mysql-connector-java-5.0.3-bin.jar jps\WebRoot\WEB-INF\lib\saaj.jar jps\WebRoot\WEB-INF\lib\spring.jar jps\WebRoot\WEB-INF\lib\standard.jar jps\WebRoot\WEB-INF\lib\struts.jar jps\WebRoot\WEB-INF\lib\wsdl4j.jar jps\WebRoot\WEB-INF\lib jps\WebRoot\WEB-INF\log4j.properties jps\WebRoot\WEB-INF\mail.properties jps\WebRoot\WEB-INF\petstore-servlet.xml jps\WebRoot\WEB-INF\remoting-servlet.xml jps\WebRoot\WEB-INF\server-config.wsdd jps\WebRoot\WEB-INF\sql-map-config.xml jps\WebRoot\WEB-INF\struts-config.xml jps\WebRoot\WEB-INF\web.xml jps\WebRoot\WEB-INF jps\WebRoot jps