I'm reasonably sure this is what the JSON packages are for. You'll want to pass messages around using JSON, not the custom serialization done by GWT, as that would make what you're trying to do greatly more complicated.
On Aug 4, 1:09 pm, Tibor <[email protected]> wrote: > Hi, > > I am creating GWT application and I need to upload data to the gwt > servlet in a batch from commandline client. For convenience I would > like to use GWT RPC mechanism also in commandline client. Is there > some way, how to do GWT RPC call from "normal" Java code outside of > GWT enviroment? How to obtain client proxy in Java? > > Thanks in advance. > > Tibor Blenessy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
