欢迎来到天天文库
浏览记录
ID:13637975
大小:142.50 KB
页数:12页
时间:2018-07-23
《信息科学与工程学院毕业设计科技文献翻译》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、信息科学与工程学院毕业设计科技文献翻译《Struts——AnOpen-sourceMVCImplementation》《Struts——一种开源MVC的实现》姓名张三丰学号20140000年级2014级专业计算机科学与技术 指导教师李双双 2018年3月Struts——AnOpen-sourceMVCImplementationThisarticleintroducesStruts,aModel-View-ControllerimplementationthatusesservletsandJavaServerPa
2、ges(JSP)technology.StrutscanhelpyoucontrolchangeinyourWebprojectandpromotespecialization.EvenifyouneverimplementasystemwithStruts,youmaygetsomeideasforyourfutureservletsandJSPpageimplementation1.IntroductionIfyouhaveworkedonalarge-scaleWebapplication,youundersta
3、ndthetermchange.Model-View-Controller(MVC)isadesignpatternputtogethertohelpcontrolchange.MVCdecouplesinterfacefrombusinesslogicanddata.StrutsisanMVCimplementationthatusesServlets2.2andJSP1.1tags,fromtheJ2EEspecifications,aspartoftheimplementation.Youmayneverimpl
4、ementasystemwithStruts,butlookingatStrutsmaygiveyousomeideasonyourfutureServletsandJSPimplementations.2.Model-View-Controller(MVC)JSPtagssolvedonlypartofourproblem.Westillhaveissueswithvalidation,flowcontrol,andupdatingthestateoftheapplication.ThisiswhereMVCcome
5、stotherescue.MVChelpsresolvesomeoftheissueswiththesinglemoduleapproachbydividingtheproblemintothreecategories:ModelThemodelcontainsthecoreoftheapplication'sfunctionality.Themodelencapsulatesthestateoftheapplication.Sometimestheonlyfunctionalityitcontainsisstate.
6、Itknowsnothingaboutthevieworcontroller.ViewTheviewprovidesthepresentationofthemodel.Itisthelookoftheapplication.Theviewcanaccessthemodelgetters,butithasnoknowledgeofthesetters.Inaddition,itknowsnothingaboutthecontroller.Theviewshouldbenotifiedwhenchangestothemod
7、eloccur.ControllerThecontrollerreactstotheuserinput.Itcreatesandsetsthemodel.3.StrutsSummary3.1StrutsdetailsDisplayedinFigure1isastripped-downUMLdiagramoftheorg.apache.Struts.actionpackage.Figure6showstheminimalrelationshipsamongActionServlet(Controller),ActionF
8、orm(FormState),andAction(ModelWrapper).Figure1UMLdiagramoftherelationshipoftheCommand(ActionServlet)totheModel(Action&ActionForm)3.1.1TheActionServletclassLifeisbette
此文档下载收益归作者所有