1 / 5

Week 8, Class 3: Model-View-Controller

Week 8, Class 3: Model-View-Controller. Get ready for poll everywhere (everyone) Lab due today! Any questions? Model-View-Controller Example: Barnyard Simon for the Web Question: Where should we use the command pattern?. How to Avoid Pattern Fever.

klaus
Download Presentation

Week 8, Class 3: Model-View-Controller

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. Week 8, Class 3:Model-View-Controller • Get ready for poll everywhere (everyone) • Lab due today! Any questions? • Model-View-Controller • Example: Barnyard Simon for the Web • Question: Where should we use the command pattern? SE-2811 Slide design: Dr. Mark L. Hornick Content: Dr. Hornick Errors: Dr. Yoder

  2. How to Avoid Pattern Fever • How can you not use patterns too often? • What is your goal for the product? • Consider costs vs. benefits • Complexity increase • Cohesion vs. Coupling • Other design patterns SE-2811 Dr.Yoder

  3. Simon without MVC SE-2811 Dr.Yoder

  4. Goal: Make web version of Barnyard Simon • RESTful programming – Representational State Transfer • SOAP – Simple Object Access Protocol SE-2811 Dr.Yoder

  5. What will go where? • Model • View • Control • Button responses • Sequence • Current position • Scores • Playing sounds • GUI stuff • User selects option SE-2811 Dr.Yoder

More Related