On May 29, 12:17 am, Georg Richwood <[email protected]> wrote: > Hello, > is it possible to have a GWT application make RPC calls to a RPC > server that has been developed independent from GWT? > > If yes, can I still use GWT's RemoteService and RemoteServiceServlet > or do I have to implement RPC communication from scratch? >
> Can I find an example somewhere, how to communicate between a GWT > client and a non-GWT RPC server? ----------- Use websockets. There can be two way exchange of binary data. Specifically, object graphs can be exchanged. TO my knowledge, Chrome,Firefox,IE, Opera, Opera mobile support web sockets. J.Ganesan ----------- > > Thanks > Georg -- 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.
