摘 要
随着洋酒与中国市场的相互适应以及电子商务和网上商店的普及,洋酒类商品的网上展示与订购逐渐成为主流,如今洋酒不仅仅是贵族身份的象征,也渐渐进入了寻常百姓家。网上商店的技术实现同时也成为了一个比较常见的课题。本文就网上商店的实现做了一些研究。
此设计主要采用JSP开发技术和mysql数据库技术来开发,根据实际需求构建了基于SSH(Struts+Spring+Hibernate)整合框架的电子商务系统,深入了解了轻量级Java EE应用体系结构。最后实现了一个网上购物系统,该系统分为前台和后台,前台主要功能包括普通会员用户的注册和登录、商品浏览、个人信息管理、购物车、查看订单,后台主要功能包括系统管理员信息管理、用户信息管理、商品管理、商品一级二级分类管理、订单管理。本文详细阐述了整个销售系统的设计思路,并对各部分设计进行了详尽的分析,最终形成了一个完整的设计方案。
关键词 洋酒销售 ; SSH;Java EE;框架;JSP
Wine Sales System
Abstract
With the mutual adaptation of wine and the Chinese market and the popularity of e-commerce and online stores, wine online display and ordering gradually become the mainstream, and now the wine is not only a symbol of aristocratic identity, but also gradually into the homes of ordinary people. Online store technology to achieve at the same time has become a more common subject. This article has done some research on the realization of online store.
This design mainly uses JSP development technology and mysql database technology to develop, according to the actual needs of SSH (Struts + Spring + Hibernate) based on the integration of e-commerce system, in-depth understanding of the lightweight Java EE application architecture. Finally, an online shopping system is realized. The system is divided into front desk and backstage. The main functions of the front desk include the registration and login of ordinary member users, commodity browsing, personal information management, shopping cart, view order, background main functions including system administrator information management , User information management, commodity management, commodity level two classification management, order management. This article elaborated the design idea of the whole sales system, and carried on the detailed analysis to each part design, finally formed a complete design plan.
Key words:Wine Sales;SSH;Java EE;frame;JSP
目录
摘 要 ii
Abstract iii
目录 1
1. 概述 1
1.1 系统开发工具 2
1.1.1 MyEclipse 10 2
1.1.2 Tomcat 7.0 2
1.1.3 Mysql 5.5 2
1.2 系统技术介绍 2
1.2.1 MVC模型分析 2
1.2.1.1模型(Model) 2
1.2.1.2视图(View) 3
1.2.1.3控制器(Controller) 3
2 系统需求分析 4
2.1 系统开发背景 4
2.2 功能需求 4
2.3 设计需求 5
2.4 性能需求 5
2.5 开发环境 6
2.5.1 硬件环境 6
2.5.2 软件环境 6
3 总体设计 7
3.1 系统整体分析 7
3.2 SSH分析 7
3.3 功能结构设计 11
3.4 功能模块介绍 13
3.4.1.前台销售模块: 13
3.4.2.后台管理模块: 14
4 数据库设计 15
4.1 数据库表设计字典 16
5 功能模块的设计与实现 18
5.1 主页面 18
5.2 用户登录注册及前台模块设计 19
5.2.1 用户登录 19
5.2.2 用户注册 20
5.2.3 产品分类 21
5.2.4 热门商品 22
5.2.5 最新商品 23
5.3 后台管理模块的设计与实现 23
5.3.1 后台管理系统 24
5.3.1.1 系统管理员登陆模块 24
5.3.2 系统后台管理 24
5.3.2.1 注册用户管理 25
5.3.2.2 一级分类管理 25
5.3.2.3 二级商品管理 26
5.3.2.4 商品管理 26
5.3.2.5 订单管理 26
6 系统调试与测试 28
6.1 说明 28
6.2 系统测试方法 28
6.3 系统测试类型 29
7 系统性能分析 30
结束语 31
参考文献 32
致 谢 33