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
0
votes
1 answer

GWT 2.5.1 SuperDevMode not enabled

i work on a GWT/GWTPHONEGAP/MGWT project and i need using gwt 2.5.1 with SuperdevMode. I use maven and the following command "classpath gwt:runcodeServer", when i compile my project no error occur, but when i go to my webBrowser to using…
ndaussy
  • 7
  • 5
0
votes
1 answer

GWT super dev mode, SimpleCheckBox.wrap() AssertionError

With GWT I had an issue with SimpleCheckBox.wrap() method as it produced the AssertionError in DevMode. And I used to work around that by adding the code that was only being executed if GWT.isScript() is true. I face the same challenge now with…
alexp
  • 787
  • 5
  • 26
0
votes
1 answer

GWT Super Dev Mode RPC 404

I am trying to get started with super dev mode. I have super dev mode running, and have a web server serving up my main html page, where I am able to do 'Dev mode on' and recompile the module. Now I am trying to get this page to access my…
CyDharttha
  • 59
  • 7
0
votes
1 answer

GWT with superdevmode and external library

I'm using GWT to make a webapp. I can use superdevmode, and I can use external libraries in production, but I seem to run into a problem when I combined the two. I am using this library for my oatuh2 login http://code.google.com/p/gwt-oauth2/ and I…
Mark Wang
  • 342
  • 3
  • 11
0
votes
1 answer

GWT super dev more "ignored get request"

I have a servlet in my GWT project that simply sends a "hello world" on get. Unfortunately in super dev mode in GWT I see no "Hello world" in my browser and see this in the GWT logs... [WARN] ignored get request: /slimupdates/updates Any idea if…
benstpierre
  • 32,833
  • 51
  • 177
  • 288
0
votes
1 answer

Looking for a one click method to recompile GWT client code by using the codeserver?

I have a single module GWT project. The compilation with codeserver works fine. However, I find the procedure of recompiling my client code with the codeserver unnecessarily cumbersome. Do I really have to click on three buttons for one…
Stefan Endrullis
  • 4,150
  • 2
  • 32
  • 45
0
votes
1 answer

How to link gwt-super-dev-mode with a web application launched by play!1.2.7

I've got a problem with my web application, running on Firefox and built with Play!1.2.7, GWT2.6 on Windows 7. I'm using Eclipse Kepler as IDE. First of all, in production mode, the application works. The problem is to make it work in dev mode,…
tlapeg07
  • 103
  • 1
  • 13
0
votes
1 answer

Running MGWT in Super Dev Mode does not pick up code changes

I was evaluating MGWT for the new mobile version of our website. So I downloaded the MGWT's showcase project and set it up in my Eclipse. I was able to compile the project and run it. I was then trying to set up the showcase to run in the Super Dev…
Hoang
  • 1
  • 1
0
votes
1 answer

How to run GWT's Super Dev + sourcemaps using the Showcase sample

I'm looking for a way to run superdev mode + source maps with the GWT's 2.5 Showcase projects. I've followed the following…
Gal Bracha
  • 19,004
  • 11
  • 72
  • 86
-1
votes
1 answer

How to debugging code in gwt super dev mode

I am using gwt 2.6.0 to develop web application. Using super dev mode to run my application in development mode. I could not understand how to use break point in super dev mode so that i can debug my code step by step (line by line).
Kushal Jain
  • 3,029
  • 5
  • 31
  • 48
1 2 3
8
9