基于SSH的体育用品销售管理系统开发(JSP,Oracle)(含录像)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:
基于SSH的体育用品销售管理系统开发(JSP,Oracle)(含录像)(任务书,外文翻译,中期检查表,毕业论文15000字,程序代码,Oracle数据库,答辩PPT) 
摘 要
随着计算机技术和通信技术的迅速发展,网络的规模也逐渐增大,网络的元素也随之不断增加,有的利用其通信,有的利用其商业用途,在网络上进行出售、收购、宣传等操作,从而使得网络越来越成为现今社会上必不可少的元素,而网站就是这个网络里很庞大的元素。
本文所讨论的系统是基于目前web开发中流行的2大框架:struts、hibernate的,是典型的B/S架构的系统,其开发主要包括应用程序的开发, 数据库的建立和维护两个方面。
本系统前台主要使用JSP作为开发语言,后台使用Oracle作为数据库管理系统,开发环境是Eclipse,服务器采用tomcat,开发出的一个基于Web技术的B/S结构的商城购物系统。
  应用此系统,商家可以发布商业信息,广告等等。用户可以查阅、订购商品,该系统可以为客户提供更方便、更好、更快的商务活动空间,实现网上交易,是一个综合性电子商务系统。从整个系统结构上看,本系统包括客户端和服务器端,客户端主要针对客户的一般需求,而服务器端主要是针对管理员的需求。管理员能够对整个系统的数据进行管理。整个系统的开发过程由需求分析,系统的功能设计,详细设计,数据库设计等几个部分组成。
 
关键词:电子商城;数据库设计;模块设计 ;数据验证
 
Sporting Goods Sales Management System Based On SSH
Abstract
With the rapid development of computer technology and communication technology, the scale of the network also increases gradually, the network element has been increasing, some use their communication, some use its commercial use, for sale, purchase, publicity, etc in the network operation, so as to make the network more and more become the essential element in modern society, and the site is very large elements of the network. 
The system we talked about is based on two widely used framework:Struts2 and hibernate. This system is a typical B / S structure of the system, including the development of its application development, database creation and maintenance of the two areas.
This system at the front desk mainly using JSP as a development language, the background using Oracle as the database management system, the development environment is Eclipse, server using tomcat, developed a Web technology based B/S structure of the system of shopping mall.
    Through this system, Advertiser can issues business information and products advertisements, and users can conveniently order goods depending on B/S pattern. Because of running on web, the system can offer whole day, better more quick room of activities to realize the basis functions of transaction in Internet. The Web, according to the current design principles of business Web, gives first place to transaction function in Internet, it is a synthesis electronic commerce Web. From the analysis above, the content of this paper mainly includes the design of client and  server. Client part is specific to user, Server part is specific to administrator. Administrator and manager the hole system, guarantee the guarantee of data base. The developing of this system consist of  demand analysis、functional design、detailed design、database design.
Key words: Sales network ;design modular; design data; validation
 
体育用品销售管理系统主要实现了在网上选购商品、将商品加入购物车、查询订单等功能。本系统实现了商品信息的展示、购物车管理、注册用户信息、修改个人信息、登录管理、订单处理等模块。需求分析可以分解为用户需求分析和管理员需求分析。
 
 
基于SSH的体育用品销售管理系统开发(JSP,Oracle)(含录像)
基于SSH的体育用品销售管理系统开发(JSP,Oracle)(含录像)
基于SSH的体育用品销售管理系统开发(JSP,Oracle)(含录像)
目 录
摘 要 I
Abstract II
第一章  绪 论 1
1.1  课题的背景和意义 1
1.2  工作内容 1
1.3  J2EE体系结构介绍 1
1.3.1  Tomcat简介 2
1.3.2  Ajax技术简介 2
1.3.3  Struts2框架的引入 3
1.3.4  Hibernate框架的引入 3
1.4  网站工作模式 4
1.5  本章小结 4
第二章  需求分析 5
2.1  需求分析概述 5
2.2  功能模块图 5
2.3  可行性分析 5
2.3.1  经济可行性 5
2.3.2  技术可行性 6
2.3.3  环境可行性分析 6
2.4  用户需求分析 6
2.4.1  用户注册需求 6
2.4.2  用户登录需求 6
2.4.3  购买商品需求 6
2.4.4  购物车管理需求 6
2.4.5  订单管理需求 6
2.5  管理员需求分析 6
2.5.1  管理库存的需求 6
2.6系统用例图 7
第三章  概要设计 9
3.1  系统体系结构的设计 9
3.2  系统的层次结构设计 9
3.3  数据库设计 9
3.4  系统组成 13
3.5  系统文件组织设计 13
第四章  详细设计 15
4.1  系统运行环境 15
4.2  系统部署架构 15
4.3  系统时序图 15
4.4  系统的持久化层具体实现 15
4.4.1  定义Hibernate工厂类 15
4.4.2  使用Dao模式 16
4.5  系统业务逻辑层设计 16
4.6  系统接口及映射文件的实现设计 16
4.7  模块功能设计与实现 16
4.7.1  登陆功能 16
4.7.2  注册功能 17
4.7.3  购买商品功能 17
4.7.4  用户订单管理 18
4.7.5  用户信息修改 19
4.8  系统业务流程图 20
4.9  本章小结 20
第五章   测试小结 21
5.1  测试说明 21
5.2  系统功能测试 21
5.3 本章小结 25
结  论 26
参考文献 27
致  谢 28
外文原文 29
中文翻译 37