Can we switch from com.google.gwt.event.shared.* to com.google.web.bindery.event.shared.*?

36 views
Skip to first unread message

Y2i

unread,
Jun 11, 2011, 12:34:49 PM6/11/11
to google-we...@googlegroups.com
ActivityManager constructor still takes old EventBus as an argument.  Same with Activity.start() method.

Is the move to new request factory complete or do we still need to use old classes?

Thank you for your help.

Thomas Broyer

unread,
Jun 11, 2011, 4:36:07 PM6/11/11
to google-we...@googlegroups.com
Changing Activity.start to take a c.g.web.bindery.event.shared.EventBus would be a breaking change: every Activity would have to be updated to the other EventBus.
I agree ActivityManager should take a web.bindery EventBus though.
But that's not big deal: web.bindery EventBus has mainly been added for use with RequestFactory in non-GWT apps (Android for instance), so I'd say use c.g.g.event.shared.EventBus in your GWT code and web.bindery EventBus everywhere else (i.e. where c.g.g is not available).
At least for now…
Reply all
Reply to author
Forward
0 new messages