http://martinfowler.com/eaaDev/PresentationModel.html
Allows for logicless-template (not his name for it... I don't know if he has one for it... didn't look)
"A particular decision you have to make with synchronization in Presentation Model is which class should contain the synchronization code."
blog-post-presentation-model#view-is-utterly-simple1 2 "the essence of the idea of the Presentation Model - all the decisions needed for presentation display are made by the Presentation Model leaving the view to be utterly simple." blog-post-presentation-model#view-is-utterly-simple1 2
"Probably the most annoying part of Presentation Model is the synchronization between Presentation Model and view"
"You may wonder why the form doesn't just call this directly - but this is the essence of the encapsulation that the Presentation Model provides. PmodAlbum decides what the logic is for enabling that field, the fact that it's simply based on a property is known to the Presentation Model but not to the view."