I use Widget Widget.Presenter (nested interface) WidgetImpl WidgetImpl.ui.xml
WidgetImpl does not look nice, but at least it's consistent with the MVP pattern. Having Widget.Presenter nested is also not necessary. Even though the MVP-based WidgetImpl's are re-usable, I'm not embedding them into other UiBinders. They are created by Gin and plugged into AcceptsOneWidget's in Activity.start() -- 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.
