Questions tagged [gwt-super-dev-mode]

A new GWT development mode that is no longer using the browser plugin.

The Super Development Mode (SDM) allows GWT developers to quickly recompile their code (incrementally) and see the results in a browser. It also allows developers to debug the running GWT application in the browser. Developers can even debug Java code if they are using a browser that supports source maps.

A big advantage compared to the Classic Development Mode is the fact, that no plugin is needed anymore and the applications can be tested on various browsers (even mobile).

130 questions
2
votes
1 answer

GWT Super Devmode RPC fails, normal dev mode works

I am running Mac 10.8, with Juno, and GWTP. When I use super dev mode: The console tells me this error. I have applied all the suggestions in GWT - occasional com.google.gwt.user.client.rpc.SerializationException . When run this in Development…
user1256378
  • 712
  • 2
  • 12
  • 31
1
vote
2 answers

GWT Super Development Mode issue while loading the application

I have installed the GWT SDK version as 2.8.1. I am able to run the application in GWT with Jersy. But, when I try to run the application in GWT Development mode(Super), URL is generating like http://127.0.0.1:9876. When I place this URL in browser…
Nallamachu
  • 1,420
  • 18
  • 34
1
vote
0 answers

GWT 2.7.0 superDevMode recompiling (cache.js.gz error)

I am using eclipse to develop a gwt application and recently I migrated from GWT 2.6.0 to 2.7.0. I was always using super dev mode(with built-in jetty) and it worked ok with 2.6. While using superdev mode on 2.7 it has become quite frequent for the…
Timphilby
  • 11
  • 3
1
vote
1 answer

Unable to start GWT SuperDev mode within IntelliJ IDEA 2016.3.2 Error running GWTKafka SuperDev Mode: No GWT modules found

I am trying to start SuperDev mode in IntelliJ IDEA 2016.3.2. Even if I untick checkbox Use Super Dev Mode I'll have same message: Error running GWTKafka SuperDev Mode: No GWT modules found in 'gwtkafka' Project is setup as GWT Maven project,…
Miki
  • 2,493
  • 2
  • 27
  • 39
1
vote
1 answer

gwt:run-codeserver not seeing code updates for referenced libraries on browser refresh, needs maven install

Is it possible to make gwt:run-codeserver goal(from org.codehaus.mojo/gwt-maven-plugin) run with sources from referenced dependencies. For a war project projA which depends on libA, it will add the sources of projA but for libA, it will add the…
Dan L.
  • 1,717
  • 1
  • 21
  • 41
1
vote
0 answers

GWT superdevmode sourcemaps wrong after recompile

When debugging in Chrome DevTools, after a CodeServer recompile(caused by a web browser refresh), the breakpoints fire inside the generated javascript code instead of the Java code. I've also set the user.agent to safari to have only 1…
Dan L.
  • 1,717
  • 1
  • 21
  • 41
1
vote
1 answer

GWT Cannot read property 'example' of undefined

I'm learning GWT and currently I'm struggeling with RPC. I have a simple Project: a Label, a Textbox, an outputLabel and a Button. I want when the user enters his Name in the TextBox and press the "send" Button he will get a Message from the Server…
KilledByCheese
  • 852
  • 10
  • 30
1
vote
1 answer

vaadin superdevmode can't find custom widget classes

I'm trying to debug a Vaadin custom widgetset using superdevmode. In "normal" mode the custom widget shows up correctly in the browser. When using superdevmode though, it shows the following text instead of the custom widget: Widgetset xxx does not…
geert3
  • 7,086
  • 1
  • 33
  • 49
1
vote
1 answer

GWT SuperDevMode overwrites production code when using launcherdir

I'm trying to use the new SuperDevMode with -launcherdir parameter and currently I point launcherdir to the same folder as where production code is deployed. The effect is that the .nocache.js file gets overridden by SuperDevMode's nocache.js file…
Dan L.
  • 1,717
  • 1
  • 21
  • 41
1
vote
1 answer

"Cannot be resolved to a type" after upgrading to GWT 2.7. and trying to compile a multi-project module

I´ve been having trouble getting the Super-Dev-Mode to work with GWT 2.7. and GXT 3.1.x The classical Dev-Mode starts without trouble, but the Super-Dev-Mode and GWT-compile the project won`t work. I am currently working with Eclipse 4.4.2 with…
Kevin de Goede
  • 429
  • 6
  • 12
1
vote
2 answers

What is the difference in running GWT in differnt Web Application mode in eclipse?

In eclipse what is the difference running GWT Web Application in different Mode. Web Application Web Application (GWT Classic Dev Mode) Web Application (GWT Super Dev Mode) Web Application (running on an external server)
touchchandra
  • 1,506
  • 5
  • 21
  • 37
1
vote
1 answer

compilation is not happening on page refresh in GWT Super Dev Mode

I have multiple maven based application developed using GWT+SmartGWT.Currently i migrated to GWT 2.7 and setup Super Dev Mode for this multiple maven project and launch the SDM.But when i referesh the page compilation is not happening.Is there…
moh
  • 1,426
  • 2
  • 16
  • 43
1
vote
2 answers

How to turn off super dev mode in GWT?

I am using netbeans, for build I am using Maven. There is a flag -nosuperDevMode used to set super dev mode off, but i don't know where and how to use this in netbeans and maven. How to turn off the super dev mode? Also how to access GWT properties…
Imran Khurram
  • 377
  • 8
  • 18
1
vote
0 answers

Application is loading but no content is displaying in Super Dev Mode

I migrated my GWT classic dev mode to super dev mode and configured every think in GWT 2.5.1 rc.While launching its compiling the application but when i hit the hostpage(html) its not loading the content.Apart from this is there any think i need to…
moh
  • 1,426
  • 2
  • 16
  • 43
1
vote
0 answers

GWT Super dev mode: full recompile when modifying DTOs

We are currently using GWT 2.7 and super dev mode with the incremental compilation with great success so far. However everytime we had add a function, remove a field from a DTO (shared between server and client), a full recompile (about 20 minutes)…
1 2 3
8 9