文件名称:dangdang003
介绍说明--下载内容均来自于网络,请自行研究使用
通用WEB 应用系统,包括交易系统和管理系统两个独立的子系统,主要包括:商品展示、购物车管理、我的订单、用户管理、商品管理五个功能模块。使用J2EE进行开发,采取B/S架构,主要采用当前流行的Struts框架实现,Struts实现数据呈现和页面的之间的跳转,Spring实现业务层处理。Hibernate实现数据持久化,Hibernate与Spring集成,实现O/R映射, 更好的对数据库数据进行持久化。使用entity实现业务逻辑层和视图层的之间的数据传输。系统结构划分为:界面表现层(Struts)、业务逻辑层(Spring+DAO)、数据访问存储层(Hibernate)、三层的划分使得页面的显示与业务逻辑分离开来。-General WEB application system, including two independent subsystems of the trading system and management system, including: product display, shopping cart management, orders, user management, merchandise management five functional modules. J2EE development, take the B/S architecture, mainly in the popular Struts fr a mework to achieve, Struts data rendering and page jump, Spring business layer. Hibernate data persistence with Hibernate and Spring integration, O/R mapping, database data persistence. Entity data transfer between the business logic layer and the view layer. The system architecture is divided into: the performance of the interface layer (Struts), business logic (Spring+DAO), data access storage layer (Hibernate), three division makes the page display and business logic separated.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Dang
....\.classpath
....\.myeclipse
....\.mymetadata
....\.project
....\.settings
....\.........\org.eclipse.core.resources.prefs
....\.........\org.eclipse.jdt.core.prefs
....\WebRoot
....\.......\META-INF
....\.......\........\MANIFEST.MF
....\.......\WEB-INF
....\.......\.......\classes
....\.......\.......\.......\org
....\.......\.......\.......\...\liuzhixiang
....\.......\.......\.......\...\...........\dang
....\.......\.......\.......\...\...........\....\action
....\.......\.......\.......\...\...........\....\......\BaseAction.class
....\.......\.......\.......\...\...........\....\......\Datetd.class
....\.......\.......\.......\...\...........\....\......\OutAction.class
....\.......\.......\.......\...\...........\....\......\cart
....\.......\.......\.......\...\...........\....\......\....\CartAction.class
....\.......\.......\.......\...\...........\....\......\dangmain
....\.......\.......\.......\...\...........\....\......\........\CommentAction.class
....\.......\.......\.......\...\...........\....\......\........\DetailAction.class
....\.......\.......\.......\...\...........\....\......\........\MyBooksAction.class
....\.......\.......\.......\...\...........\....\......\........\MyDetailAction.class
....\.......\.......\.......\...\...........\....\......\........\MyOrderAction.class
....\.......\.......\.......\...\...........\....\......\........\UpdateAction.class
....\.......\.......\.......\...\...........\....\......\order
....\.......\.......\.......\...\...........\....\......\.....\AddressAction.class
....\.......\.......\.......\...\...........\....\......\.....\OrderInfoAction.class
....\.......\.......\.......\...\...........\....\......\product
....\.......\.......\.......\...\...........\....\......\.......\BookListAction.class
....\.......\.......\.......\...\...........\....\......\.......\CategoryAction.class
....\.......\.......\.......\...\...........\....\......\.......\ChartAction.class
....\.......\.......\.......\...\...........\....\......\.......\HotAction.class
....\.......\.......\.......\...\...........\....\......\.......\HotListAction.class
....\.......\.......\.......\...\...........\....\......\.......\NewAction.class
....\.......\.......\.......\...\...........\....\......\.......\NewBookListAction.class
....\.......\.......\.......\...\...........\....\......\.......\RecommendAction.class
....\.......\.......\.......\...\...........\....\......\stock
....\.......\.......\.......\...\...........\....\......\user
....\.......\.......\.......\...\...........\....\......\....\CheckCode.class
....\.......\.......\.......\...\...........\....\......\....\CheckEmail.class
....\.......\.......\.......\...\...........\....\......\....\CheckNickName.class
....\.......\.......\.......\...\...........\....\......\....\CheckUserName.class
....\.......\.......\.......\...\...........\....\......\....\ImgCode.class
....\.......\.......\.......\...\...........\....\......\....\LoginAction.class
....\.......\.......\.......\...\...........\....\......\....\RegisterAction.class
....\.......\.......\.......\...\...........\....\......\....\UpdateCheckEmail.class
....\.......\.......\.......\...\...........\....\......\....\UpdateCheckNickName.class
....\.......\.......\.......\...\...........\....\dao
....\.......\.......\.......\...\...........\....\...\AddressDAO.class
....\.......\.......\.......\...\...........\....\...\BookDAO.class
....\.......\.......\.......\...\...........\....\...\CategoryDAO.class
....\.......\.......\.......\...\...........\....\...\CommentDAO.class
....\.......\.......\.......\...\...........\....\...\JDBCDao
....\.......\.......\.......\...\...........\....\...\.......\AddressDAOImpl.class
....\.......\.......\.......\...\...........\....\...\.......\BookDAOImpl.class
....\.......\.......\.......\...\...........\....\...\.......\CategoryDAOImpl.class
....\.......\.......\.......\...\...........\....\...\.......\CommentDAOImpl.class
....\.......\.......\.......\...\...........\....\...\.......\OrderDAOImpl.class
....\.......\.......\.......\...\..