1 / 48
文档名称:

毕业设计(论文)-基于JAVA EE技术的网上商城系统设计--商品采购管理模块实现.doc

格式:doc   页数:48
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-基于JAVA EE技术的网上商城系统设计--商品采购管理模块实现.doc

上传人:3346389411 2012/8/29 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-基于JAVA EE技术的网上商城系统设计--商品采购管理模块实现.doc

文档介绍

文档介绍:基于JAVA EE 技术的网上商城系统设计
───商品采购管理模块实现
系别软件工程系
专业计算机科学与技术
班级 2006级网络应用软件开发本科(1)班
学号
学生姓名
指导教师
摘要电子商务的应用越来越广泛,网上商城如雨后春笋般地成长了起来,具有投资小、信息传递更新快等特点,极大地方便了消费者。
采用Struts + Spring + Hibernate + Web Services 技术构建的网上商城,是网上商城业务和JAVA EE中Hibernate中间件和DAO设计模式等技术的整合。
本网上商城面对两大角色───用户和管理员。在网上商城中,对用户提供的服务有注册、登录、多种方式的商品浏览、商品选购、下订单和制定订单等功能;对管理员提供的服务有商品管理和品牌管理、分类管理、会员管理、订单管理等功能。
关键字订单管理;会员管理;商品管理;JAVA EE
ABSTRACT Wider and wider application of merce, online shop camel grew up springing up, with investment, information transfer and fast updated features, very easy for the consumer.
We use Struts + Spring + Hibernate + WebService technologies to build online mall, an online mall business and Hibernate in JAVA EE middleware and DAO design patterns and other technical integration.
This online mall has confronted two major roles ─── users and administrators. Mall, the right to provide the services the user registration, login, browse a variety of ways of goods, merchandise purchase, place an order and the development of orders and other functions; the services provided to the administrators there is a product management and brand management, category management, members of management, order management and other functions.
KEY WORDS Orders Management;Members Management;Merchandises Management;JAVA EE
目录
目录 3
前言 4
第一章系统需求 5
前台用户购物模块 5
管理模块 6
第二章系统设计 7
系统架构设计 7
业务实体设计 8
业务逻辑设计 10
第三章数据库设计 10
E-R图设计 11
物理建模 11
设计表结构 12
第四章通用功能实现 17
分页查询功能 17
STRUTS与SPRING的整合 17
SPRING与HIBERNATE的整合 18
声明式事务 18
第五章 WEB SERVICES在MYECLIPSE中的应用研究 19
将JAVA类生成WSDL文件 19
用WSDL文件生成JAVA服务类 21
24
第六章软件设计及系统功能描述 26
会员注册 26
会员登录 27
会员操作 27
首页 27
分类查询 28
热卖商品 29
特价商品 29
最新商品 30
推荐商品 30
品牌商品 31
商品信息 32
购物车 32
我的订单 34
管理员后台操作 34
管理首页 34
商品管理 34
品牌管理 36
分类管理 37
会员管理 38