Monday, August 4, 2014

Re: GWT Developer Plugin no longer works with Chrome on Linux

Remember where I am standing:

In eclipse I call "run as web application", and in the generated link (http://127.0.0.1:8888/index.html?gwt.codesvr=127.0.0.1:9997) I cut off the portion after and including the "?" character, which results in http://127.0.0.1:8888/index.html.

This and nothing more is what I have changed. I thought that I am using SDM this way. If this is not SDM, what do I have to change to use SDM?

It will be SDM if you have compiled your app to JavaScript beforehand so you can access it through http://127.0.0.1:8888/index.html and if you have used the DevMode On bookmarklet from the SDM code server afterwards to recompile your app (and thus reloading the app from the SDM code server, which also provides sourcemaps, automatically).

If you have never used the bookmarklet then you haven't used SDM yet. In that case you probably only have compiled your app to JavaScript and used the embedded Jetty of classic DevMode (run as web application) to serve your app.


-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment