基于mvc技术框架的网上书店设计与实现.doc
约34页DOC格式手机打开展开
基于mvc技术框架的网上书店设计与实现,基于mvc技术框架的网上书店设计与实现页数 34字数 12733摘 要internet是目前世界上最大的计算机互联网络,它遍布全球,将世界各地各种规模的网络连接成一个整体。作为internet上一种先进的,易于被人们所接受的信息检索手段,world wide web(简称www)的发展十分迅速,成为目前世界上最大的信息...
内容介绍
此文档由会员 张阳阳 发布
基于MVC技术框架的网上书店设计与实现
页数 34 字数 12733
摘 要
Internet是目前世界上最大的计算机互联网络,它遍布全球,将世界各地各种规模的网络连接成一个整体。作为Internet上一种先进的,易于被人们所接受的信息检索手段,World Wide Web(简称WWW)的发展十分迅速,成为目前世界上最大的信息资源宝库。网上书店系统是目前Internet上广泛使用的在线系统之一,作为一个虚拟的商店,网上书店具有很多新的特性是传统书店所没有的。本文是根据网上书店的设计实践写成的。
文中主要研究了基于MVC技术框架的网上书店的系统需求、系统总体结构设计、系统功能模块设计、系统打包和部署等一系列工作,建立了用户管理、销售管理、系统管理员在线管理等模型,实现了电子商务模式的网上书店销售功能,解决了传统书店成本高,管理难,效率低的问题。系统设计采用了面向对象的软件开发方法,并使用了UML图形来建立开发过程中的各种数据模型。文章着重讨论了用JSP/Servlet+Weblogic+MySQL作为开发/运行环境的优越性,并借助UML图形说明了系统设计的实现方法。
关键词:电子商务,网上书店,MVC,UML
ABSTRACT
Internet is world the biggest computer internet in the present world, it proliferates the whole world, connects the world’s each place each kind of scale network to a whole one. On achievement the Internet one kind of advanced information retrieval method which is accepted easily by the people, World Wide Web (shorted called WWW) develops extremely rapidly, becomes the biggest information resource treasure house in the present world. The network bookstore system is one of present Internet widespread used on-line systems. Taken a hypothesized store, the network bookstore has many new characteristics that the traditional bookstore doesn’t hava. This article is written on according to the net bookstore's design practice.
In the article it has mainly studied based on the MVC technology frame net bookstore's system demand, the outline design, the system function module design, the system pack and the deployment and so on a series of work, established user management, sales management, system manager online management and so on models, realized about the electronic commerce pattern network bookstore’s sales function, solved the traditional bookstore cost to be high, difficult to manage, low efficiency question. The system design has used the object-oriented software developing method, and used the UML graph to establish each kind of data model in the process of development. The article has discussed emphatically JSP/Servlet + Weblogic + MySQL superiority, which takes the development/movement environment, and drew the UML graph to show the system design realization method.
KEY WORDS:Electronic Commerce,Network bookstore,MVC,UML
目 录
前 言 1
第1章 系统需求分析 2
1.1 用例分析 2
1.1.1各角色的用例分析图 2
1.1.2用户管理模块用例分析 2
1.1.3销售管理模块用例分析 3
1.1.4图书管理模块的用例分析 4
1.2 业务/机构分析 5
1.3业务流程 6
1.4实体-关系分析 6
1.5 实体属性分析 8
第2章 系统总体设计 9
2.1系统总体结构 9
2.2系统架构选择 9
2.3 设计模式的选择 10
2.4技术路线选择 12
2.4.1建摸工具的选择 12
2.4.2网页设计工具的选择 12
2.4.3调试工具的选择 12
2.4.4 应用服务器的选择 13
2.4.5 数据模型工具的选择 13
2.4.6数据库服务器的选择 13
第3章 系统功能模块设计 14
3.1业务逻辑设计 14
3.2 数据存储设计 15
3.2.1 数据表的设计 16
3.2.2 数据表关联关系设计 19
3.2.3数据库的连接方式 20
3.3 界面设计 21
第4章 系统实现 23
4.1系统文件功能说明 23
4.2主要类和接口的说明 24
4.3主要系统界面的设计 25
第5章 调试和部署 27
结束语 29
致 谢 30
参考文献 31
参考文献
1. 冯燕奎 赵德奎等主编,《JSP实用案例教程》, 清华大学出版社,2004年5月第一版。
2. Ian Sommerville著 程一剑 陈霞等译,《软件工程》,机械工业出版社 中信出版社,2005年3月第一版。
4. 卫红春主编,《信息系统分析与设计》,西安电子科技大学出版社,2003年5月第一版。
5. 肖刚主编,《网上商店程序设计》,电子工业出版社,2001年1月第1版
页数 34 字数 12733
摘 要
Internet是目前世界上最大的计算机互联网络,它遍布全球,将世界各地各种规模的网络连接成一个整体。作为Internet上一种先进的,易于被人们所接受的信息检索手段,World Wide Web(简称WWW)的发展十分迅速,成为目前世界上最大的信息资源宝库。网上书店系统是目前Internet上广泛使用的在线系统之一,作为一个虚拟的商店,网上书店具有很多新的特性是传统书店所没有的。本文是根据网上书店的设计实践写成的。
文中主要研究了基于MVC技术框架的网上书店的系统需求、系统总体结构设计、系统功能模块设计、系统打包和部署等一系列工作,建立了用户管理、销售管理、系统管理员在线管理等模型,实现了电子商务模式的网上书店销售功能,解决了传统书店成本高,管理难,效率低的问题。系统设计采用了面向对象的软件开发方法,并使用了UML图形来建立开发过程中的各种数据模型。文章着重讨论了用JSP/Servlet+Weblogic+MySQL作为开发/运行环境的优越性,并借助UML图形说明了系统设计的实现方法。
关键词:电子商务,网上书店,MVC,UML
ABSTRACT
Internet is world the biggest computer internet in the present world, it proliferates the whole world, connects the world’s each place each kind of scale network to a whole one. On achievement the Internet one kind of advanced information retrieval method which is accepted easily by the people, World Wide Web (shorted called WWW) develops extremely rapidly, becomes the biggest information resource treasure house in the present world. The network bookstore system is one of present Internet widespread used on-line systems. Taken a hypothesized store, the network bookstore has many new characteristics that the traditional bookstore doesn’t hava. This article is written on according to the net bookstore's design practice.
In the article it has mainly studied based on the MVC technology frame net bookstore's system demand, the outline design, the system function module design, the system pack and the deployment and so on a series of work, established user management, sales management, system manager online management and so on models, realized about the electronic commerce pattern network bookstore’s sales function, solved the traditional bookstore cost to be high, difficult to manage, low efficiency question. The system design has used the object-oriented software developing method, and used the UML graph to establish each kind of data model in the process of development. The article has discussed emphatically JSP/Servlet + Weblogic + MySQL superiority, which takes the development/movement environment, and drew the UML graph to show the system design realization method.
KEY WORDS:Electronic Commerce,Network bookstore,MVC,UML
目 录
前 言 1
第1章 系统需求分析 2
1.1 用例分析 2
1.1.1各角色的用例分析图 2
1.1.2用户管理模块用例分析 2
1.1.3销售管理模块用例分析 3
1.1.4图书管理模块的用例分析 4
1.2 业务/机构分析 5
1.3业务流程 6
1.4实体-关系分析 6
1.5 实体属性分析 8
第2章 系统总体设计 9
2.1系统总体结构 9
2.2系统架构选择 9
2.3 设计模式的选择 10
2.4技术路线选择 12
2.4.1建摸工具的选择 12
2.4.2网页设计工具的选择 12
2.4.3调试工具的选择 12
2.4.4 应用服务器的选择 13
2.4.5 数据模型工具的选择 13
2.4.6数据库服务器的选择 13
第3章 系统功能模块设计 14
3.1业务逻辑设计 14
3.2 数据存储设计 15
3.2.1 数据表的设计 16
3.2.2 数据表关联关系设计 19
3.2.3数据库的连接方式 20
3.3 界面设计 21
第4章 系统实现 23
4.1系统文件功能说明 23
4.2主要类和接口的说明 24
4.3主要系统界面的设计 25
第5章 调试和部署 27
结束语 29
致 谢 30
参考文献 31
参考文献
1. 冯燕奎 赵德奎等主编,《JSP实用案例教程》, 清华大学出版社,2004年5月第一版。
2. Ian Sommerville著 程一剑 陈霞等译,《软件工程》,机械工业出版社 中信出版社,2005年3月第一版。
4. 卫红春主编,《信息系统分析与设计》,西安电子科技大学出版社,2003年5月第一版。
5. 肖刚主编,《网上商店程序设计》,电子工业出版社,2001年1月第1版