网上商城购物系统论文
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
本科生毕业论文(设计)题目:乐淘购物系统的设计与实现
学院/ 系
专业
年级
学号
作者
指导教师
2011年12月20日
摘要
本次毕业论文题目为乐淘购物系统的设计与实现。随着信息化时代的到来,网上购物以其便捷,快速,安全的优势逐渐步入了我们的生活。人们对于互联网的要求已不单单是浏览下网页,收发电子,日益忙碌的人们开始追求足不出户的利用互联网这一强大的平台来实现网上购物。近几年,随着网络数据库技术的进步发展,使得这一设想逐渐成为现实。
本系统由两个大模块组成:前台用户界面的实现,后台管理员对乐淘购物系统的管理。前台用户界面主要是对本站所有商品的信息的展示,所以将容细分为:游客及会员对商品的浏览,会员对商品的购买,购物生成订单,订单结算等模块。而后台主要是管理员对的支持和维护体现在三个模块:用户管理模块,商品管理模块,订单管理模块。在各个模块里都有相对应该的对其容的新增,删除,修改,查询操作。由于各模块的相互独立又相互关联性使本系统较能适应目前市场需求。
根据系统所需功能,决定以J2EE为开发平台,采用Oracle做后台数据库,选择功能强大的Eclipse为开发工具,利用软件工程思想和方法,总体上用结构化生命周期法进行系统分析和设计,采用快速原型法来实现,系统本系统界面友好,而且操作更加简单,减少了用户学习操作的额外负担。
该系统使用了功能强大的Java Web开发技术,前台页面使用JSP。同时系统使用了基于MVC 机制的Struts技术,添加了Hibernate 组件。作为Web应用的一个比较成熟的开发模式——MVC 模式把应用程序抽象为Mode(模型)、View(视图)、Controller(控制器)三个功能截然不同的部分,三者对于整个系统是相对独立的工作,但各部分之间又紧密联系,共同完成系统的各项功能。使操作方便,可维护性强。经过大量的测试,基本符合用户需求。
关键字:乐淘购物网,Java,Struts,MVC,hibernate,Css,Html
Abstract
The thesis topic for happy shopping system design and implementation. With the advent of the information age, online shopping with its convenient, fast, secure advantages gradually entered our life. The Internet has not only under the webpage browsing, email, increasingly busy people began to pursue the use of the Internet remain within doors of this powerful platform to realize online shopping. In recent years, with the development of network database
technology, making this vision is becoming reality.
The system consists of two modules: the user interface implementation, background administrator for happy shopping management system. The user interface is mainly for all the commodities information display, so the content is divided into: visitors and members to browse merchandise, members of the purchase of goods, shopping order, order settlement module. While the background is the administrator of the site support and maintenance is embodied in three modules: the user management module, management module of goods, order management module. In each module are relative to its content should be the new, delete, modify, query operation. Because each module of the independent and interrelated nature of this system is to adapt to the current market demand.
According to the required function, decided to take J2EE as the development platform, using Oracle database to do the background, select the powerful Eclipse as development tool, using the software engineering ideas and methods, generally using structured life cycle method for system analysis and design, using rapid prototyping system to realize, the system interface is friendly, and the operation is more simple user operation, reduces the additional burden of learning.
The system uses the powerful Java Web development technology, front page using JSP. At the same time the system using Struts technology based on MVC mechanism, add a Hibernate component. As Web application a relatively mature