欢迎来到天天文库
浏览记录
ID:34384225
大小:501.11 KB
页数:65页
时间:2019-03-05
《多层体系结构下网通信息系统设计与实现》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、华中科技大学硕士学位论文多层体系结构下网通信息系统设计与实现姓名:刘欣申请学位级别:硕士专业:软件工程指导教师:肖来元20051022摘要随着Internet的飞速发展,传统应用逐渐向B/S(浏览器/服务器)架构的多层应用转化。具有分布性、开放性和平台无关性特点的应用成为企业级应用的主流。作为企业级应用开发的主要技术J2EE对开发基于B/S架构的多层、分布式应用提供了强大的支持,受到开发人员的青睐。J2EE平台提供了一个多层结构的分布式应用模型,该模型具有重用组件的能力、基于XML(扩展标记语言)的数据交换、统一的安全模式
2、和灵活的事务控制。利用J2EE平台构建网通信息系统,可以使其具有灵活性、可伸缩性,更适应网络环境。网通信息系统是采用MVC设计模式来实现的,MVC设计模式分离了数据的控制和数据的表现,这样使系统的设计更加明确,实现更加简单,在实现多层Web应用系统中具有明显的优势。Struts是一个基于J2EE平台、实现了MVC设计模式的框架,它全面减轻了构建多层Web应用的负担,提供可复用的软件构架。在分析了WEB应用系统共性的基础上,利用软件体系结构、框架、面向对象、设计模式等有关思想设计并实现了一个基于J2EE平台的采用了MVC模式
3、的Web应用框架,同时,利用该框架成功的实现了网通的信息系统,并解决了开发中的众多问题。本框架可以成为企业级WEB应用开发中解决众多问题的一个优良的途径。关键词:设计模式企业级应用浏览器/服务器软件体系结构IAbstractWiththerapiddevelopmentofInternet,traditionalapplicationsareconvertingintoB/Sarchitecturebased,multi-tierapplicationgradually.Applicationswithfeaturesli
4、kedistributed,openandplatform-independenthavebecomemainstreamofenterpriseapplicationdevelopment.Asthemaintechnologyofenterprisedevelopment,J2EEplatformofferseffectivesupporttodevelopB/Sarchtecturebased,muti-tier,distributedapplications.Itgainsmoreandmoredevelopers
5、'preference.J2EEprovidesamulti-tiereddistributedmodelwhichhasreusablecomponents,dataexchangebasedonXML,andsecuritypatternandtractionservice.ThepaperusesJ2EEtodesignaflexible,scalablelogisticsmanagementinformationsystemofNetcom.ThissystemisimplementedwithMVCdesignp
6、attern,MVCdesignpatternseparatescontrolofdatafromrepresentationofdatawhichmakesystemdesigningbecomeclearandsystemdevelopingbecomeeasy,andthereforehastheadvantageofimplementationofmulti-layerWebapplications.StrutsistheapplicationframeworkwhichimplementsMVCbasedonJ2
7、EEplatform.Iteasestheburdenofconstructingmulti-layerWebapplicationsandprovidesreusablesoftwarearchitecture.ThispaperdesignsandimplementsawebapplicationframeworkbasedonJ2EEplatformwiththeideasaboutsoftwarearchitecture,framework,designpattern,andobject-oriented.Andt
8、heInformationSystemofNetcomissuccessfullyimplementedwiththeframework.TheframeworkadoptstheideaofMVCdesignpattern.Theframeworkwillbecomeabetterreuseablew
此文档下载收益归作者所有