<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
<struts-config>
<data-sources>
<!--<data-source key="org.apache.struts.action.DATA_SOURCE">
<set-property property="autoCommit" value="true"/>
<set-property property="description" value="Database for exapmle app"/>
<set-property property="driverClass" value="org.gjt.mm.mysql.Driver"/>
<set-property property="maxCount" value="20"/>
<set-property property="minCount" value="4"/>
<set-property property="url" value="jdbc:mylserver://127.0.0.1;DatabaseName=shop;SelectMethod=cursor"/>
<set-property property="user" value="root"/>
<set-property property="password" value=""/>-->
</data-sources>
<form-beans>
<form-bean name="photoForm" type="com.keyshop.pub.controller.PhotoForm"/>
<form-bean name="userForm" type="com.keyshop.shop.user.controller.UserForm"/>
<form-bean name="userLevelForm" type="com.keyshop.shop.user.controller.UserLevelForm"/>
<form-bean name="userSearchForm" type="com.keyshop.shop.user.controller.UserForm"/>
<form-bean name="userLevelSearchForm" type="com.keyshop.shop.user.controller.UserLevelForm"/>
<form-bean name="productForm" type="com.keyshop.shop.product.controller.ProductForm"/>
<form-bean name="popproductSearchForm" type="com.keyshop.shop.product.controller.ProductForm"/>
<form-bean name="productSearchForm" type="com.keyshop.shop.product.controller.ProductForm"/>
<form-bean name="providerProductForm" type="com.keyshop.shop.product.controller.ProviderProductForm"/>
<form-bean name="providerProductSearchForm" type="com.keyshop.shop.product.controller.ProviderProductForm"/>
<form-bean name="channelproductSearchForm" type="com.keyshop.shop.product.controller.ProductForm"/>
<form-bean name="productCategorySearchForm" type="com.keyshop.shop.product.controller.ProductCategoryForm"/>
<form-bean name="productCategoryForm" type="com.keyshop.shop.product.controller.ProductCategoryForm"/>
<form-bean name="productTemplateForm" type="com.keyshop.shop.product.controller.ProductTemplateForm"/>
<form-bean name="productTemplateSearchForm" type="com.keyshop.shop.product.controller.ProductTemplateForm"/>
<form-bean name="pmcCategoryForm" type="com.keyshop.shop.product.controller.ProductCategoryForm"/>
<form-bean name="pmcRelationTreeForm" type="com.keyshop.shop.product.controller.ProductCategoryForm"/>
<form-bean name="pmcRelationForm" type="com.keyshop.shop.product.controller.ProductCategoryRelationForm"/>
<form-bean name="productRelationForm" type="com.keyshop.shop.product.controller.ProductRelationForm"/>
<form-bean name="productRelationSearchForm" type="com.keyshop.shop.product.controller.ProductRelationForm"/>
<form-bean name="providerProductTreeForm" type="com.keyshop.shop.product.controller.ProductCategoryForm"/>
<form-bean name="productCommandForm" type="com.keyshop.shop.product.controller.ProductCommandForm"/>
<form-bean name="fgmessageBoardForm" type="com.keyshop.shop.content.controller.MessageBoardForm"/>
<form-bean name="messageBoardForm" type="com.keyshop.shop.content.controller.MessageBoardForm"/>
<!--Channel Start-->
<form-bean name="adContentSearchForm" type="com.keyshop.shop.channel.controller.AdContentForm"/>
<form-bean name="adContentForm" type="com.keyshop.shop.channel.controller.AdContentForm"/>
<form-bean name="channelSearchForm" type="com.keyshop.shop.channel.controller.ChannelForm"/>
<form-bean name="channelForm" type="com.keyshop.shop.channel.controller.ChannelForm"/>
<form-bean name="channelConfigForm" type="com.keyshop.shop.channel.controller.ChannelConfigForm"/>
<form-bean name="channelConfigSearchForm" type="com.keyshop.shop.channel.controller.ChannelConfigForm"/>
<!--Channel End-->
<!--FG Start-->
<form-bean name="baseInfoForm" type="com.keyshop.pub.controller.BaseInfoForm"/>
<form-bean name="fgProductForm" type="com.keyshop.shop.product.controller.ProductForm"/>
<form-bean name="fgProductSearchForm" type="com.keyshop.shop.product.controller.ProductForm"/>
<!--FG Start-->
<form-bean name="payTypeForm" type="com.keyshop.shop.order.controller.PayTypeForm"/>
<form-bean name="payTypeSearchForm" type="com.keyshop.shop.order.controller.PayTypeForm"/>
<form-bean name="orderForm" type="com.keyshop.shop.order.controller.OrderForm"/>
<form-bean name="orderSearchForm" type="com.keyshop.shop.order.controller.OrderForm"/>
<form-bean name="shipTypeForm" type="com.keyshop.shop.order.controller.ShipTypeForm"/>
<form-bean name="shipTypeSearchForm" type="com.keyshop.shop.order.controller.ShipTypeForm"/>
<form-bean name="fguserForm" type="com.keyshop.shop.user.controller.UserForm"/>
<form-bean name="speeduserForm" type="com.keyshop.shop.user.controller.UserForm"/>
<form-bean name="userRegForm" type="com.keyshop.shop.user.controller.UserForm"/>
<form-bean name="searchPasswordForm" type="com.keyshop.shop.user.controller.SearchPasswordForm"/>
<form-bean name="cartForm" type="com.keyshop.shop.order.controller.CartManagerForm"/>
<form-bean name="fgorderForm" type="com.keyshop.shop.order.controller.OrderForm"/>
<form-bean name="fgorderSearchForm" type="com.keyshop.shop.order.controller.OrderForm"/>
<form-bean name="fggroupStockForm" type="com.keyshop.shop.order.controller.GroupStockForm"/>
<form-bean name="groupStockSearchForm" type="com.keyshop.shop.order.controller.GroupStockForm"/>
<form-bean name="adLinkForm" type="com.keyshop.shop.content.controller.AdLinkForm"/>
<form-bean name="adLinkSearchForm" type="com.keyshop.shop.content.controller.AdLinkForm"/>
<form-bean name="contentForm" type="com.keyshop.shop.content.controller.ContentForm"/>
<form-bean name="contentSearchForm" type="com.keyshop.shop.content.controller.ContentForm"/>
<form-bean name="fgcontentForm" type="com.keyshop.shop.content.controller.ContentForm"/>
<form-bean name="fgOOSForm" type="com.keyshop.shop.order.controller.OOSForm"/>
<form-bean name="OOSSearchForm" type="com.keyshop.shop.order.controller.OOSForm"/>
<form-bean name="fgproductAppraisalForm" type="com.keyshop.shop.product.controller.ProductAppraisalForm"/>
<form-bean name="productAppraisalForm" type="com.keyshop.shop.product.controller.ProductAppraisalForm"/>
<form-bean name="managerForm" type="com.keyshop.shop.system.controller.ManagerForm"/>
<form-bean name="managerLoginForm" type="com.keyshop.shop.system.controller.ManagerForm"/>
<form-bean name="acLogSearchForm" type="com.keyshop.shop.system.controller.AcLogForm"/>
<form-bean name="providerLoginForm" type="com.keyshop.shop.system.controller.ProviderForm"/>
<form-bean name="managerSearchForm" type="com.keyshop.shop.system.controller.ManagerForm"/>
<form-bean name="providerForm" type="com.keyshop.shop.system.controller.ProviderForm"/>
<form-bean name="providerLoginForm" type="com.keyshop.shop.system.controller.ProviderForm"/>
<form-bean name="providerSearchForm" type="com.keyshop.shop.system.controller.ProviderForm"/>
<form-bean name="systemConfigForm" type="com.keyshop.shop.system.controller.SystemConfigForm"/>
<form-bean name="inquisitionForm" type="com.keyshop.shop.content.controller.InquisitionForm"/>
<form-bean name="inquisitionSearchForm" type="com.keyshop.shop.content.controller.InquisitionForm"/>
<form-bean name="orderProductStatForm" type="com.keyshop.shop.order.controller.OrderProductStatForm"/>
<form-bean name="orderStatForm" type="com.keyshop.shop.order.controller.OrderStatForm"/>
<form-bean name="userOrderIntegralForm" type="com.keyshop.shop.user.controller.UserOrderIntegralForm"/>
<form-bean name="userOrderIntegralSearchForm" type="com.keyshop.shop.user.controller.UserOrderIntegralForm"/>
<!--FG End-->
</for
没有合适的资源?快使用搜索试试~ 我知道了~
jsp 模仿淘宝商城源码
共495个文件
java:216个
jsp:72个
gif:63个
4星 · 超过85%的资源 需积分: 9 77 下载量 90 浏览量
2010-12-11
18:06:59
上传
评论 2
收藏 11.02MB RAR 举报
温馨提示
模仿淘宝商城 网站源码一般都是由ASP/PHP/ASP.net/JSP等语言开发完成,同时配合ACCESS/sql server/mysql等数据库;一般都拥有完整的后台管理功能。 要运行网站源码,必须一款动态脚本空间,支持ASP/PHP/ASP.net等。推荐找【九网互联】http://www.9host.cn 然后将程序通过FTP传到网站,即可运行。 针对SQL SERVER或MYSQL数据库,有可能需要服务器管理员帮忙导入到数据库。
资源推荐
资源详情
资源评论
收起资源包目录
jsp 模仿淘宝商城源码 (495个子文件)
index.css 9KB
index.css 8KB
game.css 7KB
sm.css 7KB
fy.css 7KB
man.css 7KB
sport.css 6KB
cloth.css 6KB
gift.css 6KB
supp.css 6KB
1154094388578.gif 25KB
1147571271560.gif 18KB
1148465841374.gif 18KB
logo.gif 7KB
right_10.gif 3KB
right_14.gif 3KB
right_16.gif 3KB
right_12.gif 3KB
12_online.gif 3KB
left_1.gif 3KB
business.gif 1KB
taobaoleft_1.gif 1KB
bottom_chired_8_2.gif 1KB
bottom_chired_6_2.gif 1KB
bottom_chired_4_2.gif 1KB
bottom_chired_3_2.gif 1KB
bottom_chired_2_2.gif 1KB
bottom_chired_1_7.gif 1KB
bottom_chired_5_2.gif 1KB
bottom_chired_2_8.gif 1005B
bottom_chired_1_2.gif 1003B
bottom_chired_7_2.gif 1003B
bottom_chired_2_5.gif 963B
bottom_chired_8_5.gif 958B
bottom_chired_3_8.gif 955B
alipay_borss.gif 946B
bottom_chired_6_8.gif 945B
bottom_chired_8_8.gif 943B
bottom_chired_8_6.gif 942B
bottom_chired_6_5.gif 942B
bottom_chired_5_6.gif 932B
bottom_chired_3_5.gif 926B
bottom_chired_4_5.gif 926B
bottom_chired_5_5.gif 926B
bottom_chired_7_5.gif 919B
bottom_chired_1_8.gif 915B
bottom_chired_4_6.gif 915B
bottom_chired_4_8.gif 913B
bottom_chired_5_8.gif 910B
bottom_chired_7_8.gif 907B
bottom_chired_6_6.gif 906B
bottom_chired_7_6.gif 905B
bottom_chired_3_6.gif 901B
bottom_chired_2_6.gif 899B
bottom_chired_1_6.gif 898B
bottom_chired_1_5.gif 895B
bottom_chired_1_3.gif 824B
bottom_chired_3_9.gif 824B
bottom_chired_1_9.gif 824B
bottom_chired_7_3.gif 824B
bottom_chired_8_3.gif 824B
bottom_chired_6_9.gif 824B
bottom_chired_6_3.gif 824B
bottom_chired_2_3.gif 823B
bottom_chired_4_3.gif 823B
bottom_chired_7_9.gif 823B
bottom_chired_5_3.gif 823B
bottom_chired_3_3.gif 823B
bottom_chired_4_9.gif 823B
bottom_chired_8_9.gif 821B
bottom_chired_2_9.gif 821B
bottom_chired_5_9.gif 821B
tab_title_panel_bak2.gif 250B
商城演示.htm 156KB
keyshop.htm 126KB
g1.htm 2KB
必读文件.html 743B
castor-0.9.5.jar 1.54MB
jgroups-2.2.jar 1.27MB
xalan-2.4.0.jar 974KB
xercesImpl.jar 912KB
hibernate2.jar 890KB
xerces-2.4.0.jar 875KB
struts.jar 486KB
dom4j-1.4.jar 475KB
proxool-0.8.3.jar 465KB
mysql-connector-java-3.1.10-bin.jar 409KB
jxl.jar 368KB
log4j-1.2.8.jar 344KB
cglib-2.0-rc2.jar 282KB
mail.jar 274KB
c3p0-0.8.3.jar 230KB
concurrent-1.3.2.jar 167KB
commons-collections-2.1.jar 161KB
xml-apis.jar 121KB
commons-beanutils.jar 116KB
oscache-2.0.jar 108KB
commons-digester.jar 107KB
struts-mysql.jar 105KB
jaas.jar 102KB
共 495 条
- 1
- 2
- 3
- 4
- 5
资源评论
- zgqdxxf2012-10-31代码不全!大家不要下了。
- 空空hole2015-07-21能利用起来的的资源都是好资源
- suny5672013-05-16研究了一下,多少还是有用的
- shijian22922012-07-11我晕 怎么少这么多文件呢
smallcarp
- 粉丝: 1
- 资源: 6
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 学校课程软件工程常见10道题目以及答案demo
- javaweb新手开发中常见的目录结构讲解
- 新手小白的git使用的手册入门学习demo
- 基于Java观察者模式的info-express多对多广播通信框架设计源码
- 利用python爬取豆瓣电影评分简单案例demo
- 机器人开发中常见的几道问题以及答案demo
- 基于SpringBoot和layuimini的简洁美观后台权限管理系统设计源码
- 实验报告五六代码.zip
- hdw-dubbo-ui基于vue、element-ui构建开发,实现后台管理前端功能.zip
- (Grafana + Zabbix + ASP.NET Core 2.1 + ECharts + Dapper + Swagger + layuiAdmin)基于角色授权的权限体系.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功