(完整版)基于JSP的网上书店的设计与实现定稿毕业论文 联系客服

发布时间 : 星期三 文章(完整版)基于JSP的网上书店的设计与实现定稿毕业论文更新完毕开始阅读11c263b49f3143323968011ca300a6c30c22f1a7

摘要

随着Internet信息技术的高速发展,互联网已经成为人们进行交易的主要方式。在信息时代,能够建立一个省时简单的购物环境,对商家和买方都是不小的诱惑,因此建立一个功能强大、操作简单的电子商物网站,对企业的发展至关重要。

本文介绍了以网上书店为代表的商务电子的发展状况、技术背景,具体讲述了如何使用JSP建立了一个网上书店系统,网上书店的建立流程、数据库设计、功能模块的设计,以及每一个功能模块的代码实现方法。

系统使用MyEclipse作为前台开发工具;使用Microsoft SQL Server 2005作为后台数据库的管理工具;使用的开发工具包是JDK Version 1.6;使用Tomcat-6.0作为Web服务器。另外,本系统采用了JSP+Servlet+JavaBean(MVC)三层架构模式。

本系统采用BS架构。主要有两个参与者:客户和管理员。客户可以浏览图书信息,注册账号,修改密码,查询图书,购买图书,生成订单,对网站进行留言等。管理员可对图书进行增删改查等维护工作,查看用户留言,管理用户留言,发布网站公告等。

关键词: 网上书店 JSP MyEclipse

Abstract

With the rapid development of Internet information techology, the Internet way for people traded.In the information age,building a time-saving shopping environment,simple to businessmen and the buyer is quite a temptation,thus establishing a powerful,simple to operate of electronic business content sites,to enterprise's development is very important.

It is discussed in this paper the development, related technology of E-Commerce in short, and module design, module code concretely.

Systems use MyEclipse as a receptionist development tools;Using Microsoft SQL Server 2005 as backend database management tools.Using development kit is JDK Version 1.6;Using 6.0 as a Tomcat Web server. In addition, this system uses JSP+Servlet+JavaBean(MVC) three-layer structure mode.

The system uses the BS structure. There are two major participants:the customer and administrators.Customers can browse books information,registration number,modify own passwords,buy books,make orders,live message,etc.Administrators can increase,delete and update books such as maintenance,view the message,manage the message and publish site news,etc.

Keywords:Online Bookstore JSP MyEclipse

目录

第一章 绪论 ............................................................................................................................

1.1 项目背景..................................................................................................................

1.2 现实价值..................................................................................................................

1.3 开发工具..................................................................................................................

1.4 实用技术..................................................................................................................

1.5 小结 ..........................................................................................................................

第二章 需求分析....................................................................................................................

2.1 系统的功能分析 .....................................................................................................

2.2 系统的用例描述 .....................................................................................................

2.3 小结 ..........................................................................................................................

第三章 概要设计....................................................................................................................

3.1 系统总体结构设计 .................................................................................................

3.2 系统模块划分 .........................................................................................................

3.3 小结 ..........................................................................................................................

第四章 数据库设计 ...............................................................................................................

4.1 结构设计..................................................................................................................

4.1.1 概念结构设计 .............................................................................................

4.1.2 逻辑结构设计 .............................................................................................