gwt-hosted-mode

What engine powers the GWT Hosted Mode browser?

From what I've read/viewed online about using GWT, the key is to develop/debug in the Hosted Mode browser versus compiling and testing in normal browsers. As a UI developer - the rendering engine is a key piece of the puzzle when using a custom/embedded browser. Thus (since I can't find the info anywhere), what browser rendering engine...

gwt hosted mode hangs on connecting to 127.0.0.1

hi all, i am using gwt for a while (pretty nice and useful thing) when i run the hosted mode i am getting the hosted browser window, and it hangs on "connecting to 127.0.0.1", only after few tires it works well. anyone encountered this behavior? please advise oops forgot to mention that i am using windows XP, GWT 3.5, and eclipse ...

How do you setup JNDI for GWT (2.0) Hosted Mode?

How do you setup a JNDI server on GWT's hosted mode (they seem to use an embedded Jetty server)? ...

Looking for help with GWT Server mode and Weblogic.

Can anyone please help me with setting up GWT hosted mode with Weblogic? I found plenty of resources, but they seem to be geared towards Tomcat. Also GWT 2.0 seems to output and generate slightly different files than before which may also affect the setup. I am running Weblogic outside of Eclipse, using Weblogic 9.2 ANY help would b...

NS_ERROR_NOT_AVAILABLE in GWT DevMode when not on network

My GWT app works fine in DevMode if I am connected to the network. If I disconnect (turn Airport off), my app stops working. The problem occurs when the app makes an XHR request. Googling around suggests that this is related to a Same-Origin Policy violation; but I can't understand why that would occur when I'm disconnected, and not whe...