好文档就是一把金锄头!
欢迎来到金锄头文库![会员中心]
电子文档交易市场
安卓APP | ios版本
电子文档交易市场
安卓APP | ios版本

基于J2EE的Web应用研究毕业论文.docx

39页
  • 卖家[上传人]:飞***
  • 文档编号:9072357
  • 上传时间:2017-10-01
  • 文档格式:DOCX
  • 文档大小:90.63KB
  • / 39 举报 版权申诉 马上下载
  • 文本预览
  • 下载提示
  • 常见问题
    • 基于 J2EE 的 Web 应用研究毕业论文基于 J2EE 的 Web 应用研究摘要随着互联网络 Internet、电子商务等应用的迅速普及,Web 应用的复杂性在不断的增加,其规模也不断扩大,呈现出高度的实时性、动态性、个性化的特点,从而使得传统的 Web 应用开发技术(如体系结构、网页设计技术、程序开发技术等) 暴露出如体系结构中流程控制与界面表示相混杂、ASP 和 PHP 等动态网页开发技术中网页设计与程序开发相混杂等许多不足这些不足造成了Web 应用开发的效率降低、成本上升、扩充与维护困难、分工合作不好进行等问题,限制了互联网的发展论文针对以上不足,通过分析后认为,在现有的 Web 开发中,由于系统的界面表示、流程控制和业务逻辑代码相互混杂,导致了系统性能的下降,同时传统的单一用户界面类型也越来越无法满足用户界面类型多样化的要求问题的根源是各种因素互相混杂和依赖,解决问题的关键是与混杂相对应的分离论文对 J2EE 及其相关技术 XML 和 UML 进行了研究,总结了它们的优点而MVC 模式是一种很好的实现分离的模式,论文对 MVC 模式进行了分析,并根据 Web 应用的特点提出了基于 MVC 模式适合 Web 应用开发的 Web 一 VC 模式。

      该模式能够有效地实现 Web 应用中界面、控制和逻辑处理的分离通过分析其实现原理和特点,指出可以对其加以改进以解决上述 Web 开发中的问题采用 J2EE 技术是实现 Web_ MVC 模式的理想选择,在此基础上建立了基于J2EE 技术、实现 Webes MVC 模式的 J_ Web 应用开发方案然后以 UML 为工具按照面向对象的软件工程建立了一个教育网站,论文具体给出了模块的详细设计实现过程及其系统的配置和运行步骤论文应用研究能有效地实现 Web 应用中界面、控制和逻辑处理的分离,可广泛应用于采用各种技术的 Web 应用开发实践中解决传统 Web 应用开发中存在的种种不足,使其具有复用性、可移植性、安全性、健壮性、伸缩性强、易于采用组件技术和 UML 工具进行开发等优点关键词:MVC 模型,J2EE 技术,XML} Webse MVC 模式,J_ Web 应用AbstractAlong with the rapid popularization of Internet and E-commerce, the complexityof Web application is increasing and its scale is also enlarging continuously whichpresent the characteristics of high real time, dynamic and individuation, so thissituation makes the conventional Web application and development technologies, suchas the architecture, Web page designing technology and programming developmenttechnology, uncover many shortages, such as the interweavement of flow control andinterface denotation in the architecture, Web page design 基于 J2EE 的 Web 应用研究and programmingdevelopment in the dynamic Web page development technology. These shortages alsomake many problems of lower efficiency, increasing cost, difficult extension andmaintenance and lower dividing the work and cooperation, and confine the developmentof Internet.Aiming at these shortages, after analysis, this paper considers that due to themutualinterweavement of system interface denotation, flow control and logical code,they result in the decline of system performance, at the same time, conventionalsingle user interfaces are worse and worse and also have no ways to satisfy thevariety of demands of user interface types. The problem source is the mutualinterweavement and dependence of the various factors. So the solving problem keyis the separation relative to the interweavement. The paper researches J2EEtechnology as well as XML and UML, summarizes their virtues. Owing to MVC patternis a good pattern which can realize the separation, this paper analyses the MVCpattern, and according to the Web characteristics, brings forward the suited Webapplication development Web MVC pattern based on MVC pattern. This pattern caneffectively realizes the separation of the interface, control and logic in the Webapplication. By analyzing the principle and characteristic, this paper points out,as long as mending the pattern, can resolve the above Web development problems. Takingthe J2EE technology is the best choice to realize the Web MVC pattern, based on theabove, establishes the realizing J 一 eb application development scheme based on theWeb 一 MVC pattern. And then according to 00 software engineering methods creates aeducation website based on UML tool. This paper gives the module detailed designprocess, system configure, and run process.This paper scheme can effectively realize the separation of interface, controland logic in the Web application, also can apply for all kinds of Web applicationdevelopment and resolve the shortages in the conventional Web applicationdevelopment in which this scheme has many virtues of reusable ability, easy plant,security, haleness, flex, adopting module technology easily and UML tool.Key words:MVC pattern, J2EE technology, XML, Webes MVC pattern,上 Web application基于 J2EE 的 Web 应用研究目录第一章绪论1.引言1. 2 传统的 Web 应用开发技术1. 2. 1 Web 应用体系结构1.2.2 客户端技术1.2.3 服务器端技术3 传统 Web 应用开发技术中存在的主要问题. 3. 1 Web 体系结构存在局限.3.2 服务器端开发技术中网页设计与程序开发相互混杂1. 4 论文的工作及组织结构1..4. 1 论文的主要工作1.4.2 论文的组织结构第二章 J2EE 及其相关技术 XML 和 UML2. 1 J2EE2. 1. 1 J2EE 的四层模型2. 1. 2 J2EE 的核心 API 与组件2. 2 XML 技术2. 2. 1 XML 数据文档2. 2. 2 XML 文档显示与样式单2. 3 UML 技术2. 3. 1 面向对象的建模技术2. 3. 2 建模工具第三章 MVC 模式的研究3. 1 什么是设计模式3.2 Smalltalk MVC 中的设计模式3. 3 对象结构型模式 COMPOSITE3. 4 对象行为型模式 OBSERVER3. 5 对象行为型模式 STRATEGY3. 6 -MVC 设计模式在应用程序设计中的应用3. 7 Web 一 MVC 模式第四章基于 Web MVC 模式的 J_Web 应用4. 1 J_Web 应用方案概述4. 2 J Web 方案的实现4. 2. 1 视图(View)设计4.2.2 控制器(Controller)设计4. 2. 3 模型(Model)设计4. 3 J_Web 方案的特点基于 J2EE 的 Web 应用研究第五章基于工 1Peb 教育网站的设计与实现5. 1 教育网站的需求分析5.1.1 教育网站简介5. 1. 2 整体说明.5. 1. 3 具体需求.5. 2 教育网站的建模5. 3 教育网站体系结构设计.5. 3. 1 教育网站的体系结构5. 3. 2 客户端5.3.3 视图设计5. 3. 4 模型设计5. 3. 5 控制器设计5.3.6 教育网站的数据结构5. 3. 6. 1 数据字典5. 3. 6. 2 数据表的创建语句5. 3. 6. 3 数据库的数据导入5. 4 教育网站的 Java 部分编码.5. 5 教育网站的部署和运行5. 5. 1 开发环境及工具5. 5. 2 XML 技术应用5. 5. 3 教育网站的部署5. 5. 4 教育网站的运行第六章总结与展望6. 1 论文的总结6. 2 进一步的工作参考文献致谢第一章:绪论1. 1 引言如果说计算机的出现拉开了信息社会欣欣向荣的序幕,那么 Internet 的兴起则充分展现了信息社会五彩缤纷的舞台,它使原来的单机环境发展到了基于网络的分布式环境,Internet 不但是一个巨大的信息宝库,而且是人们之间相互交流的重要工具和手段,加之它提供的友好的用户界面、方便的用户操作,使得个人、商家、政府等越来越清楚地看到其潜在的应用价值,于是各种应用纷。

      点击阅读更多内容
      关于金锄头网 - 版权申诉 - 免责声明 - 诚邀英才 - 联系我们
      手机版 | 川公网安备 51140202000112号 | 经营许可证(蜀ICP备13022795号)
      ©2008-2016 by Sichuan Goldhoe Inc. All Rights Reserved.