实例介绍
该资源原为倪升武eson_15的博客中的【SSH网上商城项目实战】的代码,但原作者提供的下载没有jar包,配置起来麻烦,我把jar包加好了,下载下来就能运行。包含了完整的项目开发:前端代码,后端实现,完成了后台管理功能,前台显示功能,完成了购物车,完成了支付功能,完成了邮件的发送,短信的发送功能,完成了后台查看销售报表的功能等,比较齐全,是个学习的好资源,具体可以参见我写的关于此项目的完整博客:http://blog.csdn.net/eson_15
【实例截图】
【核心代码】
E_shop有jar包可运行
└── E_shop
├── README.md
├── src
│ ├── beans.xml
│ ├── cn
│ │ └── it
│ │ └── shop
│ │ ├── action
│ │ │ ├── AccountAction.java
│ │ │ ├── BaseAction.java
│ │ │ ├── CategoryAction.java
│ │ │ ├── ForderAction.java
│ │ │ ├── PayAction.java
│ │ │ ├── ProductAction.java
│ │ │ ├── SendAction.java
│ │ │ ├── SorderAction.java
│ │ │ └── UserAction.java
│ │ ├── filter
│ │ │ └── UserFilter.java
│ │ ├── listener
│ │ │ └── InitDataListener.java
│ │ ├── model
│ │ │ ├── Account.java
│ │ │ ├── BackData.java
│ │ │ ├── Category.java
│ │ │ ├── FileImage.java
│ │ │ ├── Forder.java
│ │ │ ├── Product.java
│ │ │ ├── SendData.java
│ │ │ ├── Sorder.java
│ │ │ ├── Status.java
│ │ │ └── User.java
│ │ ├── service
│ │ │ ├── AccountService.java
│ │ │ ├── BaseService.java
│ │ │ ├── CategoryService.java
│ │ │ ├── ForderService.java
│ │ │ ├── impl
│ │ │ │ ├── AccountServiceImpl.java
│ │ │ │ ├── BaseServiceImpl.java
│ │ │ │ ├── CategoryServiceImpl.java
│ │ │ │ ├── ForderServiceImpl.java
│ │ │ │ ├── PayServiceImpl.java
│ │ │ │ ├── ProductServiceImpl.java
│ │ │ │ ├── SorderServiceImpl.java
│ │ │ │ └── UserServiceImpl.java
│ │ │ ├── PayService.java
│ │ │ ├── ProductService.java
│ │ │ ├── SorderService.java
│ │ │ └── UserService.java
│ │ └── utils
│ │ ├── EmailUtil.java
│ │ ├── FileUpload.java
│ │ ├── impl
│ │ │ ├── DigestUtil.java
│ │ │ ├── EmailUtilImpl.java
│ │ │ ├── FileUploadUtil.java
│ │ │ ├── MessageUtilImpl.java
│ │ │ └── ProductTimerTask.java
│ │ └── MessageUtil.java
│ ├── conn.properties
│ ├── ehcache.xml
│ ├── hibernate.cfg.xml
│ ├── pay.properties
│ ├── public.properties
│ ├── remote.properties
│ ├── remote.sql
│ ├── shop.sql
│ └── struts.xml
├── test
│ └── cn
│ └── it
│ └── shop
│ └── sevice
│ └── impl
│ ├── AccountServiceImplTest.java
│ ├── CategoryServiceImplTest.java
│ ├── ProductServiceImplTest.java
│ └── SorderServiceImplTest.java
└── WebRoot
├── css
│ ├── detail.css
│ ├── public.css
│ └── style.css
├── detail.jsp
├── error.jsp
├── files
│ ├── bankImages
│ │ ├── ABC-NET.gif
│ │ ├── BCCB-NET.gif
│ │ ├── BOC-NET.gif
│ │ ├── BOCO-NET.gif
│ │ ├── CCB-NET.gif
│ │ ├── CIB-NET.gif
│ │ ├── CMBCHINA-NET.gif
│ │ ├── CMBC-NET.gif
│ │ ├── CZCB-NET.gif
│ │ ├── ECITIC-NET.gif
│ │ ├── GDB-NET.gif
│ │ ├── GNXS-NET.gif
│ │ ├── ICBC-NET.gif
│ │ ├── POST-NET.gif
│ │ ├── SDB-NET.gif
│ │ ├── SDE-NET.gif
│ │ ├── SHRCB-NET.gif
│ │ └── SPDB-NET.gif
│ ├── test.jpg
│ └── yibao.jpg
├── images
│ ├── 0.png
│ ├── 11.jpg
│ ├── 1.jpg
│ ├── 1.png
│ ├── 22.jpg
│ ├── 2.png
│ ├── 3.png
│ ├── 4.png
│ ├── 5.png
│ ├── 6.png
│ ├── 7.png
│ ├── 8.png
│ ├── addtocart.png
│ ├── arrow.png
│ ├── banner-1.png
│ ├── banner-2.png
│ ├── banner-3.png
│ ├── cart1.jpg
│ ├── cart_icon.png
│ ├── jingling.png
│ ├── lm_banner_1.jpg
│ ├── logo.png
│ ├── message_cart.png
│ ├── newicon.png
│ ├── pr_gal1.jpg
│ ├── pr_gal2.jpg
│ ├── pr_gal3.jpg
│ ├── pr_l_1.jpg
│ ├── pr_l_2.jpg
│ ├── pr_l_3.jpg
│ ├── pr_l_5.jpg
│ ├── remove.png
│ ├── search_btn.png
│ ├── test.jpg
│ ├── top_bar_bg.png
│ └── yibao.png
├── index2.jsp
├── index.jsp
├── jquery-easyui-1.3.5
│ ├── changelog.txt
│ ├── demo
│ │ ├── accordion
│ │ │ ├── actions.html
│ │ │ ├── ajax.html
│ │ │ ├── basic.html
│ │ │ ├── _content.html
│ │ │ ├── datagrid_data1.json
│ │ │ ├── expandable.html
│ │ │ ├── multiple.html
│ │ │ └── tools.html
│ │ ├── calendar
│ │ │ ├── basic.html
│ │ │ └── firstday.html
│ │ ├── combo
│ │ │ └── basic.html
│ │ ├── combobox
│ │ │ ├── actions.html
│ │ │ ├── basic.html
│ │ │ ├── combobox_data1.json
│ │ │ ├── combobox_data2.json
│ │ │ ├── customformat.html
│ │ │ ├── dynamicdata.html
│ │ │ ├── group.html
│ │ │ ├── multiple.html
│ │ │ ├── navigation.html
│ │ │ ├── remotedata.html
│ │ │ └── remotejsonp.html
│ │ ├── combogrid
│ │ │ ├── actions.html
│ │ │ ├── basic.html
│ │ │ ├── datagrid_data1.json
│ │ │ ├── initvalue.html
│ │ │ ├── multiple.html
│ │ │ └── navigation.html
│ │ ├── combotree
│ │ │ ├── actions.html
│ │ │ ├── basic.html
│ │ │ ├── initvalue.html
│ │ │ ├── multiple.html
│ │ │ └── tree_data1.json
│ │ ├── datagrid
│ │ │ ├── aligncolumns.html
│ │ │ ├── basic.html
│ │ │ ├── cellediting.html
│ │ │ ├── cellstyle.html
│ │ │ ├── checkbox.html
│ │ │ ├── clientpagination.html
│ │ │ ├── columngroup.html
│ │ │ ├── complextoolbar.html
│ │ │ ├── contextmenu.html
│ │ │ ├── custompager.html
│ │ │ ├── datagrid_data1.json
│ │ │ ├── datagrid_data2.json
│ │ │ ├── footer.html
│ │ │ ├── formatcolumns.html
│ │ │ ├── frozencolumns.html
│ │ │ ├── frozenrows.html
│ │ │ ├── mergecells.html
│ │ │ ├── multisorting.html
│ │ │ ├── products.json
│ │ │ ├── rowborder.html
│ │ │ ├── rowediting.html
│ │ │ ├── rowstyle.html
│ │ │ ├── selection.html
│ │ │ ├── simpletoolbar.html
│ │ │ └── transform.html
│ │ ├── datebox
│ │ │ ├── basic.html
│ │ │ ├── buttons.html
│ │ │ ├── dateformat.html
│ │ │ ├── events.html
│ │ │ └── validate.html
│ │ ├── datetimebox
│ │ │ ├── basic.html
│ │ │ ├── initvalue.html
│ │ │ └── showseconds.html
│ │ ├── demo.css
│ │ ├── dialog
│ │ │ ├── basic.html
│ │ │ ├── complextoolbar.html
│ │ │ └── toolbarbuttons.html
│ │ ├── draggable
│ │ │ ├── basic.html
│ │ │ ├── constain.html
│ │ │ └── snap.html
│ │ ├── droppable
│ │ │ ├── accept.html
│ │ │ ├── basic.html
│ │ │ └── sort.html
│ │ ├── easyloader
│ │ │ └── basic.html
│ │ ├── form
│ │ │ ├── basic.html
│ │ │ ├── form_data1.json
│ │ │ └── load.html
│ │ ├── layout
│ │ │ ├── addremove.html
│ │ │ ├── autoheight.html
│ │ │ ├── basic.html
│ │ │ ├── complex.html
│ │ │ ├── _content.html
│ │ │ ├── datagrid_data1.json
│ │ │ ├── full.html
│ │ │ ├── nestedlayout.html
│ │ │ ├── nocollapsible.html
│ │ │ ├── propertygrid_data1.json
│ │ │ └── tree_data1.json
│ │ ├── linkbutton
│ │ │ ├── basic.html
│ │ │ ├── group.html
│ │ │ ├── iconalign.html
│ │ │ ├── plain.html
│ │ │ └── toggle.html
│ │ ├── menu
│ │ │ ├── basic.html
│ │ │ ├── customitem.html
│ │ │ └── events.html
│ │ ├── menubutton
│ │ │ ├── actions.html
│ │ │ └── basic.html
│ │ ├── messager
│ │ │ ├── alert.html
│ │ │ ├── basic.html
│ │ │ ├── interactive.html
│ │ │ └── position.html
│ │ ├── numberbox
│ │ │ ├── basic.html
│ │ │ ├── format.html
│ │ │ └── range.html
│ │ ├── numberspinner
│ │ │ ├── basic.html
│ │ │ ├── increment.html
│ │ │ └── range.html
│ │ ├── pagination
│ │ │ ├── attaching.html
│ │ │ ├── basic.html
│ │ │ ├── custombuttons.html
│ │ │ ├── layout.html
│ │ │ ├── links.html
│ │ │ └── simple.html
│ │ ├── panel
│ │ │ ├── basic.html
│ │ │ ├── _content.html
│ │ │ ├── customtools.html
│ │ │ ├── loadcontent.html
│ │ │ ├── nestedpanel.html
│ │ │ └── paneltools.html
│ │ ├── progressbar
│ │ │ └── basic.html
│ │ ├── propertygrid
│ │ │ ├── basic.html
│ │ │ ├── customcolumns.html
│ │ │ ├── groupformat.html
│ │ │ └── propertygrid_data1.json
│ │ ├── resizable
│ │ │ └── basic.html
│ │ ├── searchbox
│ │ │ ├── basic.html
│ │ │ └── category.html
│ │ ├── slider
│ │ │ ├── basic.html
│ │ │ ├── formattip.html
│ │ │ ├── rule.html
│ │ │ └── vertical.html
│ │ ├── splitbutton
│ │ │ ├── actions.html
│ │ │ └── basic.html
│ │ ├── tabs
│ │ │ ├── autoheight.html
│ │ │ ├── basic.html
│ │ │ ├── _content.html
│ │ │ ├── dropdown.html
│ │ │ ├── fixedwidth.html
│ │ │ ├── hover.html
│ │ │ ├── images
│ │ │ │ ├── modem.png
│ │ │ │ ├── pda.png
│ │ │ │ ├── scanner.png
│ │ │ │ └── tablet.png
│ │ │ ├── nestedtabs.html
│ │ │ ├── striptools.html
│ │ │ ├── tabimage.html
│ │ │ ├── tabposition.html
│ │ │ ├── tabstools.html
│ │ │ └── tree_data1.json
│ │ ├── timespinner
│ │ │ ├── actions.html
│ │ │ ├── basic.html
│ │ │ └── range.html
│ │ ├── tooltip
│ │ │ ├── ajax.html
│ │ │ ├── basic.html
│ │ │ ├── _content.html
│ │ │ ├── customcontent.html
│ │ │ ├── customstyle.html
│ │ │ ├── _dialog.html
│ │ │ ├── position.html
│ │ │ ├── toolbar.html
│ │ │ └── tooltipdialog.html
│ │ ├── tree
│ │ │ ├── actions.html
│ │ │ ├── animation.html
│ │ │ ├── basic.html
│ │ │ ├── checkbox.html
│ │ │ ├── contextmenu.html
│ │ │ ├── dnd.html
│ │ │ ├── editable.html
│ │ │ ├── formatting.html
│ │ │ ├── icons.html
│ │ │ ├── lazyload.html
│ │ │ ├── lines.html
│ │ │ ├── tree_data1.json
│ │ │ └── tree_data2.json
│ │ ├── treegrid
│ │ │ ├── actions.html
│ │ │ ├── basic.html
│ │ │ ├── clientpagination.html
│ │ │ ├── contextmenu.html
│ │ │ ├── editable.html
│ │ │ ├── footer.html
│ │ │ ├── reports.html
│ │ │ ├── treegrid_data1.json
│ │ │ ├── treegrid_data2.json
│ │ │ └── treegrid_data3.json
│ │ ├── validatebox
│ │ │ ├── basic.html
│ │ │ └── customtooltip.html
│ │ └── window
│ │ ├── basic.html
│ │ ├── customtools.html
│ │ ├── inlinewindow.html
│ │ ├── modalwindow.html
│ │ └── windowlayout.html
│ ├── easyloader.js
│ ├── jQuery EasyUI.exe
│ ├── jquery.easyui.min.js
│ ├── jquery.min.js
│ ├── locale
│ │ └── easyui-lang-zh_CN.js
│ ├── plugins
│ │ ├── jquery.accordion.js
│ │ ├── jquery.calendar.js
│ │ ├── jquery.combobox.js
│ │ ├── jquery.combogrid.js
│ │ ├── jquery.combo.js
│ │ ├── jquery.combotree.js
│ │ ├── jquery.datagrid.js
│ │ ├── jquery.datebox.js
│ │ ├── jquery.datetimebox.js
│ │ ├── jquery.dialog.js
│ │ ├── jquery.draggable.js
│ │ ├── jquery.droppable.js
│ │ ├── jquery.form.js
│ │ ├── jquery.layout.js
│ │ ├── jquery.linkbutton.js
│ │ ├── jquery.menubutton.js
│ │ ├── jquery.menu.js
│ │ ├── jquery.messager.js
│ │ ├── jquery.numberbox.js
│ │ ├── jquery.numberspinner.js
│ │ ├── jquery.pagination.js
│ │ ├── jquery.panel.js
│ │ ├── jquery.parser.js
│ │ ├── jquery.progressbar.js
│ │ ├── jquery.propertygrid.js
│ │ ├── jquery.resizable.js
│ │ ├── jquery.searchbox.js
│ │ ├── jquery.slider.js
│ │ ├── jquery.spinner.js
│ │ ├── jquery.splitbutton.js
│ │ ├── jquery.tabs.js
│ │ ├── jquery.timespinner.js
│ │ ├── jquery.tooltip.js
│ │ ├── jquery.treegrid.js
│ │ ├── jquery.tree.js
│ │ ├── jquery.validatebox.js
│ │ └── jquery.window.js
│ └── themes
│ ├── black
│ │ ├── accordion.css
│ │ ├── calendar.css
│ │ ├── combobox.css
│ │ ├── combo.css
│ │ ├── datagrid.css
│ │ ├── datebox.css
│ │ ├── dialog.css
│ │ ├── easyui.css
│ │ ├── images
│ │ │ ├── accordion_arrows.png
│ │ │ ├── blank.gif
│ │ │ ├── calendar_arrows.png
│ │ │ ├── combo_arrow.png
│ │ │ ├── datagrid_icons.png
│ │ │ ├── datebox_arrow.png
│ │ │ ├── layout_arrows.png
│ │ │ ├── linkbutton_bg.png
│ │ │ ├── loading.gif
│ │ │ ├── menu_arrows.png
│ │ │ ├── messager_icons.png
│ │ │ ├── pagination_icons.png
│ │ │ ├── panel_tools.png
│ │ │ ├── searchbox_button.png
│ │ │ ├── slider_handle.png
│ │ │ ├── spinner_arrows.png
│ │ │ ├── tabs_icons.png
│ │ │ ├── Thumbs.db
│ │ │ ├── tree_icons.png
│ │ │ └── validatebox_warning.png
│ │ ├── layout.css
│ │ ├── linkbutton.css
│ │ ├── menubutton.css
│ │ ├── menu.css
│ │ ├── messager.css
│ │ ├── pagination.css
│ │ ├── panel.css
│ │ ├── progressbar.css
│ │ ├── propertygrid.css
│ │ ├── searchbox.css
│ │ ├── slider.css
│ │ ├── spinner.css
│ │ ├── splitbutton.css
│ │ ├── tabs.css
│ │ ├── tooltip.css
│ │ ├── tree.css
│ │ ├── validatebox.css
│ │ └── window.css
│ ├── bootstrap
│ │ ├── accordion.css
│ │ ├── calendar.css
│ │ ├── combobox.css
│ │ ├── combo.css
│ │ ├── datagrid.css
│ │ ├── datebox.css
│ │ ├── dialog.css
│ │ ├── easyui.css
│ │ ├── images
│ │ │ ├── accordion_arrows.png
│ │ │ ├── blank.gif
│ │ │ ├── calendar_arrows.png
│ │ │ ├── combo_arrow.png
│ │ │ ├── datagrid_icons.png
│ │ │ ├── datebox_arrow.png
│ │ │ ├── layout_arrows.png
│ │ │ ├── linkbutton_bg.png
│ │ │ ├── loading.gif
│ │ │ ├── menu_arrows.png
│ │ │ ├── messager_icons.png
│ │ │ ├── pagination_icons.png
│ │ │ ├── panel_tools.png
│ │ │ ├── searchbox_button.png
│ │ │ ├── slider_handle.png
│ │ │ ├── spinner_arrows.png
│ │ │ ├── tabs_icons.png
│ │ │ ├── Thumbs.db
│ │ │ ├── tree_icons.png
│ │ │ └── validatebox_warning.png
│ │ ├── layout.css
│ │ ├── linkbutton.css
│ │ ├── menubutton.css
│ │ ├── menu.css
│ │ ├── messager.css
│ │ ├── pagination.css
│ │ ├── panel.css
│ │ ├── progressbar.css
│ │ ├── propertygrid.css
│ │ ├── searchbox.css
│ │ ├── slider.css
│ │ ├── spinner.css
│ │ ├── splitbutton.css
│ │ ├── tabs.css
│ │ ├── tooltip.css
│ │ ├── tree.css
│ │ ├── validatebox.css
│ │ └── window.css
│ ├── default
│ │ ├── accordion.css
│ │ ├── calendar.css
│ │ ├── combobox.css
│ │ ├── combo.css
│ │ ├── datagrid.css
│ │ ├── datebox.css
│ │ ├── dialog.css
│ │ ├── easyui.css
│ │ ├── images
│ │ │ ├── accordion_arrows.png
│ │ │ ├── blank.gif
│ │ │ ├── calendar_arrows.png
│ │ │ ├── combo_arrow.png
│ │ │ ├── datagrid_icons.png
│ │ │ ├── datebox_arrow.png
│ │ │ ├── layout_arrows.png
│ │ │ ├── linkbutton_bg.png
│ │ │ ├── loading.gif
│ │ │ ├── menu_arrows.png
│ │ │ ├── messager_icons.png
│ │ │ ├── pagination_icons.png
│ │ │ ├── panel_tools.png
│ │ │ ├── searchbox_button.png
│ │ │ ├── slider_handle.png
│ │ │ ├── spinner_arrows.png
│ │ │ ├── tabs_icons.png
│ │ │ ├── Thumbs.db
│ │ │ ├── tree_icons.png
│ │ │ └── validatebox_warning.png
│ │ ├── layout.css
│ │ ├── linkbutton.css
│ │ ├── menubutton.css
│ │ ├── menu.css
│ │ ├── messager.css
│ │ ├── pagination.css
│ │ ├── panel.css
│ │ ├── progressbar.css
│ │ ├── propertygrid.css
│ │ ├── searchbox.css
│ │ ├── slider.css
│ │ ├── spinner.css
│ │ ├── splitbutton.css
│ │ ├── tabs.css
│ │ ├── tooltip.css
│ │ ├── tree.css
│ │ ├── validatebox.css
│ │ └── window.css
│ ├── gray
│ │ ├── accordion.css
│ │ ├── calendar.css
│ │ ├── combobox.css
│ │ ├── combo.css
│ │ ├── datagrid.css
│ │ ├── datebox.css
│ │ ├── dialog.css
│ │ ├── easyui.css
│ │ ├── images
│ │ │ ├── accordion_arrows.png
│ │ │ ├── blank.gif
│ │ │ ├── calendar_arrows.png
│ │ │ ├── combo_arrow.png
│ │ │ ├── datagrid_icons.png
│ │ │ ├── datebox_arrow.png
│ │ │ ├── layout_arrows.png
│ │ │ ├── linkbutton_bg.png
│ │ │ ├── loading.gif
│ │ │ ├── menu_arrows.png
│ │ │ ├── messager_icons.png
│ │ │ ├── pagination_icons.png
│ │ │ ├── panel_tools.png
│ │ │ ├── searchbox_button.png
│ │ │ ├── slider_handle.png
│ │ │ ├── spinner_arrows.png
│ │ │ ├── tabs_icons.png
│ │ │ ├── Thumbs.db
│ │ │ ├── tree_icons.png
│ │ │ └── validatebox_warning.png
│ │ ├── layout.css
│ │ ├── linkbutton.css
│ │ ├── menubutton.css
│ │ ├── menu.css
│ │ ├── messager.css
│ │ ├── pagination.css
│ │ ├── panel.css
│ │ ├── progressbar.css
│ │ ├── propertygrid.css
│ │ ├── searchbox.css
│ │ ├── slider.css
│ │ ├── spinner.css
│ │ ├── splitbutton.css
│ │ ├── tabs.css
│ │ ├── tooltip.css
│ │ ├── tree.css
│ │ ├── validatebox.css
│ │ └── window.css
│ ├── icon.css
│ ├── icons
│ │ ├── back.png
│ │ ├── blank.gif
│ │ ├── cancel.png
│ │ ├── cut.png
│ │ ├── edit_add.png
│ │ ├── edit_remove.png
│ │ ├── filesave.png
│ │ ├── filter.png
│ │ ├── help.png
│ │ ├── mini_add.png
│ │ ├── mini_edit.png
│ │ ├── mini_refresh.png
│ │ ├── no.png
│ │ ├── ok.png
│ │ ├── pencil.png
│ │ ├── print.png
│ │ ├── redo.png
│ │ ├── reload.png
│ │ ├── search.png
│ │ ├── sum.png
│ │ ├── tip.png
│ │ └── undo.png
│ └── metro
│ ├── accordion.css
│ ├── calendar.css
│ ├── combobox.css
│ ├── combo.css
│ ├── datagrid.css
│ ├── datebox.css
│ ├── dialog.css
│ ├── easyui.css
│ ├── images
│ │ ├── accordion_arrows.png
│ │ ├── blank.gif
│ │ ├── calendar_arrows.png
│ │ ├── combo_arrow.png
│ │ ├── datagrid_icons.png
│ │ ├── datebox_arrow.png
│ │ ├── layout_arrows.png
│ │ ├── linkbutton_bg.png
│ │ ├── loading.gif
│ │ ├── menu_arrows.png
│ │ ├── messager_icons.png
│ │ ├── pagination_icons.png
│ │ ├── panel_tools.png
│ │ ├── searchbox_button.png
│ │ ├── slider_handle.png
│ │ ├── spinner_arrows.png
│ │ ├── tabs_icons.png
│ │ ├── Thumbs.db
│ │ ├── tree_icons.png
│ │ └── validatebox_warning.png
│ ├── layout.css
│ ├── linkbutton.css
│ ├── menubutton.css
│ ├── menu.css
│ ├── messager.css
│ ├── pagination.css
│ ├── panel.css
│ ├── progressbar.css
│ ├── propertygrid.css
│ ├── searchbox.css
│ ├── slider.css
│ ├── spinner.css
│ ├── splitbutton.css
│ ├── tabs.css
│ ├── tooltip.css
│ ├── tree.css
│ ├── validatebox.css
│ └── window.css
├── js
│ ├── jquery-1.11.1.js
│ └── jscharts.js
├── META-INF
│ └── MANIFEST.MF
├── public
│ └── head.jspf
├── ulogin.jsp
├── user
│ ├── bank.jsp
│ ├── confirm.jsp
│ ├── pay.jsp
│ └── showCart.jsp
└── WEB-INF
├── category
│ ├── query.jsp
│ ├── save.jsp
│ └── update.jsp
├── classes
│ ├── beans.xml
│ ├── cn
│ │ └── it
│ │ └── shop
│ │ ├── action
│ │ │ ├── AccountAction.class
│ │ │ ├── BaseAction.class
│ │ │ ├── CategoryAction.class
│ │ │ ├── ForderAction.class
│ │ │ ├── PayAction.class
│ │ │ ├── ProductAction.class
│ │ │ ├── SendAction.class
│ │ │ ├── SorderAction.class
│ │ │ └── UserAction.class
│ │ ├── filter
│ │ │ └── UserFilter.class
│ │ ├── listener
│ │ │ └── InitDataListener.class
│ │ ├── model
│ │ │ ├── Account.class
│ │ │ ├── BackData.class
│ │ │ ├── Category.class
│ │ │ ├── FileImage.class
│ │ │ ├── Forder.class
│ │ │ ├── Product.class
│ │ │ ├── SendData.class
│ │ │ ├── Sorder.class
│ │ │ ├── Status.class
│ │ │ └── User.class
│ │ ├── service
│ │ │ ├── AccountService.class
│ │ │ ├── BaseService.class
│ │ │ ├── CategoryService.class
│ │ │ ├── ForderService.class
│ │ │ ├── impl
│ │ │ │ ├── AccountServiceImpl.class
│ │ │ │ ├── BaseServiceImpl.class
│ │ │ │ ├── CategoryServiceImpl.class
│ │ │ │ ├── ForderServiceImpl.class
│ │ │ │ ├── PayServiceImpl.class
│ │ │ │ ├── ProductServiceImpl.class
│ │ │ │ ├── SorderServiceImpl.class
│ │ │ │ └── UserServiceImpl.class
│ │ │ ├── PayService.class
│ │ │ ├── ProductService.class
│ │ │ ├── SorderService.class
│ │ │ └── UserService.class
│ │ ├── sevice
│ │ │ └── impl
│ │ │ ├── AccountServiceImplTest.class
│ │ │ ├── CategoryServiceImplTest.class
│ │ │ ├── ProductServiceImplTest.class
│ │ │ └── SorderServiceImplTest.class
│ │ └── utils
│ │ ├── EmailUtil.class
│ │ ├── FileUpload.class
│ │ ├── impl
│ │ │ ├── DigestUtil.class
│ │ │ ├── EmailUtilImpl.class
│ │ │ ├── FileUploadUtil$1.class
│ │ │ ├── FileUploadUtil.class
│ │ │ ├── MessageUtilImpl.class
│ │ │ └── ProductTimerTask.class
│ │ └── MessageUtil.class
│ ├── conn.properties
│ ├── ehcache.xml
│ ├── hibernate.cfg.xml
│ ├── pay.properties
│ ├── public.properties
│ ├── remote.properties
│ ├── remote.sql
│ ├── shop.sql
│ └── struts.xml
├── index.html
├── lib
│ ├── antlr-2.7.7.jar
│ ├── aopalliance-1.0.jar
│ ├── aspectj-1.7.1.jar
│ ├── aspectjweaver-1.7.1.jar
│ ├── c3p0-0.9.5.1.jar
│ ├── commons-beanutils-1.8.0.jar
│ ├── commons-collections-3.2.1.jar
│ ├── commons-fileupload-1.3.1.jar
│ ├── commons-httpclient-3.0.jar
│ ├── commons-io-2.2.jar
│ ├── commons-lang-2.5.jar
│ ├── commons-lang3-3.2.jar
│ ├── commons-logging-1.1.1.jar
│ ├── commons-logging-1.2.jar
│ ├── dom4j-1.6.1.jar
│ ├── ehcache-core-2.4.3.jar
│ ├── el-api-2.2.jar
│ ├── ezmorph-1.0.6.jar
│ ├── freemarker-2.3.22.jar
│ ├── hibernate-commons-annotations-4.0.5.Final.jar
│ ├── hibernate-core-4.3.11.Final.jar
│ ├── hibernate-ehcache-4.3.11.Final.jar
│ ├── hibernate-jpa-2.1-api-1.0.0.Final.jar
│ ├── jackson-annotations-2.0.5.jar
│ ├── jandex-1.1.0.Final.jar
│ ├── javassist-3.18.1-GA.jar
│ ├── jboss-logging-3.1.3.GA.jar
│ ├── jboss-logging-annotations-1.2.0.Beta1.jar
│ ├── jboss-transaction-api_1.2_spec-1.0.0.Final.jar
│ ├── json-lib-2.4-jdk15.jar
│ ├── jstl-1.2.jar
│ ├── junit-4.12.jar
│ ├── mail.jar
│ ├── mchange-commons-java-0.2.10.jar
│ ├── mysql-connector-java-5.1.26-bin.jar
│ ├── ognl-3.0.6.jar
│ ├── servlet-api.jar
│ ├── slf4j-api-1.6.1.jar
│ ├── spring-aop-4.2.4.RELEASE.jar
│ ├── spring-beans-4.2.4.RELEASE.jar
│ ├── spring-context-4.2.4.RELEASE.jar
│ ├── spring-core-4.2.4.RELEASE.jar
│ ├── spring-expression-4.2.4.RELEASE.jar
│ ├── spring-jdbc-4.2.4.RELEASE.jar
│ ├── spring-orm-4.2.4.RELEASE.jar
│ ├── spring-test-4.2.4.RELEASE.jar
│ ├── spring-tx-4.2.4.RELEASE.jar
│ ├── spring-web-4.2.4.RELEASE.jar
│ ├── struts2-core-2.3.24.1.jar
│ ├── struts2-json-plugin-2.3.24.1.jar
│ ├── struts2-spring-plugin-2.3.24.1.jar
│ └── xwork-core-2.3.24.1.jar
├── main
│ └── aindex.jsp
├── product
│ ├── query.jsp
│ ├── save.jsp
│ └── update.jsp
├── sale
│ └── sale.jsp
└── web.xml
101 directories, 745 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论