Re: Editor Frame work and MVP

2012-01-20 Thread Cristian Rinaldi
According to a report by Martin Fowler, MVP has been withdrawn as a pattern in July 2006, and has been divided into two variants: Passive View and Supervising Controller. *Passive View:* In this pattern, the view update is exclusively managed by the presenter to reflect the changes in the model.

Re: Editor Frame work and MVP

2012-01-20 Thread Thomas Broyer
The EditorDriver binds your model to editors; it has to know those editors, all of them, at compile-time. There are different ways to use it: 1. hide it as an implementation detail in your view; this means the view is not as dumb as it could be (it would expose edit() and flush()

Editor Frame work and MVP

2012-01-19 Thread Qrunk
Hi , Just a general question, is it true that Editor Framework breaks MVP paradigm?? If yes please explain how ? Can we use it while using MVP Design pattern ?? Thanks in advance -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view