Hey g-men,

with GWT 2.3 the autobean, event and requestfactory packages moved from 
com.google.gwt 
to com.google.web.bindery.
The 'new' RequestFactory.initialize(EventBus) depends on 
com.google.web.bindery.event.shared.EventBus.
In contrast the PlaceController.initialize(EventBus) depends on 
com.google.gwt.event.shared.EventBus.
Using both EventBus packages leads to two @Singleton EventBus instances in 
my application.

Is EventBus intended to exist in two Packages in future GWT releases or will 
there be one EventBus location?

Thanks in advance (and for your *great* work)

Daniel

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to