Re: GWT SimpleEventBus which implementation to use?

2014-03-06 Thread Thomas Broyer
Note: we've had a discussion recently about how to move forward: 
https://gwt-review.googlesource.com/6271
Not conclusive yet, but c.g.g.event.shared might go away in the future 
(with a breaking change in Activities)

On Wednesday, March 5, 2014 3:41:24 PM UTC+1, sluettmann wrote:

 Thanks very much for the clairification Jens.

 Am Dienstag, 4. Februar 2014 10:17:51 UTC+1 schrieb Jens:

 In your code you should use the web.bindery one. 

 If you use Activities then you still get the old 
 com.google.gwt.event.shared.EventBus for compatibility reasons through 
 Activity.start(). But you can easily assign that one to a 
 com.google.web.bindery.event.shared.EventBus field.

 -- J.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: GWT SimpleEventBus which implementation to use?

2014-03-05 Thread sluettmann
Thanks very much for the clairification Jens.

Am Dienstag, 4. Februar 2014 10:17:51 UTC+1 schrieb Jens:

 In your code you should use the web.bindery one. 

 If you use Activities then you still get the old 
 com.google.gwt.event.shared.EventBus for compatibility reasons through 
 Activity.start(). But you can easily assign that one to a 
 com.google.web.bindery.event.shared.EventBus field.

 -- J.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


GWT SimpleEventBus which implementation to use?

2014-02-04 Thread sluettmann
Hi everyone,
I've got a question according to GWTs SimpleEventBus.

Ich saw that there are 2 versions in two different Packages, one in 
com.google.gwt.event.shared and one in 
com.google.web.bindery.event.shared.
I was wondering which implementation I should use.

I read the javadoc in the one from com.google.gwt.event.shared but it 
doesn't really clarified my question, neither did the other posts on the 
GWT EventBus topic.

Maybe there is someone that can explain the differences and which one I 
should use.

Thanks a lot
 Sven Lüttmann

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: GWT SimpleEventBus which implementation to use?

2014-02-04 Thread Jens
In your code you should use the web.bindery one. 

If you use Activities then you still get the old 
com.google.gwt.event.shared.EventBus for compatibility reasons through 
Activity.start(). But you can easily assign that one to a 
com.google.web.bindery.event.shared.EventBus field.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.