alk - -网上图书销售系统

2020-04-14 06:45

编号:

昆明理工大学

本科生毕业论文(设计)

题 目:网上图书销售系统

院 系:

专 业:计算机科学与技术指导教师: 学 号: 学生姓名:

完成时间:2004

年6月10日

1

网上图书销售系统

作者 指导老师

摘 要

本文所要介绍的网上图书销售系统是当前流行的网上商店的一种形式,它也是电子商务的一个缩影。当前的网上图书销售系统不少,但是采用J2EE架构开发的还是寥若晨星。通过该系统的开发研究,不仅可以学到如何使用J2EE架构来开发一个比较完善的网上图书销售系统,还可以由此扩展思路,开发出其它形式的服务于电子商务的应用系统。

J2EE是使用Java技术开发企业级应用的一种事实上的工业标准(Sun公司出于其自身利益的考虑,至今没有将Java及其相关技术纳入标准化组织的体系),它是Java技术不断适应和促进企业级应用过程中的产物,它使中间件的编写更加容易、可扩展性更强。在利用J2EE技术实现网上图书销售系统的过程中,本文主要做了以下工作:

1、系统的需求分析; 2、系统建模; 3、数据库设计;

4、讨论如何将EJB、互联网程序、应用程序结合应用; 5、编写应用系统; 6、部署应用系统。

关键词

网上图书销售系统、 电子商务、 建模、 部署

2

Abstract

A kind of form of the store on this text a net for wanting introductive net ascending books sale system is front spreading, it is also an electronic commerce of a miniatures.On the current net the books sale system is not a few, but adoption J2EE structure development of or rare as morning stars.The development that pass that system studies, can not only learn how to use the structure of J2EE to develop a perfect net top books sale system, can but also expand the way of thinking from here, developping a service of other form in the applied system of the electronic commerce.

J2EE is plait that industry to uses the Java technique development business enterprise class applied a kind of in fact standard( the company of Sun comes from the consideration of its self interest, diding not bring into Java and its related techniques to standardize the built-up system up to now), it is the technique of Java to adapt to continuously with promote the business enterprise class application outcome in the process, it make the middle piece write more easily, can expand the sex stronger.In made use of the technique of J2EE realize net top books sold system of process, this text did primarily below work:

1、The need analysis of the system; 2、The system sets up the mold; 3、Database design;

4、How discussion is the EJB, Internet procedure, apply the procedure combination the application;

5、The plait writes the applied system; 7、Deployment application system.

Key words

BSS、 Electronic commerce、 Deployment、 Molding

3

目 录

摘 要 ......................................................................................................................................................... 2 Abstract ...................................................................................................................................................... 3 正 文 ......................................................................................................................................................... 7 一、引言 ..................................................................................................................................................... 7 二、J2EE技术介绍 .................................................................................................................................... 8

1、Java介绍 ....................................................................................................................................... 8

1.1 Java Servlet ........................................................................................................ 9

2、JSP ................................................................................................................................................. 9 3、Web容器/Servlet容器/JSP容器 ............................................................................................. 10 4、Tomcat介绍 ................................................................................................................................. 11

4.1 什么是Tomcat ..................................................................................................... 11 4.2 Tomcat下载 ......................................................................................................... 11 4.3 Tomcat和JServ的区别 ..................................................................................... 11

三、系统需求分析 ................................................................................................................................... 11

1、简介 ............................................................................................................................................. 11

1.1 目的 ........................................................................................................................ 11 1.2范围 ......................................................................................................................... 11 1.3定义、首字母缩写和缩写语 ................................................................................. 11 1.4参考文献 ................................................................................................................. 11

2、整体说明 ..................................................................................................................................... 12

2.1 图书浏览模块 ........................................................................................................ 12 2.2 图书管理模块 ........................................................................................................ 12 2.3 购物车模块 ............................................................................................................ 12 2.4 订单管理模块 ........................................................................................................ 12 2.5 顾客反馈信息模块 ................................................................................................ 12 2.6 顾客反馈信息管理模块 ........................................................................................ 12 2.7 特价图书信息管理模块 ........................................................................................ 12 2.8 特价图书信息显示模块 ........................................................................................ 12 2.9 顾客的注册、登录模块 ........................................................................................ 13 2.10 信息管理的登录模块 .......................................................................................... 13 2.11 用户管理模块 ...................................................................................................... 13 2.12 新闻显示模块 ...................................................................................................... 13 2.13 新闻管理模块 ...................................................................................................... 13 2.14 论坛 ...................................................................................................................... 13

3、具体需求 ..................................................................................................................................... 13

3.1 功能 ...................................................................................................................... 13 3.2 可用性 .................................................................................................................. 14

4

3.3 可靠性 .................................................................................................................. 14 3.4 性能 ...................................................................................................................... 14 3.5 可支持性 .............................................................................................................. 14 3.6 设计约束 .............................................................................................................. 14 3.7 联机用户文档和帮助系统需求 .......................................................................... 14 3.8 购买的构件 .......................................................................................................... 14 3.9 接口 ...................................................................................................................... 14

四、系统建模 ........................................................................................................................................... 15

1、顾客用例图 ................................................................................................................................. 15 2、信息管理员用例图 ...................................................................................................................... 15 3、图书浏览模块的活动图 .............................................................................................................. 16 4、图书管理模块的活动图 .............................................................................................................. 16 5、购物车模块的活动图 .................................................................................................................. 17 6、订单管理模块的活动图 .............................................................................................................. 17 7、顾客反馈信息模块的活动图 ...................................................................................................... 18 8、顾客反馈信息管理模块的活动图 .............................................................................................. 19 9、特价图书信息管理模块的活动图 .............................................................................................. 19 10、特价图书信息显示模块的活动图 ............................................................................................ 20 11、顾客的注册、登录模块的活动图 ............................................................................................ 20 12、信息管理的登录模块的活动图 ................................................................................................ 21 13、用户管理模块的活动图 ............................................................................................................ 21 14、新闻浏览模块............................................................................................................................ 22 15、新闻管理模块............................................................................................................................ 22 16、论坛模块 ................................................................................................................................... 23 17、系统流程图 ............................................................................................................................... 23 五、数据库设计 ....................................................................................................................................... 24

1、数据字典 ..................................................................................................................................... 24

(1)顾客数据表(customer) .......................................................................................... 24 (2)用户数据表(userTable) ........................................................................................ 25 (3)图书种类数据表(category) .................................................................................. 25 (4)图书数据表(books) ................................................................................................ 25 (5)订单数据表(orders) .............................................................................................. 26 (6)顾客反馈信息数据表(orders) .............................................................................. 26 (7)系统信息数据表(System) ...................................................................................... 27 (8)论坛数据表1(Guest) ............................................................................................. 28 (9)论坛数据表2(GuestInfo) ..................................................................................... 28 (10)新闻数据表1(news) ............................................................................................. 28 (11)新闻数据表2(newsclass) ................................................................................... 29

2、数据库模型 ................................................................................................................................. 30

5


alk - -网上图书销售系统.doc 将本文的Word文档下载到电脑 下载失败或者文档不完整,请联系客服人员解决!

下一篇:1906年至1985年岳池中学教育的创立和演变

相关阅读
本类排行
× 注册会员免费下载(下载后可以自由复制和排版)

马上注册会员

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: