Subversion
Written by: Lorna Jane Mitchell
Featured Refcardz: Top Refcardz:
  1. Git
  2. DNS
  3. Data Mining
  4. Spring Data
  5. Subversion
  1. Spring Data
  2. Subversion
  3. Spring Config.
  4. Spring Annotations
  5. Data Mining

Link Details

Link 908045 thumbnail
User 225256 avatar

By mswatcher
via blogs.telerik.com
Submitted: Jan 17 2013 / 12:22

The goal of the Presentation Model pattern is to “Represent the state and behavior of the presentation independently of the GUI controls used in the interface” (from Martin Fowler’s website.)  All of the data and behavior of the UI as it relates to the state of the model is contained in the model.  The view (or the UI) simply renders the data and refers to the model to determine such things as control state and values.  Non model related items (such as rendering and other solely UI constructs) are  in the  This minimizes interaction between the model and the UI, creating a clearer separation of concerns between the two layers.
  • 3
  • 0
  • 99
  • 71

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.

Voters For This Link (3)



Voters Against This Link (0)