鍩轰簬JSP鐨勭綉涓婅喘鐗╃郴缁熺殑璁捐涓庡疄鐜版瘯涓氳璁¤鏂?- 鐧惧害鏂囧簱 联系客服

发布时间 : 星期日 文章鍩轰簬JSP鐨勭綉涓婅喘鐗╃郴缁熺殑璁捐涓庡疄鐜版瘯涓氳璁¤鏂?- 鐧惧害鏂囧簱更新完毕开始阅读3f3f54a5f605cc1755270722192e453611665b19

毕业论文

基于JSP的网上购物系统的设计与实现

摘 要

本网上购物系统是一个基于Internet,采用B2C(Business to Consumers)模式,并根据现有的网上购物系统的现状而设计开发的电子商务平台。它不但可以扩大商家的规模和市场影响力,而且可以减少企业的经营成本,提高工作效率。

本文首先介绍了网上购物系统的现状及开发背景,然后论述了系统的设计目标,系统需求和总体设计方案,较详细的论述了系统的详细设计和实现。最后,本文对网上购物系统进行了系统检测并提出了还需要改进的问题。 本毕业设计的内容是设计并且实现一个基于JSP技术的网上购物系统,主要使用了Struts+Spring+Hibernate等多种框架的结合使用,用MyEclipse作为开发工具,以MySQL作为数据库,以Macromedia公司的Dreamweaver作为界面美化工具,使用Java语言开发,页面采取JSP动态页面开发技术。该系统界面简单、操作方便,容易维护。

关键词:MyEclipse;MySQL;JSP;Dreamweaver

I

Abstract

The shop online system is an electronic commercial platform which has been designed according to the situation of shop online system based on Internet with B2C mode. It can not only enhance the scale of shopping centre and market influence, and can also reduce the enterprise’s running cost, improve work efficiency.

The thesis has firstly introduced the practical situation and the developing background of the system. And then has described the designing goal、system need and the whole designing plan, has described the detailed design and reality of the system in detail. Finally, conclusion has been drawn about the system and problem has also been raised.

The content of graduation design is to design and implement an online shopping system based on JSP technology, mainly using Struts+Spring+Hibernate and other frame used in combination, using MyEclipse as a development tool, using MySQL as the database, with Macromedia's Dreamweaver as the interface landscaping tools, the use of Java language , development page JSP, adopt dynamic page technology. This system interface is simple, convenient operation, easy maintenance.

【Key Words】MyEclipse; MySQL; JSP; Dreamweaver

II

目 录

第1章 绪 论 ............................................................................................................................. 1

1.1 网上购物系统的发展历程与现状 ................................ 1 1.2 系统实现的目标 .............................................. 2 1.3 系统的开发意义 .............................................. 2 第2章 系统相关技术基础 ............................................. 3

2.1 MyEclipse ................................................ 3 2.2数据库简介 ................................................... 4 2.3 Tomcat ...................................................... 5 2.4 系统开发技术与MVC模式以及基本框架 .......................... 5 2.5 B/S体系结构 ................................................. 6 第3章 系统需求分析 ................................................. 8

3.1系统的开发目标 ............................................... 8 3.2网站的可行性分析 ............................................. 8 3.3系统的功能分析 ............................................... 9 第4章 系统概要设计 ................................................. 9

4.1系统功能模块设计 ............................................. 9 4.2数据库设计 .................................................. 14

4.2.1数据库需求分析 ........................................ 14 4.2.2数据库结构设计 ........................................ 14

第5章 系统详细设计 ................................................ 17

5.1系统功能实现的主要架构 ...................................... 17 5.2系统各功能模块的实现 ........................................ 17

5.2.1用户登录模块的实现 .................................... 17 5.2.2购物车模块的实现 ...................................... 19 5.2.3后台管理模块的实现 .................................... 21

第6章 系统测试 .................................................... 24

6.1系统测试的目的 .............................................. 24 6.2系统测试的方法 .............................................. 25 6.3系统测试环境 ................................................ 25 6.4本系统测试 .................................................. 26 第7章 结论 ........................................................ 29 参考文献 ........................................................... 31

III