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 [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.
