文件名称:BookShopOnNet
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-06-04
- 文件大小:
- 122kb
- 下载次数:
- 0次
- 提 供 者:
- 洪**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个继续spring,struts2,ibatis实现的网上书店的系统,实现了增删改查,还有前端页面-A continued spring, struts2, ibatis online bookstore system implemented to achieve the CRUD, and the front page
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BookShopOnNet
.............\.classpath
.............\.myeclipse
.............\.mymetadata
.............\.project
.............\.settings
.............\.........\.jsdtscope
.............\.........\org.eclipse.core.resources.prefs
.............\.........\org.eclipse.jdt.core.prefs
.............\.........\org.eclipse.wst.jsdt.ui.superType.container
.............\.........\org.eclipse.wst.jsdt.ui.superType.name
.............\WebRoot
.............\.......\META-INF
.............\.......\........\MANIFEST.MF
.............\.......\WEB-INF
.............\.......\.......\classes
.............\.......\.......\.......\com
.............\.......\.......\.......\...\shopping
.............\.......\.......\.......\...\........\action
.............\.......\.......\.......\...\........\......\BookAction.class
.............\.......\.......\.......\...\........\......\ShoppingAction.class
.............\.......\.......\.......\...\........\......\UserAction.class
.............\.......\.......\.......\...\........\bean
.............\.......\.......\.......\...\........\....\Book.class
.............\.......\.......\.......\...\........\....\BookOrder.class
.............\.......\.......\.......\...\........\....\Cart.class
.............\.......\.......\.......\...\........\....\Catalog.class
.............\.......\.......\.......\...\........\....\Order.class
.............\.......\.......\.......\...\........\....\OrderItem.class
.............\.......\.......\.......\...\........\....\User.class
.............\.......\.......\.......\...\........\....\xml
.............\.......\.......\.......\...\........\....\...\book.xml
.............\.......\.......\.......\...\........\....\...\bookOrder.xml
.............\.......\.......\.......\...\........\....\...\catalog.xml
.............\.......\.......\.......\...\........\....\...\order.xml
.............\.......\.......\.......\...\........\....\...\orderItem.xml
.............\.......\.......\.......\...\........\....\...\user.xml
.............\.......\.......\.......\...\........\dao
.............\.......\.......\.......\...\........\...\IBookDao.class
.............\.......\.......\.......\...\........\...\ICatalogDao.class
.............\.......\.......\.......\...\........\...\IOrderDao.class
.............\.......\.......\.......\...\........\...\IUserDao.class
.............\.......\.......\.......\...\........\...\impl
.............\.......\.......\.......\...\........\...\....\IBookDaoImpl.class
.............\.......\.......\.......\...\........\...\....\ICatalogDaoImpl.class
.............\.......\.......\.......\...\........\...\....\IOrderDaoImpl.class
.............\.......\.......\.......\...\........\...\....\IUserDaoImpl.class
.............\.......\.......\.......\...\........\service
.............\.......\.......\.......\...\........\.......\IBookService.class
.............\.......\.......\.......\...\........\.......\ICatalogService.class
.............\.......\.......\.......\...\........\.......\IOrderService.class
.............\.......\.......\.......\...\........\.......\IUserService.class
.............\.......\.......\.......\...\........\.......\impl
.............\.......\.......\.......\...\........\.......\....\IBookServiceImpl.class
.............\.......\.......\.......\...\........\.......\....\ICatalogServiceImpl.class
.............\.......\.......\.......\...\........\.......\....\IOrderServiceImpl.class
.............\.......\.......\.......\...\........\.......\....\IUserServiceImpl.class
.............\.......\.......\.......\...\........\util
.............\.......\.......\.......\...\........\....\Pager.class
.............\.......\.......\.......\log4j.properties
.............\.......\.......\.......\struts.xml
.............\.......\.......\iBatis
.............\.......\.......\......\SqlMapConfig.xml
.............\.......\.......\......\jdbc.properties
.............\.......\.......\lib
.............\.......\.......\springframework
.............\.......\.......\...............\applicationcontext.xml
.............\.......\.......\web.xml
.............\.......\book
.............\