1 / 6

CPSC 875

CPSC 875. John D. McGregor Class 6 – Design Concept. Styles and patterns. An architecture style and a pattern are very similar A pattern may have more information, particularly more information about trade-offs among attributes. Model-View-Controller.

Download Presentation

CPSC 875

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CPSC 875 John D. McGregor Class 6 – Design Concept

  2. Styles and patterns • An architecture style and a pattern are very similar • A pattern may have more information, particularly more information about trade-offs among attributes.

  3. Model-View-Controller • http://www.enode.com/x/markup/tutorial/mvc.html • http://msdn.microsoft.com/en-us/library/ff649643.aspx • As anti-pattern • http://broadcast.oreilly.com/2008/10/mvc-as-anti-pattern.html

  4. What are the essentials? • Separation of data from presentation • Have multiple views • Separation of control from presentation • Have multiple controllers • Attributes • Extensible

  5. Pipeline • http://msdn.microsoft.com/en-us/library/ff963548.aspx

  6. Next steps • Search for architecture patterns (some are already in the EPF) • Create the table as shown on page 30 of the tech report CMU/SEI-2006-TR-023. • Submit via email prior to 6am next Thursday. • Watch the video at • https://webcast.stsci.edu/webcast/detail.xhtml?talkid=2246&parent=1

More Related