Sunday, May 20, 2018

Re: GWT JSON-B

I had great success with https://github.com/nmorel/gwt-jackson, which is a json library written for gwt that emulates much of jackson's functionality. But note that it uses gwt generator infrastructure and hence is not forward-compatible with future GWT3.
There's also https://github.com/vegegoku/gwt-jackson-apt that should be forward compatible with GWT3, but I haven't tried it out yet. Check their roadmap for a quick picture on supported/not-yet-supported features: https://github.com/vegegoku/gwt-jackson-apt#road-map. Instagram also has something, but I haven't tried that either: https://github.com/Instagram/ig-json-parser

On Saturday, May 19, 2018 at 10:09:38 PM UTC+2, richip wrote:


On Saturday, 19 May 2018 14:07:35 UTC-6, richip wrote:
Is there support for JSON-B or any other JSON-object binding API in GWT? If not, is it possible to implement this without reflection? I wouldn't mind taking a stab at it, but am not sure how I'd do it without Java reflection. The goal is to call a RESTful service passing a Java object and getting a Java object in response. All nice and Java-like.

--
You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment