javamavengwtgwt-super-dev-mode

How to Use Super Dev Mode for Maven based GWT Application


I have multiple Maven Based GWT Project which are using Classic Dev Mode earlier now i am upgrading the GWT version to 2.7 which will not support classic DevMode and i am updating it to use Super dev mode.I want the changes done in the dev mode should reflect in the reload page without compiling the application.how it possible to reflect the changes made in development mode by reloading the page?Any clue?


Solution

  • GWT 2.7 now uses SuperDevMode by default when launching the DevMode entry-point (mvn gwt:run with Mojo's Maven Plugin for GWT), so if it worked before, it should work now; the only difference being how you debug your code (you no longer use mvn gwt:debug, you just open the dev tools i your browser when using mvn gwt:run).