On 3 nov, 11:16, Nicolas ANTONIAZZI <[email protected]> wrote: > > Would not be easier to create a Presenter interface that provides a start() > method, that would be extended by Activity ? > Thus, it would clarify the concept : Activity interface is an overlayer of > Presenter for Place management, and Presenter is just a core part of the MVP > pattern (that could be used for nested presenter too)
Ray Ryan already clarified (several times IIRC) that not every presenter has to be an Activity: http://www.google.com/buzz/t.broyer/471GGi9Jmkb/GWT-2-1-Activities-nesting-YAGNI and I'd add that Activities do not necessarily imply MVP either: http://tbroyer.posterous.com/gwt-21-activities (see section titled "Hey, where's the MVP framework you talked about?") Maybe the doc needs to be improved, but many people were expecting Google to release something about MVP in GWT proper, and so did they, and it *had* to be prominent in the doc. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
