基于EXT技术的网上订单管理系统

举报
资源描述
本科毕业设计说明书(论文) 题目:基于EXT技术的网上订单管理系统一企业用户和 后台管理 学生姓名 扌旨导教师 专业班级 所在学院 提交日期 基于EXT技术的网上订单管理系统 摘要 随着Internet技术的飞速发展,人们的生活和工作都与Internet 的关系越来越密切,如何通过Internet抓住商机成为摆在人们面前的 一个重要话题,基于Internet的电子商务就是在这种环境下诞生和发 展起来的。购物网站的出现,既可以使消费者获得优质的服务,又可以 使商家获得无限的商机,随着网络购物的日益普及,这种借助互联网实 现个性化、自动化的商品交易,为企业增加了商机降低了成本,同时也 可以更好的建立和加强同客户、户做伙伴之间案的关系。 本系统采用EXT技术构建页面并与MySql数据库有机结合,实现了 网上订单管理的功能。具有前台数据更新和后台管理的功能,主要采用 了 struts和hibernate框架,以MVC设计模式为基础,大多数页面采 用了 EXT技术实现。主要开发的工具有MyEclipse6.0,数据库为Mysql, 应用服务器为tomcat5. X,对EXT的使用参考了官方网站上的EXT2. 0版 本。该平台的实现过程中,涉及的工作包括:(1)页面设计,总体设计 的讨论;(2)网站公告的管理;(3)网站用户的管理;(4)企业用户的功 能;(5)各类用户权限的管理;(6)公告,用户的搜索功能。 Ext是一个专注于用户界面的JavaScript框架,通过不断增加和 完善的JavaScript类结构,Ext解决了许多在用JavaScript开发的RIA (丰富的网络应用)的常见问题。而且可以为你节省下许多的开发时间 和精力。简单地说,Ext为我们提供了一个稳定的、统一的JavaScript 开发平台来构建丰富的网络应用。本系统的功能就是通过这个平台来实 现的。由于EXT技术还未完全流行开来,所以仍有很大的发展前景,相 信凭借其良好的用户体验,必定能在将来的WEE开发领域占有一席之地。 关键词:EXT,网络购物,Struts, Hibernate, MVC The online order form management system based on EXT technology (company user module and background management) Abstract With the rapid development of Internet technology, people's life and work are having increasing close relationship with the Internet, how to seize the business opportunities via the Internet becomes an important topic in the face of people. Internet-based e-commerce was bom and developed in this environment. The emergence of shopping sites,not only can help consumers get good quality services, also can help merchant get unlimited business opportunities .With the growing popularity of Internet shopping, the mode that uses the Internet for such a personalized, automated trading of goods helps enterprises to increase The opportunities and reduce costs,it can also better the establishment and strengthening of the relationship with the customers and partners. The system uses EXT to design pages and makes the pages well integrated with MySql database,realized the online order management functions.The system has front management and background data management functions, it mainly uses the struts and hibernate framework,based on the MVC design pattern, the EXT technology has been used in most pages. The main tools is MyEclipse 6.0 and database is Mysql, application server is tomcat5.X, the use of EXT reference to the EXT2.0 version of the official website.In the course of Implementation of the platform the following work are involved: (l)Page design,the discussion of general design.(2)The management of the notice.(3)The user operation manage.(4)The function of corporate users.(5)A11 types of users's rights management.(6)Notice, the user's search function. Ext is a JavaScript framework focus on the user interface. By increasing and improving the structure of the JavaScript category, Ext solved a lot of JavaScript problems when developing the RIA (rich Internet application). Also you can save much time and effort. In simple terms, Ext has provided us with a stable, unified JavaScript development platform to build rich Internet applications. The function of the system was realized through this platform. As EXT technology has not been fully prevail, so there is still great prospect for development.I believe that by virtue of its excellent user experience, it can take a good area of web developing in the future. Key Words: ext, online shopping , struts , hibernate , mvc 摘要 2 Abstract 4 第一章绪论 1 1.1 网上订单系统建设的背景 1 1.2 网上订单系统实现的目标 1 1.3 网上订单系统实现的意义 2 1.4 网上订单系统实现的现状 4 第二章系统开发环境和采用的技术 7 2.1 EXT技术简介 7 2.2 J2EE开源框架的选取 8 2. 2. 1 Struts 框架 8 4. 2. 2H i bernate 框架 9 4.6 系统开发选用的数据库 10 第三章网上订单管理系统总体分析与设计 11 1. 系统的设计思想和原则 11 5. 1. 1 设计思想 11 3. 1.2 设计原则 11 3.2 体系结构设计 11 3.2. 1 系统的体系结构 11 (1) 2. 2 JDBC 配置 12 (1) 网站系统分析 13 (1) 网站流程分析 15 (1) 网站总体结构 17 (1) 业务功能表 18 (1) 数据库设计 19 第四章网上订单管理系统总体分析与设计 20 1. 用户登陆 20 (2) 1. 1 功能 20 4. 1.2组成部分 21 6. 1.3界面设计和重点、难点代码的设计 22 4.1.4数据库结构设计 24 4.2商品管理 24 4. 2.1 功能 24 4. 2. 2组成部分 25 4. 2. 3界面设计和重点、难点代码的设计 26 4. 2. 4数据库结构设计 28 4.3订单处理 29 8.. 功能 29 1. 3. 2组成部分 30 4. 3. 3界面设计和重点、难点代码的设计 30 4.3.4数据库结构设计 31 4.4报表处理 32 4. 4. 1 功能 32 4. 4. 2组成部分 32 4. 4. 3界面设计和重点、难点代码的设计 33 4. 4. 4数据库结构设计 34 4.5用户权限管理 34 4. 5. 1 功能 34 4. 5. 2组成部分 34 [1] 用户管理 35 4. 6. 1 功能 35 4. 6. 2组成部分 36 4. 6. 3界面设计和重点、难点代码的设计 37 4. 6. 4数据库结构设计 38 [1] 公告管理 38 4. 7. 1 功能 38 4. 7. 2组成部分 39 4. 1. 3界面设计和重点、难点代码的设计 40 4. 7. 4数据库结构设计 40 4.8后台查询管理 41 4. 8. 1 功能 41 4. 8. 2界面设计和重点、难点代码的设计 41 4.9系统运行环境 42 第六章总结与思考 42 5.1问题提出与解决 42 5.1总结与思考 44 参考文献 45 致谢 47 附录 48 附录1毕业设计文献综述 48 附件2毕业设计开题报告 48 附件3毕业设计外文翻译(中文译文与外文原文) 48 第一章绪论 1.1网上订单系统建设的背景 上世纪90年代以来,随着网络、通信和信息技术的突破性进展,Internet在全 球爆炸性增长并迅速普及。在这一前提下,电子商务应运而生了。电子商务是基于 互联网、以交易双方为主体、以银行电子支付和结算为手段、以客户数据为依托的 全新的商务模式,它可以使商家与供应商更紧密地联系起来,更快地满足客户需求, 也可以让商家在全球范围内选择最佳供应商,在全球市场上销售产品。自1998年 “电子商务年”以来,电子商务在全球发展迅猛,大约每九个月其交易额就翻一番, 全球电子商务交易额(包括网上贸易额、销售额等)达到数千亿美元,电子商务收 入剧增262% o 目前,世界各国纷纷看好电子商务这块新大陆,普遍认为电子商务的发展将是 未来25年世界经济发展的一个重要推动力,对经济的促进将远远超过200年前的 工业革命。著名网络经济调查评论家Robert Metcalfe声称:“互联网的价值等于(与 之相联结的)网点数量的平方。 购物网站的出现,既可以使消费者获
展开阅读全文
温馨提示:
金锄头文库所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。
相关搜索

当前位置:首页 > 办公文档 > 其它办公文档


电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号