I don't know if this will help you, but you can still use JSON with GWT-RPC. What I do is use GSON which is another Google API for converting Java objects to a JSON string. Once you have the JSON string you can easily parse it using GWT's JSON capabilities.
You can get more information from here: http://gwttutorials.com/2009/07/27/parsing-json-with-gwt/ Let me know if there is anything else I can do to help. On Jul 9, 9:55 am, "igor.khd" <[email protected]> wrote: > Hello everybody. > I am performance analyst and I wonder is it possible to migrate from > GWT-RPC toJSONformat easily avoiding many changes in gwt source > code? > > I need to get rid ofusinggwt-rpc format because it difficult to > parse and retrieve necessary data. > > Thanks/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
