On Thu, Sep 24, 2009 at 9:55 AM, RezaRob <[email protected]> wrote: > Is there a way to generate server side C code for GWT RPC?
Almost certainly not. GWT RPC assumes a Java server. The encoding is opaque, but it expresses things in terms of Java objects. You could probably write a C implementation of an interpreter for the language and use it to map Java concepts on to C concepts, but it would be much more straightforward to either switch to a Java server or use a different communication protocol. Ian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
