Re: [gwt-contrib] Using GWT libraries from J2CL

2017-06-02 Thread Anders Forsell
Yes, I'm just trying to move away from all GWT dependencies and hoping that once J2CL is open-sourced I'll transition to it without having to wait for GWT3. On Friday, June 2, 2017 at 7:10:24 PM UTC+2, Thomas Broyer wrote: > > GWT 3 will likely still have SimpleEventBus (and it would compile

Re: [gwt-contrib] Using GWT libraries from J2CL

2017-06-02 Thread Thomas Broyer
GWT 3 will likely still have SimpleEventBus (and it would compile with j2cl without change). And gwteventbinder could quite easily be ported to an annotation processor. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from

Re: [gwt-contrib] Using GWT libraries from J2CL

2017-06-02 Thread Anders Forsell
It's a com.google.gwt reference and in addition I am using it with https://github.com/google/gwteventbinder which relies on GWT.create A solution with APT would be nicer. Anders On Friday, June 2, 2017 at 2:38:57 PM UTC+2, Thomas Broyer wrote: > > > > On Friday, June 2, 2017 at 12:37:44 PM

Re: [gwt-contrib] Using GWT libraries from J2CL

2017-06-02 Thread Thomas Broyer
On Friday, June 2, 2017 at 12:37:44 PM UTC+2, Anders Forsell wrote: > > I have asked this before but I am still looking for an alternative to the > GWT SimpleEventBus which will work with J2CL. > What's wrong with SimpleEventBus? -- You received this message because you are subscribed to the

Re: [gwt-contrib] Using GWT libraries from J2CL

2017-06-02 Thread Anders Forsell
I have asked this before but I am still looking for an alternative to the GWT SimpleEventBus which will work with J2CL. Would a library using annotation processsor like https://github.com/greenrobot/EventBus be possible to use? Anders On Wednesday, May 31, 2017 at 10:43:23 PM UTC+2, Goktug