GWAP--网上购物系统的开发_计算机专业论文范文-经管之家官网!

人大经济论坛-经管之家 收藏本站
您当前的位置> 论文>>

计算机专业论文

>>

GWAP--网上购物系统的开发_计算机专业论文范文

GWAP--网上购物系统的开发_计算机专业论文范文

发布:经管之家 | 分类:计算机专业论文

关于本站

人大经济论坛-经管之家:分享大学、考研、论文、会计、留学、数据、经济学、金融学、管理学、统计学、博弈论、统计年鉴、行业分析包括等相关资源。
经管之家是国内活跃的在线教育咨询平台!

经管之家新媒体交易平台

提供"微信号、微博、抖音、快手、头条、小红书、百家号、企鹅号、UC号、一点资讯"等虚拟账号交易,真正实现买卖双方的共赢。【请点击这里访问】

提供微信号、微博、抖音、快手、头条、小红书、百家号、企鹅号、UC号、一点资讯等虚拟账号交易,真正实现买卖双方的共赢。【请点击这里访问】

计算机专业论文范文摘要GWAP---通用WEB应用平台(GeneralWEBApplicationPlatform)。伴随着计算机技术在各行各业日益广泛和深入的应用,网络的概念早已深入人心。网络在各行各业的发展战略中占据了重要的位置,成为商家 ...
扫码加入金融交流群


计算机专业论文范文

摘 要
GWAP---通用WEB应用平台( General WEB Application Platform)。
伴随着计算机技术在各行各业日益广泛和深入的应用,网络的概念早已深入人心。网络在各行各业的发展战略中占据了重要的位置,成为商家不可分割的部分。商品的宣传已不只局限于电视与报纸,网络已成为商家展示自己的另一个舞台。商家建立网站,将商家各方面的宣传与服务展现于网络中,通过网络更可实现如网上购物、信息查寻等功能,这些在改变我们原有经营方式与经营理念的同时,也为商家带来了更高的效益。因此,对于商家来说,拥有一个属于自己的网站是至关重要的。
本论文研究一种基于MVC架构的三层结构的网上购物系统,其开发主要包括后台数据库的建立、前台页面的web设计以及后台管理系统的设计。系统使用java语言并结合Struct2、Hibernate、Spring、Ajax、java script、HTML、Jsp/ Servlet等技术开发,利用Apache软件基金会提供的Tomcat应用服务器建立运行环境,再结合MySql建立数据连接关系。因为本系统采用的是J2EE(J2EE是一套全然不同于传统应用开发的技术架构,包含许多组件,主要可简化且规范应用系统的开发与部署,进而提高可移植性、安全与再用价值)开发及MVC三层架构设计思想,使得系统的可移植性非常强,只需修改配置文件就能在在不同服务器上运行。
购物网站的规划与建设这一课题,是应用前景非常广阔的!它的解决方案不仅仅可以针对购物的网站,同样可以应用于多种多样的网站建设。
21世纪是信息化的社会,互联网实现了世界范围的网络间的互联和信息共享,并已全面介入人类生产生活的方方面面,带动着人类社会的飞速发展。

关键词:GWAP、 Web技术、 MVC架构、 J2EE、 SSH框架


GWAP-LINE SHOPPING SYSTEM
ABSTRACT

GWAP --- General WEB application platform (General WEB Application Platform).
With the increasingly widespread in many sectors of computer technology and in-depth application of the concept of the network already enjoys popular support. Network development strategy in all industries occupy an important position as an integral part of business. Promotional products is not limited to television and newspapers have been, the network has become another arena to show their business. Businesses set up websites to promote all aspects of business and services displayed on the network, the network can achieve such as online shopping, information search and other functions, these changes in our original mode of operation and business philosophy, but also for dealers higher efficiency. Therefore, for the business, own a website is essential.
In this study, MVC architecture based on three layers of online shopping system, which mainly include database set up, front and back page of the web design management system. System using java language and integrate Struct2, Hibernate, Spring, Ajax, java script, HTML, Jsp /Servlet technologies development and use of Apache Software Foundation's Tomcat application server running environment, combined with MySql to establish the database. Because this system uses a J2EE (J2EE is a set of completely different from traditional application development, technical architecture, contains many components, mainly to simplify and standardize application development and deployment, thus enhancing portability, security, and re-use value ) development and three-tier MVC design, making the system portability is very strong, simply edit the configuration file will be able to run on different servers.
Planning and construction of shopping sites this topic is very broad application prospects! Its solution can not only sites for shopping, the same can be applied to a wide range of website construction.
The 21st century is the information society, to achieve a worldwide network of Internet interconnection and information sharing between and has been fully involved in all aspects of production and life of human beings, driven the rapid development of human society.

Key words: GWAP, Web technology, MVC architecture, J2EE, SSH framework


目 录

摘 要I
1 前 言1
2 系统背景2
2.1 GWAP概述2
2.2 名词解释3
2.3 GWAP研究目标、研究内容和拟解决的关键问题4
3 系统规划5
3.1 系统规划概述5
3.2 系统规划的目标,任务和主要工作5
3.3 系统规划工作的特点6
3.4 项目实施前期工作6
3.5 GWAP网上购物系统的总体设计思路7
3.6 GWAP网上购物系统的建设原则8
4 系统需求分析9
4.1系统功能概述9
4.1.1系统功能结构9
4.1.2系统功能描述10
4.2系统用例11
4.2.1 顶级用例11
4.2.1.1交易系统11
4.2.1.2管理系统12
4.2.2交易系统用例分析12
4.2.2.1商品展示12
4.2.2.2购物车15
4.2.2.3订单管理19
4.2.2.4用户管理21
4.2.3管理系统用例分析23
4.2.3.1用户管理23
4.2.3.2商品管理25
4.3系统流程图27
5 系统设计29
5.1系统逻辑29
5.2系统总体设计29
5.2.1 系统体系结构29
5.2.2 系统总体功能结构30
5.3 系统总体架构32
5.4 数据库设计33
5.4.1数据库设计规范33
5.4.2数据字典33
5.5 代码设计37
5.5.1 代码结构37
5.5.2 代码举例41
6 系统实施与测试43
6.1 系统部署43
6.2 部分系统页面的展示43
6.3 系统测试47
总 结48
谢 辞49
参考文献50

「经管之家」APP:经管人学习、答疑、交友,就上经管之家!
免流量费下载资料----在经管之家app可以下载论坛上的所有资源,并且不额外收取下载高峰期的论坛币。
涵盖所有经管领域的优秀内容----覆盖经济、管理、金融投资、计量统计、数据分析、国贸、财会等专业的学习宝库,各类资料应有尽有。
来自五湖四海的经管达人----已经有上千万的经管人来到这里,你可以找到任何学科方向、有共同话题的朋友。
经管之家(原人大经济论坛),跨越高校的围墙,带你走进经管知识的新世界。
扫描下方二维码下载并注册APP
本文关键词:

人气文章

1.凡人大经济论坛-经管之家转载的文章,均出自其它媒体或其他官网介绍,目的在于传递更多的信息,并不代表本站赞同其观点和其真实性负责;
2.转载的文章仅代表原创作者观点,与本站无关。其原创性以及文中陈述文字和内容未经本站证实,本站对该文以及其中全部或者部分内容、文字的真实性、完整性、及时性,不作出任何保证或承若;
3.如本站转载稿涉及版权等问题,请作者及时联系本站,我们会及时处理。
经管之家 人大经济论坛 大学 专业 手机版