Hi all,
I wanted to use the Ape Server (http://www.ape-project.org/ an Ajax
Push/Comet/Call-It-How-You-Want server) in my app, but I've run into
some troubles - mainly the server communicates with subdomains of my
main domain:

example.com <- main site (communicates with [0-9].ape.example.com)
ape.example.com <- ape server
[0-9].ape.example.com <- subdomains for the ape server (multiple, to
enable multitabbing the app)

As far as I can tell, this kind of setup (any other is not possible,
I'm afraid) doesn't work with the standard linker for GWT (IFrame) -
it causes errors like "Permission denied on [insert some code
here ;)]". After many attempts at fixing this, I ran into the cross-
site linker (xs). And voila - I recompiled and it works, but only the
compiled output - it turns out xs linker is not available for Hosted
Mode (BTW, I'm using OOPHM and there's no alert about that -
thankfully I browsed through the js code for the hosted mode and found
a comment there..).

So my question is: if I want to use cross-site (domain?) requests I'm
stuck in the compile (using xs linker) -> test -> modify code ->
compile, etc. cycle? Or am I missing something? I'm sure that everyone
agrees that using (OOP)HM is essential during development in GWT and I
would like to keep using it :)

Some additional info:
GWT trunk (r5998-ish)
Using OOPHM + Firefox 3.0.12 (iirc)

Best regards,
Igor Klimer

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to