Tuesday, June 30, 2015

Re: Roadmap Question for GWT 3.0


Is there any downside to Request Builder?  Possible deprecation in GWT 3.0?

Well the internally used XMLHttpRequest / Timer classes would need to be ported to JsInterop of course because they use JSNI.

There are some general to consider with RequestBuilder as well:
- It is quite low level
- RequestCallback is not Java8 friendly (lambda / method references) as it is not a SAM interface.
- for now does not support XHR 2 (ArrayBuffer, Blob, Document response types) out of the box


-- 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+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