Yes, it's "working". Just download and run 'mvn test'. Most of the code is GWT compatible, the scheduler is working (not sure if working correctly in all cases ;)). I made this project to test if was compatible, and my conclusion was that the principal problem that must be solved is to made AtomicReferenceFieldUpdater GWT compatible. If this is done, just adding some @GwtIncompatible and a bit of JRE emulation will be enough to compile the library.
On Sunday, March 15, 2015 at 1:08:53 PM UTC+1, Ümit Seren wrote:
-- On Sunday, March 15, 2015 at 1:08:53 PM UTC+1, Ümit Seren wrote:
I am curious.
After watching the RxJavascript presentation from a Twitter dev I was also thinking of looking into a GWT port RxJava. How far does your port go ? Does it compile ? Did you run into any issues (I guess the problem is that RxJava will use threading which is not available on the client side).
On Thursday, March 12, 2015 at 6:21:29 PM UTC+1, Ignacio Baca Moreno-Torres wrote:I'm not sure if react library means anything :), is any library using an Observable pattern a react library? Is the jdk an object oriented library?If you are looking for a data-binding library:Editor framework using uiHandler is reactive (but not two-ways data binding)Errai data binding http://docs.jboss.org/errai/3.1.2.Final/errai/ reference/html_single/#sid- 51282340 But, if you are looking for http://reactivex.io/, I think there isn't anything simillar. I made some test to run RxJava in GWT (https://github.com/ibaca/rxjava-gwt/ ) you may try.Finally, promises are kind of 'reactive commands', if your are looking for that you may tray GwtQuery or TurboGwt.Or you can just use GWT programming reactive code ;).
On Thursday, March 12, 2015 at 2:40:53 PM UTC+1, Freemen Muaddib wrote:Hi! I'm a web developer, and I'm searching a good React (or React-like) library for GWT.
Does anybody know one? Thx!
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+unsubscribe@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/d/optout.
No comments:
Post a Comment