On Sep 8, 4:37 pm, Roelant Ossewaarde <[EMAIL PROTECTED]> wrote:
>
> 1. is there ANY way in which an application in hosted mode on a local
> machine can access an outside server?

Yes: use the -noserver mode.

> It seems that in the case of
> Hosted Mode + local machine, a SOP-exception could safely be made, or,
> if the SOP policy is enforced by WebKit, a proxy in the Tomcat server
> could be configured to proxy local POSTs and GETs to an outside
> domain.

That's another solution; mainly if you don't have a deployed version
to load in -noserver mode. It also has the advantage that you can add
logging to your servlet (such that it can even log to the GWTShell
e.g. things like request/response headers and content, timing info,
etc.)

> 2. How to quickly deploy over and over again, without things like FTP?
> Is there a way to tell the GWT compiler to leave existing files and
> directories in place?

Not that I know of.

--~--~---------~--~----~------------~-------~--~----~
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