摘要与目录 基于软件工程技术的图书电子商务网站设计与实现.doc

上传人:温桑 文档编号:67373256 上传时间:2022-12-24 格式:DOC 页数:4 大小:45KB
返回 下载 相关 举报
摘要与目录 基于软件工程技术的图书电子商务网站设计与实现.doc_第1页
第1页 / 共4页
摘要与目录 基于软件工程技术的图书电子商务网站设计与实现.doc_第2页
第2页 / 共4页
点击查看更多>>
资源描述

《摘要与目录 基于软件工程技术的图书电子商务网站设计与实现.doc》由会员分享,可在线阅读,更多相关《摘要与目录 基于软件工程技术的图书电子商务网站设计与实现.doc(4页珍藏版)》请在得力文库 - 分享文档赚钱的网站上搜索。

1、摘要随着图书产业的快速发展,图书产品无论是从外部特点,还是从各类样式,或是从图书内容上来看,实体书店或是以其它方式来进行销售图书的发行商都无法用很大的空间来展示所有的图书。而网上书店却存在着图书价格优惠等特点,读者也是非常愿意在网上进行购买图书,所以图书电子商务网站在互联网上应运而生。本课题来自经纬图书销售有限公司,采取电子商务形式销售图书的目的在于:利用Internet进行网络销售,有利于降低成本,提高利润率;有利于满足购书客户的需求;有利于通过网络对产品品牌进行宣传;有利于提升管理水平,提高工作效率。这是经纬图书销售有限公司开发电子商务网站的出发点,也是本项目开发的来源。本文从软件工程和电

2、子商务的基础理论出发,介绍了系统开发所需要用到的技术,对图书电子商务网站进行了系统规划和系统分析,并设计图书信息管理、购物车管理、会员管理、订单处理等关键模块,利用JSP语言工具进行了系统实现,进一步对测试与维护、发布、宣传与推广进行详细分析与阐述。 本课题是B/S (Browser/Server)即浏览器和服务器结构的软件项目,采用了MVC(Model View Controller)模式进行设计。其中,Model层实现系统中的业务逻辑,用JavaBean(实体类)来实现;View层用于与用户的交互,用JSP来实现;Controller层是Model与View之间沟通的桥梁,它可以分派用户的

3、请求并选择恰当的视图以用于显示,同时它也可以解释用户的输入并将它们映射为模型层可执行的操作,用Struts来实现。关键词:软件工程,电子商务,图书销售,网站设计,代码实现ABSTRACTWith the rapid development of industry of books, book products either from the external features, or from a variety of styles, or from the book content point of view, the entity bookstore or in any other way

4、 to sell books publishers have not much space to display all the books. Online bookstore has the features such as price concessions, the reader is also very willing to purchase books online, so book e-commerce sites on the Internet emerge as the times require.The subject comes from book sales Ltd.,

5、the adoption of e-commerce sales book aims to : the use of Internet network sales, is beneficial to reduce cost, improve profit margins; to meet customer demand for books; through the network to the product brand publicity; to enhance the management level, improve work efficiency. This is the book s

6、ales limited development electronic commerce website starting point, is also the source of project development.This article from the software engineering and electronic commerce on the basis of the theory, introduced the system development the need to use the technology, the library website of elect

7、ronic business affairs undertook the system planning and system analysis, and the design of library information management, shopping cart management, member management, order processing and other key module, using JSP language tools for the system, further testing and maintenance, publication, publi

8、city and promotion for detailed analysis and exposition.This topic is B/S (Browser/Server) that the browser and server structure software project, using the MVC (Model View Controller) pattern design. Among them, Model layer implements system of business logic, JavaBeans (entity classes) to achieve;

9、 View layer for interaction with the user, to achieve with the JSP; Controller layer is a bridge of communication between Model and View, it can be assigned to a user request and choose the appropriate view for display, and it can also explain user input and mapping them to model layer can perform t

10、he operation, using Struts to achieve.Keywords: software engineering,electronic commerce,book sales,website design,code目录第1章 引言 11.1 研究背景 11.2 课题来源及研究意义11.3 项目研发涉及的相关技术与设计方法21.3.1系统开发的相关技术 21.3.2 开发工具及环境31.3.3 UML在面向对象设计与分析的运用 41.3.4 JSP技术简介以及选择JSP语言工具的原因 41.3.5 MyEclipse 6.5简介 61.3.6 Dreamweaver CS

11、3简介 61.3.7 SQL简介 61.3.8 网站对硬件和软件的需求 71.4 论文内容 7第2章 软件工程与电子商务基本理论92.1软件工程定义 92.2 软件工程的目标 92.3 软件生命周期102.4 软件过程模型122.5 计算机辅助软件工程162.6 电子商务概念172.7 电子商务的模式172.8 电子商务的服务功能182.9 电子商务的应用特征20第3章 图书销售网站系统分析与设计 223.1 需求分析223.1.1 图书信息管理需求分析223.1.2 购物车管理223.1.3 会员管理223.1.4 订单处理223.2 目标分析223.3 功能分析233.3.1 图书电子商务

12、网站前台实现的功能233.3.2 图书电子商务网站后台管理实现的功能243.4 业务流程253.5 系统流程图263.6 数据库设计263.6.1 数据信息组成263.6.2 数据流程E-R图273.6.3 数据库详细设计283.6.4数据库表结构设计 293.6.5数据描述313.6.6数据库关联33第4章 图书电子商务网站系统主要模块与功能实现354.1数据库连接354.1.1 数据表设计354.2 注册会员模块的功能实现364.3 图书入库管理模块功能的实现494.4 图书出库管理模块功能的实现564.5 购物车功能的实现584.6 图书查询管理模块功能的实现694.7 图书信息管理管理模块的实现85第5章 网站测试915.1 网站测试915.2 系统界面展示915.3 后台管理93第6章 结论96致谢97参考文献98

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 技术资料 > 工程图纸

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知得利文库网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号-8 |  经营许可证:黑B2-20190332号 |   黑公网安备:91230400333293403D

© 2020-2023 www.deliwenku.com 得利文库. All Rights Reserved 黑龙江转换宝科技有限公司 

黑龙江省互联网违法和不良信息举报
举报电话:0468-3380021 邮箱:hgswwxb@163.com