摘 要
近年来互联网购物的普及使得人们对网上购物变得更加热衷。传统购物方式受其价格、种类等因素限制,不能满足当下用户新形势的购物要求,而网上书店借由互联网或移动设备的普及以其轻便、及时等友好特性,受到广大购物者的追捧。因此,一个好的网上书店可以带给人们更多的选择。
本次采用B/S架构实现系统工程开发,系统架构采用时下流行的SpringMVC框架为服务端Web程序,为整个系统提供逻辑业务处理服务和主要算法支持,SpringMVC在数据持久层整合Mybatis框架映射数据库,为系统开发提供简单直接的数据处理操作。网上书店系统的前端页面使用了JSP技术,这是一个和HTML相似网页视图。JSP技术是开发Web应用程序的常用视图技术,它拥有Java语言跨平台的特性,以及业务代码分离、组件重用、基础Java Servlet功能和预编译等特征。数据库采用Mysql,数据库开发中使用了PowerDesigner进行数据库设计。各功能运行正常,基本能实现需求分析中的主要需求。
关键词:图书;购物;书店;Java;Mysql
Abstract
The popularity of Internet shopping in recent years has made people more enthusiastic about online shopping. The traditional way of shopping is limited by its price,type and other factors,which cannot meet the shopping requirements of the new situation of users at present,and the online bookstore borrows from the Internet or the popularity of mobile devices with its portable,timely and other friendly characteristics,and is sought after by the majority of shoppers. Therefore,a good online bookstore can bring people more choices.
Using the B/S architecture to implement the system engineering development,the system architecture uses the popular Spring MVC framework for the server-side Web program,providing logical business processing services and main algorithm support for the whole system,and the Spring MVC integrates the Mybatis framework mapping database in the data persistence layer to provide simple and direct data processing operation for the system development. The front page of the online bookstore system uses JSP technology,which is a page view similar to HTML. JSP technology is a common view technology for the development of Web applications,it has Java language cross-platform features,and features such as business code separation,component reuse,underlying JavaServlet functionality,and pre-editing. The database adopts Mysql,and Power Designer is used for database design in database development. Each function runs normally,basically can realize the main demand in the demand analysis.
Keywords: Books;Shopping;Bookstore;Java;Mysql
目 录
摘 要 I
Abstract II
第1章 绪论 1
1.1 研究背景及意义 1
1.2 研究现状 1
1.3 研究主要内容 2
第2章 系统技术及运行环境 3
2.1系统开发环境 3
2.1.1 B/S结构 3
2.1.2 JSP技术 3
2.1.3 Tomcat虚拟服务器 4
2.1.4 MVC模式 5
2.1.5 SSM框架 5
2.1.6 Mysql数据库 9
第3章 需求分析 10
3.1项目概述 10
3.2 用例图 10
3.2.1会员登录和注册 11
3.2.2浏览与搜索图书 12
3.2.3维护购物车 12
3.2.4填写/确认订单 12
3.2.5管理员后台登录 13
第4章 系统概要设计 14
4.1系统整体简介 14
4.2在线购物及统计分析模块功能设计 15
4.2.1在线购物模块 15
4.2.2统计分析模块 19
4.2.3订单处理模块 22
4.2.4会员公告模块 25
4.3数据库设计分析 26
4.3.1用户信息表 26
4.3.2图书信息表 27
4.3.3消费订单信息表 28
4.3.4管理员信息表 28
第5章 系统实现 30
5.1后台管理员登录模块设计 30
5.1.1数据校验 30
5.1.2控制器类 32
5.2购物车管理页面 33
5.2.1视图层 33
5.2.2业务控制器 34
5.3网上书店管理页面 40
5.4书店前台界面设计 41
总 结 44
参考文献 45
致 谢 46