See http://code.google.com/intl/es-ES/webtoolkit/doc/latest/tutorial/clientserver.html
Then: "is it possible to have a GWT application make RPC calls to a RPC server that has been developed independent from GWT?" Yes. If the application is in another server, see: http://code.google.com/intl/es-ES/webtoolkit/doc/latest/tutorial/Xsite.html <http://code.google.com/intl/es-ES/webtoolkit/doc/latest/tutorial/Xsite.html>"If yes, can I still use GWT's RemoteService and RemoteServiceServlet or do I have to implement RPC communication from scratch?" Yes. Modularize in jar the servlet and share in the war application. "Can I find an example somewhere, how to communicate between a GWT client and a non-GWT RPC server?" Here Communicating with the server <http://code.google.com/intl/es-ES/webtoolkit/doc/latest/tutorial/clientserver.html> <http://code.google.com/intl/es-ES/webtoolkit/doc/latest/tutorial/clientserver.html> Juan 2011/5/28 Georg Richwood <[email protected]> > 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? > > 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. > > -- 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.
