{$cfg_webname}
主页 > 计算机 > Javaweb >

旖轩阁网上书城(书店)的设计与实现(JSP+MySQL)

来源:56doc.com  资料编号:5D3681 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D3681
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

摘  要
随着网络技术的迅猛发展,信息处理与传递已突破时空与地域的界限,网络化和经济全球化成为世界的潮流,在经济全球化和信息处理网络化的背景下,网上的电子商务活动必将成为一种全新的商务交易模式。经过电子商务在我国的几年发展,人们已经渐渐习惯了一种新的购物方式——网上购物。网上购物又具有商家和消费者互动的明显特征,在这种交易的环境下,消费者的需求是多变的,而电子商务就是可以让消费者个性化需求得到最大程度的满足。网上购书也在这个大潮之下悄然兴起了,实践充分的证明,网上购书已不仅仅是极个别的个人行为了,在几年后的将来它必将成为一种新的购书潮流。
    本论文主要介绍了网上书城的开发背景、分析、设计和实现等过程。首先,以现有的电子商务理论、成熟的网上书城理念以及相关销售知识作为开发网站的主要依据。根据目前国内已经成熟的网上书城为模板,主要将本网站设计定位于帮助经营实物书店的商家扩大市场、提升知名度、拓宽消费群体以及增加销售手段等。网站主要是基于图书销售的实在商家为背景开发的,最终有效的实现网上图书购买与销售。
因此,根据网上书城具体运营环境的需要以及B2C电子商务的主要运营模式,本论文将网上购书的业务流程及特点、用户的需求进行详细设计和模块划分,对数据库的物理结构进行了合理的设计,并利用了目前流行的WEB开发技术-JSP为主体编程语言。基本功能主要包括会员注册、会员登录、新图书展示、图书检索、二手图书论坛、远程购买、远程交易。网站的相关数据是依赖后台MYSQL 数据库做有效的存储。最终呈现给商家的是一个完美的销售平台,提供给用户方便快捷的现代购书方式。

关键词:网上书城,购物车,电子商务,JSP编程技术
 
Design and Implementation of Yi Xuan ge Online Bookstore
Abstract
With the rapid development of network technology, Information processing and transmission has broken through time and geographical boundaries, networking and economic globalization to become the world trend in economic globalization and information-processing network as a background, the online e-commerce activity will become a new business Transactions After years, which e-commerce is developing in China, gradually, people have become accustomed to a new way to shop - online shopping Shopping on line own merchants and consumers interaction to the obvious characteristics, the transactions, which is in the environment, the consumer’s demand is changing varied in this case e-commerce is to allow consumers personalized demands in the greatest degree of satisfaction Purchasing books online is rising quietly under the trend, the practice of full proof of purchase books online has more than a few individual acts, in a few years after the future it will become a new trend of the acquisition
Mainly, this paper introduced the development of the Internet Bookstore of background, analysis, design and realization Firstly, the existing e-commerce theory, the mature online Bookstore sales and the related concept of knowledge as the main basis for the development site On the basis of the current, which is the domestic mature Internet Bookstore, as a template, primarily, this site will be designed targeted at helping merchants to expand the market, letting their Internet Bookstores more famous, broaden consumer groups, increasing sales and other means
Thus, according to the Internet Bookstore specific operating environment and the needs of the major B2C e-commerce business model, this paper will divide the purchase books online business processes, characteristics of the user's needs in detail and then to separate the design of modules, the physical structure of the database was reasonable design and use of the current epidemic of WEB development technology - JSP as the main programming language Basic functions, which is including Register, Login, the new book display, the book searching , second-hand book forum, the purchase of long-range and long-distance transactions The date of network station is stored effective, which dependent on MYSQL database storage Finally, presented to the business is a perfect marketing platform, provide to the user convenience the modern methods of shopping books

Key words: Bookshop Online, Shopping Cart, Electronic Commerce, JSP programming language

本文设计的网上书城是体现B2C和C2C的重要意义,针对于各自环节的业务特点,本系统在设计时实现了以下功能:
(1)会员管理:包括会员注册,会员登录。
(2)身份权限的验证:在登录时候根据身份的不同进入不同的界面。
(3)会员发布二手书:在会员登录后能够发布自己的二手书,并且能够修改和删除自己发布的书。
(4)网上推荐图书:管理员能够对新书和旧书进行推荐处理,推荐的书显示在主页推荐栏中。
(5)图书搜索引擎:根据新书或者二手书的相关信息进行图书的搜索,如果能够搜索到就显示图书信息。在选择新书和二手书时要知道相关的信息。
(6)购物车:能够对需要购买的图书进行操作,将图书的书名和价格还有自己要买的数量添加到购物车里面,还能够删除不想购买的图书。确认购物车的信息就购买成功了所要的图书。
(7)订单管理:管理员对会员提交的订单进行发货处理(只限新书)。如果会员选择了一本二手书的话,是通过电话或email联系发布者,通过线下进行交易。
通过本网上书城能够让会员对所需要的新书进行购买,也能够将自己不需要的书进行出售。让使用该书城的人深刻体会到电子商务B2C和C2C的实际意义。

本系统的开发环境:
    Web服务器:TomCat 6.0
    开发语言:JSP
    实现语言:Java
    开发工具:Myeclpise 3.2
    数据库:MYSQL 5.0
    服务器系统:Microsoft Windows XP Professional
 

旖轩阁网上书城(书店)的设计与实现(JSP+MySQL)
旖轩阁网上书城(书店)的设计与实现(JSP+MySQL)
旖轩阁网上书城(书店)的设计与实现(JSP+MySQL)
旖轩阁网上书城(书店)的设计与实现(JSP+MySQL)
旖轩阁网上书城(书店)的设计与实现(JSP+MySQL)
旖轩阁网上书城(书店)的设计与实现(JSP+MySQL)
旖轩阁网上书城(书店)的设计与实现(JSP+MySQL)


目  录    16000字
任务书Ⅰ
摘  要Ⅱ
ABSTRACTIII
第1章 绪 论1
11 全球网上商城发展现状1
12 方法2
13 实施意义2
14 预计实现功能3
第2章 关键技术4
21 技术方法4
211开发方法4
212开发过程4
22 JSP技术5
221 JSP5
   222 JSP配置过程6
第3章 需求分析7
31 业务流程7
311总体流程7
312 会员管理9
313 会员发布二书10
314 推荐图书10
315 图书搜索引擎11
316 购物车11
317 新书管理11
 32数据流程12
 33 数据字典15
第4章 系统设计19
41系统设计与功能模块19
411 系统设计19
412 功能模块20
42 系统界面与目录结构20
421 系统界面20
422 目录结构21
43数据库21
431设计原理21
432概念设计21
433逻辑设计22
44 JSP脚本与Bean组件25
441 会员注册与登录25
442 商品展示与搜索引擎27
443 购物车29
444 新书及推荐图书管理30
445 二手书管理31
第5章 系统实现33
51 JavaBean组件33
52 技术实现33
521 会员注册登陆33
522 图书搜索功能35
523 新书和推荐图书管理36
524 二手书管理38
525 购物车39
526 订单管理40
第6章 结 论42
参考文献44
致 谢45

推荐资料