Peter Moelgaard's Blog

Design Patterns : Presentation Model

Posted in Best Practices by Peter Andreas Molgaard on November 2, 2008

One pattern I can see that is not as widely used as it deserves to be is the Presentation Model as it’s discussed by the legendary code-pattern-artist Martin Fowler.

Paul Williams have furthermore taken Martin Fowler’s description and refined it for the Flex framework where he points out how specifically to apply the pattern to a solution based on Flex.

Check that out here…
http://weblogs.macromedia.com/paulw/archives/2007/10/presentation_pa_3.html

I am working on some similar Flex specific interpretations of general design patterns, and among others I will use Presentation Model as designed by Martin and refined by Paul… its truly great stuff you guys are enriching our community with… thank you.

 

Leave a Reply