基于JSP的网上商城系统设计与实现(下)(含源文件)
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
XX大学
毕业论文专业:
班级学号:
学生姓名:
指导教师:
二〇一二年六月
XX大学本科生毕业论文
基于JSP的网上商城系统设计与实现
——订单管理模块、货物管理模块及公告
信息管理模块
JSP based online shopping system design and Implementation
--Order management module, goods management module and bulletin of information management module
专业班级:
学生姓名:
指导教师:
学院:
2012 年6月
摘要
本文阐述了网上购物系统的开发与设计。设计采用现在比较流行的JSP网站开发技术,并考虑到网站所处理的数据的结构特点及所学到的知识,应用Microsoft SQL Server2005数据库系统作为网站的数据库。系统实现了网站的基本功能,包括客户的注册登录、浏览网站信息、信息查询、购物并填写订单以及管理员对于网站的维护与更新。在页面设计与制作中,对于页面的基本格式,使用出自HTML语言的框架,然后用Dreamweaver CS3及Eclipse在框架里面做详细的设计。
结合这次设计的意义对Internet在商业中的应用与发展做一下介绍;然后针对整个系统进行分析,其中包括可行性分析、需求分析、系统的业务流程分析、数据分析等;在此基础上确定网站的功能目标,将网站的功能逐次划分,并细分出子功能模块;接下来设计并实现各个模块,在每个模块都能完成其功能的结果下将其综合成一个完整的系统。
关键词:网上购物;JSP;HTML;Tomcat
ABSTRACT
This paper detaily describes how to develop an electronic commerce website. In the design, I used the JSP technology which is very popular during the website developer. Considered with the knowledge that I have learned and the structure of the date which the website deal with, I used Microsoft SQL server 2005 as the back database of the website. This website system has basic functions of a enterprise website.It can show us the information of the goods、news、customers that registered on the website and so on. It also can provides the function that some customers on the web can fill in bills when they want to buy the goods. The system realized the query function for products and the manage functions for the background of the system. During the process of designing the webpage, I make the main frame by HTML, and use Dreamweaver CS3and Eclipse to finish the detailed design.
First, I make a instruction for the application and development of Internet in commerce, then analyze the whole system which includes feasibility analyze, requirement analyze, operation flow analyze and date analyze. Then I make the function aim of this website base on the analyses above and divide the function up to several parts. I design every single part of the function particularly and finally integrate these sub-function modules to one complete system.
Key Words:Online Mart; JSP;HTML; Tomcat
目录
1 概述 (1)
1.1 网上商城的现状 (1)
1.2 系统实现的目的 (2)
1.3 系统实现的意义 (2)
1.4可行性分析 (2)
1.5 系统开发运行环境 (3)
2 网上商城系统开发相关技术 (4)
2.1 JSP介绍 (4)
2.2 Tomcat服务器 (5)
2.3 Microsoft SQL Server2005 (7)
2.4连接数据库与JavaScript (7)
2.5 系统模式选择 (8)
2.5.1 B/S模式概述 (8)
2.5.2 B/S的工作原理 (8)
2.5.3 B/S模式优点 (9)
3 系统总体设计分析 (10)
3.1需求分析 (10)
3.1.1业务需求分析 (10)
3.1.2用户需求分析 (10)
3.1.3功能需求分析 (10)
3.2 系统功能模块结构图 (11)
3.3 系统功能模块设计 (11)
3.4数据库设计 (12)
3.4.1 E-R图 (12)
3.4.2 基本表设计 (16)
3.5 系统流程 (19)
4 网上商城系统详细设计及实现 (21)
4.1 程序设计 (21)
4.2 系统页面的设计与实现 (21)
4.3 系统模块功能实现 (21)
4.3.1 管理员登录 (22)