Calling GWT RPC Services in another server

2011-09-16 Thread Néstor Boscán
Hi to all the group Is there a way to call GWT RPC Services in another server by passing the same-server AJAX policy? Regards, Néstor Boscán -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Calling GWT RPC Services in another server

2011-09-16 Thread Florian
Your problem is the same origin policy? http://en.wikipedia.org/wiki/Same_origin_policy Then a solution could be ReST: http://restygwt.fusesource.org/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

Re: Calling GWT RPC Services in another server

2011-09-16 Thread Jens
You could also set up a reverse proxy that delegates requests to other external servers. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Calling GWT RPC Services in another server

2011-09-16 Thread Florian
Maybe this article helps: http://code.google.com/webtoolkit/doc/latest/tutorial/Xsite.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit