网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文下载 -> 资料论文下载 -> 网上书店的设计与实现
行政管理论文范文| 物流管理论文资料| 人力资源论文| 工商管理论文| 旅游管理| 财管管理论文| 工程管理| 安全管理| 乡镇企业管理| 电视制片管理| 文化产业管理| 物业管理|
工程管理论文资料| 工商管理论文下载| 信息管理论文| 人力资源论文| 酒店管理| 免费物流论文| 工商管理| 行政管理| 物流专业论文| 免费旅游论文| 行政管理论文| 人力资源|

网上书店的设计与实现

本文ID:LW20769 字数:14291,页数:49 价格:¥50.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 网上书店的设计与实现 (收费:5000 积分)  如何获取积分?
网上书店的设计与实现

^论文字数:14291,页数:49

摘要

 本设计通过对电子商务网站的背景以及现状,进行需求分析,选取了电子商务网站中一些功能模块,设计了基于J2EE的网上购书系统。网站以J2EE为主导开发技术,MySQL为数据库,Tomcat为服务器容器,MyEclipse为开发平台。在J2EE的B/S应用架构下,实现MVC(模型-视图-控制)模式。 具体为Struts控制视图层和控制层,Hibernate控制数据持久层。本设计继承了J2EE软件系统架构设计的优点,使该网站具有一定的运行效率,具有优秀的可扩展性、实用性和可维护性,大大降低了系统耦合性。网站分为前台购物和后台管理两部分。用户可以在系统中实现注册、浏览书籍、搜索查询书籍、购物车、处理订单等功能;管理员可以通过用户管理、订单管理、图书管理等管理功能来对系统进行维护更新。本文着重介绍该网站设计开发的设计理念和应用的相关技术,并介绍系统主要功能模块及实现。

关键字:电子商务;网上书店;J2EE;MVC;Struts/Hibernate

Abstract

 Through the background and status of the e-business websites, this design conducts the requirements analysis first, and selects some function modules of the e-business websites, and finally design and develop this online book shop based on J2EE. This website is developed with J2EE as the leading development technology, MySQL as the database, Tomcat as the server container, and MyEclipse as the development platform. With the B/S application framework of J2EE, this website realizes the MVC (Model-View-Controller) mode, the specific is that the Struts control the view layer and the control layer, and the Hibernate controls the data persistence. The design inherits the advantages of the J2EE software architecture, so that it has certain run efficiency, and also has the outstanding scalability, availability and maintainability, and also greatly reduces the system coupling. This online book shopping website is divided into two parts, the front shopping system and the back office management system. The users can register, and login the system, and also can browse, search the books, next shopping and finally creating the orders. The administrators can update and maintain the system through the user management, order management and book management and so on. Last, this article focuses on the design concepts and some related technologies of the shopping website, and also describes the main function modules of the website, and also its implementation.

Keywords: E-business; Online Book Shop; J2EE; MVC; Struts/Hibernate


目录

摘要 I
Abstract II
目录 III
第1章 绪论 1
1.1 选题的背景与意义 1
1.2 国内外发展概况 1
第2章 网站设计相关技术概述 3
2.1 J2EE介绍 3
2.2 系统框架介绍 4
2.2.1 Struts 4
2.2.2 Hibernate 4
2.3 系统开发环境介绍 4
2.3.1 Tomcat介绍 4
2.3.2 MySQL介绍 5
2.3.3 MyEclipse介绍 5
第3章 系统分析与设计 7
3.1 系统需求分析 7
3.2 主要用例说明 7
3.2.1 注册登录 7
3.2.2 商品浏览和搜索 8
3.2.3 购物车 8
3.2.4 结账 8
3.2.5 查看订单 9
3.2.6 评价商品 9
3.2.7 更新管理员 9
3.2.8 更新商品 9
3.2.9 查看用户 9
3.2.10 处理订单 9
3.2.11 更新公告 9
3.2.12 更新评价 10
3.3 数据流图设计 10
3.3.1 系统上下文数据流图设计 10
3.3.2 系统0层数据流图设计 11
3.4 系统功能结构图 12
3.5 系统框架设计 13
3.5.1 基于MVC模式的Struts框架 13
3.5.2 用Hibernate进行数据封装 14
第4章 数据库分析与设计 15
4.1 数据库概念结构设计 15
4.2 数据库关系模式及E-R图 15
4.3 数据库详细设计 16
第5章 系统模块设计和实现 20
5.1 系统前台功能模块 20
5.1.1 网站首页 20
5.1.2 用户管理 21
5.1.3 商品列表 25
5.1.4 购物 29
5.1.5 用户评价 32
5.2 系统后台功能模块 34
5.2.1 系统后台登陆 34
5.2.2 管理员信息管理 35
5.2.3 商品信息管理 37
5.2.4 会员信息管理 39
5.2.5 订单管理 39
5.2.6 公告内容管理 40
5.2.7 评价信息管理 41
第6章 总结 43
第7章 致谢 44
参考文献 45

网上书店的设计与实现由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:房屋租赁管理信息系统设计与开发 下一篇:MVC架构的购物网站设计与实现
推荐论文 本专业最新论文
Tags:网上书店 设计 实现 2011-07-30 09:27:00【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有