Hi all, With the latest versions of GWT you don't have to use any other libraries.
GWT now comes with something known as Javascript Overlays that you can utilise to convert JSON into Objects. See here: http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsOverlay.html Also I have made a bit of a discussion on my blog here: http://eggsylife.co.uk/2010/04/22/gwt-2-jsonp-and-javascript-overlays-with-jsonprequestbuilder/ Hope this helps, Eggsy On Jul 6, 1:38 pm, Harald Pehl <[email protected]> wrote: > You cannot use gson in GWT. > Seehttp://groups.google.com/group/google-gson/browse_thread/thread/6c3d6... > for more infos. > > If you need a JSON parser for GWT take a look at Piriti (http:// > code.google.com/p/piriti/). > > - Harald > > On 6 Jul., 12:30, Ahmed Shoeib <[email protected]> wrote: > > > Welcome , > > > i add gson lib version 1.4 > > > and i face a problem when trying to inherit it in the gwt.xml file > > > how i can fix this problem ??? > > > thanks , > > ahmed shoeib -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
