I do development work all the time using GWT and a local server without any internet access. My job had all internet traffic blocked over the VPN I work over for the longest time too so I can pretty definitively say that bog standard GWT RPC does not require any internet access to function. I have a tomcat instance running on my local machine and a GWT app deployed to it and have no problem doing RPC calls to the tomcat server without any access to the internet.
How exactly do you have your project set up? Maybe some more information would help. On Aug 3, 1:00 pm, Dominic Holt <[email protected]> wrote: > > So you're saying that a Java app that listens on 127.0.0.1:80 won't > > handle a GWT RPC call? I've never tried it, so I'm just asking... > > > GWT uses the browser's XMLHTTPRequest object > > No, not without an internet connection --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
