You aren't going to be able to use GWT in a pure java client. Most everything boils down to javascript. For example, The JSON parser in GWT uses javascripts eval() function to parse JSON strings. As Vitali stated www.json.org is the place you want to be. Under the java section are quite a few libraries that will serve your needs.
I am a little surprised that the forum trolls haven't jumped on this one though. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
