So I am checking old code from an app on GWT 2.1, when I compiled it with ant and try to check the page on Google Chrome i get the problem about old plugin blah blah update to new version and blah blah super dev mode.
I can change the version of gwt because reasons. But I cant find old documentation about gwt on dev mode, just new one and they talk about super dev mode.
How do you disable dev mode on old versions of GWT.
Related
What was the last Chrome version that supported GWT Classical Dev Mode?
When did Chrome deprecate GWT plugin with classical Dev mode?
Release Notes for 2.6.0 (RC1)
GWT Development Mode will no longer be available for Chrome sometime
in 2014, so we improved alternate ways of debugging. There are
improvements to Super Dev Mode, asserts, console logging, and error
messages.
http://www.gwtproject.org/release-notes.html#Release_Notes_2_6_1
Chrome version 30.0 still has the classic dev mode support and firefox version 24.
I was developing GWT application but as I came to know google doesn't support GWT developer plugin for Google Chrome now, provide me any other method to test my application of GWT
SuperDevMode is the new way of debugging GWT applications.
If you want to use the older GWT developer plugin then you can if you use an older browser. The latest version of Firefox that can be used is version 24. IE 11 works fine too.
GWT Development Mode will no longer be available for Chrome sometime
in 2014, so we improved alternate ways of debugging. There are
improvements to Super Dev Mode, asserts, console logging, and error
messages.Read Note
for more information about super dev mode
I am a new user of Google Web Toolkit.
I tried to run my application in chrome browser.
But it was asking me to download the plugin to run GWT applications.
Then i gone through the link but it was showing me this problem....NOT COMPATIBLE
Please provide help.
Release Notes for 2.6.1
GWT Development Mode will no longer be available for Chrome sometime
in 2014, so we improved alternate ways of debugging. There are
improvements to Super Dev Mode, asserts, console logging, and error
messages.
enter link description here
I am using GWT 2.6.1 and I want to debug my application as it was before in Eclipse 4.4 (Luna).
When I start debugging in Classic Dev Mode, I get a white blank screen on Chrome. When I open debug screen in Chrome, I see the error message : " Failed to load resource: net::ERR_CONNECTION_REFUSED".
How can I debug in old fashioned way?
Thx in advance.
HDayi
The Dev Mode plugin has been deprecated a long time ago for both chrome and firefox.
If you really want to keep using the old dev mode, the only browser that will allow you to use it right now is Internet Explorer.
If you can, you should consider switching to the all new GWT 2.7 which contains significant improvement to the super dev mode that replaces the old hosted mode, with greatly improved recompilation times.
I have GWT 2.3 installed; Today I tried to update the FF dev plugin but since it was updated it says
"This add-on will be installed when Firefox is restarted"
... but each time I restart FF I can see the same note :( So restarting does not make any effect I tried more than 5 times yet :S Before the update attempt all worked fine.
The plugin link is https://dl-ssl.google.com/gwt/plugins/firefox/gwt-dev-plugin.xpi but maybe the plugin version is somehow is not for my GWT 2.3? I am not pretty sure here :S
So my question is can I rollback the new fail installed plugin or what should I do to restore my previous FF dev plugin?
Need more information to properly answer. But I'm going to assume you are using Firefox 11 and the browser plugin won't install. You can install the GWT plugin for FF11 from here: http://acleung.com/gwt-dev-plugin-ff11.xpi
Google tends to lag behind by a few weeks when new Firefox releases come out as the plugins have to go through proper testing before they are pushed to the official "missing plugin" page. To get the latest plugin when a new version of Firefox comes out, check out the Google Groups for GWT, as Alan Leung (a GWT dev) will post the latest builds within a day or so of release.