1 / 31
文档名称:

毕业设计(论文)-基于JAVA的在线购物系统.doc

格式:doc   页数:31页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-基于JAVA的在线购物系统.doc

上传人:3346389411 2014/1/14 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-基于JAVA的在线购物系统.doc

文档介绍

文档介绍:资料
基于JAVA的在线购物系统
摘要
电子商务(merce)是互联网上出现的新概念。它是利用计算机技术、网络技术和远程通信技术,实现整个商务(买卖)过程中的电子化、数字化和网络化。随着它的广泛使用,给人们带来了便利,并逐渐改变了人们的生活方式.
国内在线购物网站多数是用ASP,PHP技术实现的,而基于JSP的优秀网站较少。本系统——网上图书超市采用JSP+JavaBean+ SQL Server数据库三层模式设计并实现。本论文详细地阐述了系统的需求分析、系统总体架构、详细设计以及模块的实现过程,主要实现了以下模块功能:会员注册、登录/注销;用户管理;浏览图书详细信息;图书搜索;图书管理;购物车;订单;订单管理等。
关键词: JSP;SQL Server;JavaBean;在线购物
Design and Implementation of online shopping system based on Java
Abstract
mence over is a new concept. To realize electronic, digital merce, computer technology, network technology and munications are used. With its widely used, it brings people with a lot of convenience, and is changing the way of people’s life.
Most domestic online shopping websites are implemented with ASP, PHP, and few are based on JSP. This system——web-based bookstore is implemented with JSP, JavaBean, and SQL Server database in three-tier model. In the paper, requirements analysis, general framework, detailed design and realization of each module are introduced. These modules includes member registration, login in/login out, user management, browsing books detailed information, searching book, library management, the shopping car, orders and orders management etc.
Key words: JSP;SQL Server;JavaBean; Online Shopping
目录
论文总页数:29页
1 引言 1
课题背景 1
国内外研究现状 1
本课题的研究方法 2
2 关于JSP 2
JSP简介 2
JSP的运行原理 2
JSP页面的组成 3
JSP的运行环境 3
JavaBean技术介绍 4
3 需求分析 4
系统说明 4
系统功能简介 4
4 系统设计 5
功能模块 5
系统设计思想 6
系统总体流程 6
网站架设 7
7
7
数据库设计 7
5 系统实现 9
编写JavaBean 9
10
10
10
网站前台主要功能模块实现 11
11
11
13
13
14
15
19
20
20
网站后台主要功能模块设计 21
21
21
23
24
25
25
6 系统测试 25
测试