Wednesday, April 27, 2011

Re: what kind of MVP to use, what is "current" best practice

Personally I don´t like using other frameworks to aid with the MVP implementation. I would use Activity´s and Place´s but using the MVP philosophy, i.e., the Activity acts as the Presenter of the view also. It holds the view. The view has a Presenter object (the interface that implements the Activity). When the Activity start()s it sets the Presenter in the view (itself).

If need sample code, just ask, ok?


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment