文件名称:netstorev3
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 12.95mb
- 下载次数:
- 0次
- 提 供 者:
- w**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
网上商店
新增功能:
1,分页
2,树型目录,通过**/netstore3/action/setUpTree观看效果
参考tomcat的管理程序
优化功能:
1,将原先路径写死的地方,改成String url=request.getContextPath()+"/action/home"
2,将service类分离,新增的分离类未用接口,考虑到以后,会用接口
在netstore\service目录下加了几个服务类
CustServiceImpl,ProdServiceImpl,OrderServiceImpl
但这样做,为了程序方便,在所有action的基类中,都加入了调用该服务类的方法。
欢迎大家提出更好的分离服务的方法,谢谢!
3,部分地方加入log4j输出日志,方便调试。-Online Shop New features: 1, Page 2, directory tree, through the**/netstore3/action/setUpTree watch the effect of reference tomcat management process optimization functions: 1, write the path to the original place of death, into a String url = request.getContextPath ()+ /action/home 2, the service category of separation, the new separation category unspent interface, taking into account the future, will use interface netstoreservice directory in a number of services increases CustServiceImpl, ProdServiceImpl, OrderServiceImpl but to do so, in order to facilitate the procedure in all of the base class in action, have joined the call to the service method. We welcome a better separation of service, thank you! 3, part of adding log4j log output to facilitate debugging.
新增功能:
1,分页
2,树型目录,通过**/netstore3/action/setUpTree观看效果
参考tomcat的管理程序
优化功能:
1,将原先路径写死的地方,改成String url=request.getContextPath()+"/action/home"
2,将service类分离,新增的分离类未用接口,考虑到以后,会用接口
在netstore\service目录下加了几个服务类
CustServiceImpl,ProdServiceImpl,OrderServiceImpl
但这样做,为了程序方便,在所有action的基类中,都加入了调用该服务类的方法。
欢迎大家提出更好的分离服务的方法,谢谢!
3,部分地方加入log4j输出日志,方便调试。-Online Shop New features: 1, Page 2, directory tree, through the**/netstore3/action/setUpTree watch the effect of reference tomcat management process optimization functions: 1, write the path to the original place of death, into a String url = request.getContextPath ()+ /action/home 2, the service category of separation, the new separation category unspent interface, taking into account the future, will use interface netstoreservice directory in a number of services increases CustServiceImpl, ProdServiceImpl, OrderServiceImpl but to do so, in order to facilitate the procedure in all of the base class in action, have joined the call to the service method. We welcome a better separation of service, thank you! 3, part of adding log4j log output to facilitate debugging.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
netstorev3
..........\.classpath
..........\.mymetadata
..........\.mystrutsdata
..........\.project
..........\database
..........\........\netstore.back
..........\........\stuct.txt
..........\readme.txt
..........\src
..........\...\.properties
..........\...\ehcache.xml
..........\...\encode.bat
..........\...\hibernate.properties
..........\...\log4j.properties
..........\...\native2ascii
..........\...\netstore
..........\...\........\businessobjects
..........\...\........\...............\BaseBusinessObject.java
..........\...\........\...............\Category.hbm.xml
..........\...\........\...............\Category.java
..........\...\........\...............\Customer.hbm.xml
..........\...\........\...............\Customer.java
..........\...\........\...............\Item.hbm.xml
..........\...\........\...............\Item.java
..........\...\........\...............\LineItem.java
..........\...\........\...............\Order.hbm.xml
..........\...\........\...............\Order.java
..........\...\........\catalog
..........\...\........\.......\FeaturedPageAction.java
..........\...\........\.......\GetItemDetailAction.java
..........\...\........\.......\readme.txt
..........\...\........\framework
..........\...\........\.........\ApplicationContainer.java
..........\...\........\.........\CustomRequestProcessor.java
..........\...\........\.........\exceptions
..........\...\........\.........\..........\AccountLockedException.java
..........\...\........\.........\..........\BaseException.java
..........\...\........\.........\..........\DataRequestException.java
..........\...\........\.........\..........\DatastoreException.java
..........\...\........\.........\..........\ExpiredPasswordException.java
..........\...\........\.........\..........\FieldException.java
..........\...\........\.........\..........\InvalidArgumentException.java
..........\...\........\.........\..........\InvalidLoginException.java
..........\...\........\.........\ExtendedActionServlet.java
..........\...\........\.........\NetstoreBaseAction.java
..........\...\........\.........\NetstoreDispatchAction.java
..........\...\........\.........\NetstoreLookupDispatchAction.java
..........\...\........\.........\report
..........\...\........\.........\......\chart
..........\...\........\.........\......\excel
..........\...\........\.........\......\.....\Sample.java
..........\...\........\.........\security
..........\...\........\.........\........\IAuthentication.java
..........\...\........\.........\SessionContainer.java
..........\...\........\.........\ShoppingCart.java
..........\...\........\.........\ShoppingCartItem.java
..........\...\........\.........\tag
..........\...\........\.........\...\ActionsTag.java
..........\...\........\.........\...\ActionTag.java
..........\...\........\.........\...\AttributeTag.java
..........\...\........\.........\...\DataTag.java
..........\...\........\.........\...\LabelTag.java
..........\...\........\.........\...\RowTag.java
..........\...\........\.........\...\TableTag.java
..........\...\........\.........\...\TreeControlTag.java
..........\...\........\.........\util
..........\...\........\.........\....\IConstants.java
..........\...\........\.........\....\PageResultSet.java
..........\...\........\.........\....\SetCharacterEncodingFilter.java
..........\...\........\.........\....\tree
..........\...\........\.........\....\....\SampleTreeBuilder.java
..........\...\........\.........\....\....\SetUpTreeAction.java
..........\...\........\.........\....\....\TreeControl.java
..........\...\........\.........\....\....\TreeControlNode.java
..........\...\........\.........\....\....\TreeControlTag.java
..........\...\........\.........\....\....\TreeControlTestAction.java
..........\...\........\order
..........\...\........\.....\CheckoutAction.java
..........\...\........\.....\EditCustomerAndOrdersAction.java
..........\...\........\.....\ProcessCheckoutAction.java
..........\...\........\.....\readme.txt
..........\...\........\.....\ShoppingCartActions.java
..........\.classpath
..........\.mymetadata
..........\.mystrutsdata
..........\.project
..........\database
..........\........\netstore.back
..........\........\stuct.txt
..........\readme.txt
..........\src
..........\...\.properties
..........\...\ehcache.xml
..........\...\encode.bat
..........\...\hibernate.properties
..........\...\log4j.properties
..........\...\native2ascii
..........\...\netstore
..........\...\........\businessobjects
..........\...\........\...............\BaseBusinessObject.java
..........\...\........\...............\Category.hbm.xml
..........\...\........\...............\Category.java
..........\...\........\...............\Customer.hbm.xml
..........\...\........\...............\Customer.java
..........\...\........\...............\Item.hbm.xml
..........\...\........\...............\Item.java
..........\...\........\...............\LineItem.java
..........\...\........\...............\Order.hbm.xml
..........\...\........\...............\Order.java
..........\...\........\catalog
..........\...\........\.......\FeaturedPageAction.java
..........\...\........\.......\GetItemDetailAction.java
..........\...\........\.......\readme.txt
..........\...\........\framework
..........\...\........\.........\ApplicationContainer.java
..........\...\........\.........\CustomRequestProcessor.java
..........\...\........\.........\exceptions
..........\...\........\.........\..........\AccountLockedException.java
..........\...\........\.........\..........\BaseException.java
..........\...\........\.........\..........\DataRequestException.java
..........\...\........\.........\..........\DatastoreException.java
..........\...\........\.........\..........\ExpiredPasswordException.java
..........\...\........\.........\..........\FieldException.java
..........\...\........\.........\..........\InvalidArgumentException.java
..........\...\........\.........\..........\InvalidLoginException.java
..........\...\........\.........\ExtendedActionServlet.java
..........\...\........\.........\NetstoreBaseAction.java
..........\...\........\.........\NetstoreDispatchAction.java
..........\...\........\.........\NetstoreLookupDispatchAction.java
..........\...\........\.........\report
..........\...\........\.........\......\chart
..........\...\........\.........\......\excel
..........\...\........\.........\......\.....\Sample.java
..........\...\........\.........\security
..........\...\........\.........\........\IAuthentication.java
..........\...\........\.........\SessionContainer.java
..........\...\........\.........\ShoppingCart.java
..........\...\........\.........\ShoppingCartItem.java
..........\...\........\.........\tag
..........\...\........\.........\...\ActionsTag.java
..........\...\........\.........\...\ActionTag.java
..........\...\........\.........\...\AttributeTag.java
..........\...\........\.........\...\DataTag.java
..........\...\........\.........\...\LabelTag.java
..........\...\........\.........\...\RowTag.java
..........\...\........\.........\...\TableTag.java
..........\...\........\.........\...\TreeControlTag.java
..........\...\........\.........\util
..........\...\........\.........\....\IConstants.java
..........\...\........\.........\....\PageResultSet.java
..........\...\........\.........\....\SetCharacterEncodingFilter.java
..........\...\........\.........\....\tree
..........\...\........\.........\....\....\SampleTreeBuilder.java
..........\...\........\.........\....\....\SetUpTreeAction.java
..........\...\........\.........\....\....\TreeControl.java
..........\...\........\.........\....\....\TreeControlNode.java
..........\...\........\.........\....\....\TreeControlTag.java
..........\...\........\.........\....\....\TreeControlTestAction.java
..........\...\........\order
..........\...\........\.....\CheckoutAction.java
..........\...\........\.....\EditCustomerAndOrdersAction.java
..........\...\........\.....\ProcessCheckoutAction.java
..........\...\........\.....\readme.txt
..........\...\........\.....\ShoppingCartActions.java