On 28 mai, 11:28, John <[email protected]> wrote:
> On Thu, May 28, 2009 at 4:54 AM, Thomas Broyer <[email protected]> wrote:
> > The "xs" linker only allows you to load a GWT app from another origin
> > than the HTML host page; but you'll still face the SOP when doing RPC
> > and/or RequestBuilder, and you'll thus have to put some kind of proxy-
> > servlet at the same origin than the HTML host page to proxy requests
> > to the app engine application.
>
> Thanks, that's helpful.  So if the server with the HTML host page
> doesn't support Java, then what I wanted to do is not possible, right?

The "proxy servlet" doesn't have to be in Java, given that it should
just pass the requests and responses as-is to the other server, which
technology it's made with doesn't matter; it could be PHP, Python,
Ruby, Bash (+wget?), ASP.NET, etc.

Google for something like "ajax proxy" and the language/techno of your
choice.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to