欢迎来到天天文库
浏览记录
ID:49321269
大小:1.65 MB
页数:102页
时间:2020-02-03
《Software Architectur - 天津大学计算机科学与技术学.ppt》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、SoftwareArchitectureChapter2:ArchitecturalPatternsFengZhiyongTianjinUniversityApr.5,2007InteractiveSystemsTheModel-View-Controllerpattern(MVC)dividesaninteractiveapplicationintothreecomponents.Themodelcontainsthecorefunctionalityanddata.Viewsdisplayinformationtotheuser.Controllersh
2、andleuserinput.Viewsandcontrollerstogethercomprisetheuserinterface.Achange-propagationmechanismensuresconsistencybetweentheuserinterfaceandthemodel.ThePresentation-Abstraction-Controlpattern(PAC)definesastructureforinteractivesoftwaresystemsintheformofahierarchyofcooperatingagents.E
3、veryagentisresponsibleforaspecificaspectoftheapplication'sfunctionalityandconsistsofthreecomponents:presentation,abstraction,andcontrol.Thissubdivisionseparatesthehuman-computerinteractionaspectsoftheagentfromitsfunctionalcoreanditscommunicationwithotheragents.Model-View-ControllerT
4、heModel-View-Controllerarchitecturalpattern(MVC)dividesaninteractiveapplicationintothreecomponents.Themodelcontainsthecorefunctionalityanddata.Viewsdisplayinformationtotheuser.Controllershandleuserinput.Viewsandcontrollerstogethercomprisetheuserinterface.Achange-propagationmechanism
5、ensuresconsistencybetweentheuserinterfaceandthemodel.ExampleContext:Interactiveapplicationswithaflexiblehuman-computerinterface.ProblemThesameinformationispresenteddifferentlyindifferentwindows,forexample,inabarorpiechart.Thedisplayandbehavioroftheapplicationmustreflectdatamanipulat
6、ionsimmediately.Changestotheuserinterfaceshouldbeeasy,andevenpossibleatrun-time.Supportingdifferent'lookandfeel'standardsorportingtheuserinterfaceshouldnotaffectcodeinthecoreoftheapplication.SolutionMVCdividesaninteractiveapplicationintothethreeareas:processing,output,andinput.Themo
7、delcomponentencapsulatescoredataandfunctionality.Themodelisindependentofspecificoutputrepresentationsorinputbehavior.Viewcomponentsdisplayinformationtotheuser.Aviewobtainsthedatafromthemodel.Therecanbemultipleviewsofthemodel.Eachviewhasanassociatedcontrollercomponent.Controllersrece
8、iveinput,usuallyase
此文档下载收益归作者所有