On 08/03/2009 11:00 AM, Dominic Holt 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
Well, I generally test my applications in GWT noserver mode using a URL that resembles the following: http://localhost:4000/example.com/myapp.html I use a specific port so that multiple applications can co-exist on this box. Each port maps to a web root. Apache listens on these several ports, directing requests to the appropriate directory based on the port. The server responds to XMLHTTPRequests from GWT. I use Perl to handle to provide database and XSLT support operations among other things. No internet connection required for testing XMLHTTPRequests. Perhaps I misunderstand what you're asking. Bueno suerte, jec --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
