Thanks for this great article. > I would be interested to hear from creators/users of the MVP > frameworks out there (gwt-mvp, gwt-platform, gwt-presenter, mvp4g, > etc.) about which approach is used in each of the frameworks or if the > frameworks are approach-agnostic.
Any approach can be used with mvp4g. Also the new ReverseView feature coming with mvp4g-1.3.0 makes it really easy to implement the View Delegate approach. Concerning the activity / places approach, you can have the same control on your navigation thanks to the navigation event feature (also coming with mvp4g-1.3.0). The main difference with the GWT MVP framework is that you will have to write a lot less boilerplate code with Mvp4g but you will still have a strongly typed solution. Pierre -- 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.
