Tuesday, August 2, 2011

EventBus in 2.4

I was looking at 2.4.0 RC1 and noticed that I had some deprecation warnings with regard to EventBus.

Specifically, PlaceController has deprecated methods using com.google.gwt.event.shared.EventBus, favoring instead com.google.web.bindery.event.shared.EventBus. However, I have noticed that Activity still uses the old location exclusively.  Since both of these are part of the "places" support, it seems like that framework is currently inconsistent.

Is this a situation that will continue through the actual release? If so, is there a recommended approach as to which one to use in a given situation?  I'm guessing we'd just be stuck with the warnings in 2.4.

Thanks.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/B4jD89VgZIsJ.
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