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
30
votes
4 answers

Super Dev mode in GWT

I'm new to gwt. I don't know how to start up Super Dev mode. I need the detailed explanation step by step. I have tried editing gwt.xml file by adding
nmkyuppie
  • 1,456
  • 1
  • 14
  • 30
17
votes
3 answers

How to get GWT Super Dev Mode to work with IntelliJ

I had a lot of issues getting Super Dev mode to work with IntelliJ. This question, and my answer below, are to document how to do this, for anyone else who might come across this in future (and for my own reference):
Ali
  • 261,656
  • 265
  • 575
  • 769
9
votes
2 answers

GWT 2.7 + GAE app looks for codeserver when deployed

Why does appengine try to use Super Dev Mode? Every time I deploy my GWT app to appengine and try to access it I get the white loading screen, then after about 20-30 seconds I get this message: I use maven with the gwt-maven-plugin and…
9
votes
1 answer

How to launch GWT Super Dev Mode

After a lot of pain,Finally installed GWT 2.5 with my Eclipse kepler Now I am able to launch with Dev mode ,i.e Classic Dev Mode. By debug configuration in Eclipse aruguments tab is . -remoteUI "${gwt_remote_ui_server_port}:${unique_id}"…
Suresh Atta
  • 120,458
  • 37
  • 198
  • 307
8
votes
1 answer

GWT - How to view java exception stack trace in super dev?

I'm using GWT Super Dev and I activated source maps in Chrome. Although I can see the Java classes in the Sources tab, I can't figure out how to view the full stack trace of unhandled exceptions. So how do I do that ?
Andrei F
  • 4,205
  • 9
  • 35
  • 66
7
votes
2 answers

GWT SuperDev - Can't find GWT Modules

I have followed the steps given on this page - getting-started-with-the-superdevmode but I am still getting message - Can't find any GWT Modules on this page. I did some more googling but could not find any solution until now. I am using GWT 2.6.1…
NRJ
  • 1,064
  • 3
  • 15
  • 32
7
votes
1 answer

GWT SuperDev mode enabled, source maps enabled, compiled, yet no source maps appear

As the title says, I'm attempting to run SuperDev mode using the latest version of GWT (2.6.1) in Chrome. My application is being served by a Tomcat server. I have the SuperDev mode server running (via IntelliJ), which compiles and links the…
Display name
  • 1,109
  • 1
  • 15
  • 31
6
votes
1 answer

java.util.Lists in Gwt super dev mode debugger

We recently decided to integrate Material Design into our mature GWT application and this has finally forced our hand on moving from Legacy dev Mode to Super dev mode. We have this working fairly well using Chrome and Intellij IDE, 2016.2. One…
bclarkreston
  • 638
  • 5
  • 18
6
votes
2 answers

Debugging in GWT Super Dev Mode?

So far, debugging in GWT super dev mode seems to be a real pain. If there are any errors, there is no stack trace, just a cryptic message given in the chrome console. Is there a way to get all errors to print a stack trace, like in the dev mode? I…
Ali
  • 261,656
  • 265
  • 575
  • 769
6
votes
2 answers

Running in SuperDevMode

I tried SuperDevMode however when the URL: http://localhost:9876/ is accessed and Dev Mode On is clicked, I'm getting this: Can't find any GWT Modules on this page. What could I be missing? I already did $mvn gwt:compile $mvn gwt:run-codeserver I…
quarks
  • 33,478
  • 73
  • 290
  • 513
6
votes
6 answers

Setting the java classpath (for super dev mode)

I'm trying to run a jar, gwt-codeserver.jar, in OSX.7, with the command java -cp ".:/sdk/gwt-2.5.0.rc1/gwt-dev.jar" -jar /sdk/gwt-2.5.0.rc1/gwt-codeserver.jar com.activegrade.TeacherView The command fails with: Exception in thread "main"…
Riley Lark
  • 20,660
  • 15
  • 80
  • 128
5
votes
3 answers

GWT 2.7.0 Super Dev Mode, don't recompile server side code after change

I am starting to learn GWT. I've picked up newest version (2.7.0). I have wrote Entry point class to display start page and to call rpc to server to execute some function. Every change I made in client side source code in Entry point class, cause…
masterdany88
  • 5,041
  • 11
  • 58
  • 132
5
votes
2 answers

How enable production mode in GWT 2.7 application

I would like to deploy my GWT 2.7 application on my server through gwt-maven-plugin and jenkins. But, after compile process, when I launch my application, I've this error message : Couldn't load APPLICATION_NAME from Super Dev Mode server at…
Maxime Riss
  • 111
  • 1
  • 7
5
votes
1 answer

Super dev mode + JSP page in Tomcat

I have a .jsp page (the main page of my gwt module) and I'm trying to enable super dev mode as I'm migrating to gwt 2.6. Following the explanations I found out on internet, once I launch the codeserver and add the bookmarklets, next I gotta open the…
Adnane.T
  • 280
  • 1
  • 4
  • 13
5
votes
2 answers

Super Dev Mode on a remote server

The project I work at is quite specific. We use GWT with SAP backend. We run the Dev Mode using the following configuration (as program arguments; I run the project directly using IntelliJ IDEA) -noserver -logLevel INFO -startupUrl…
Vic
  • 1,778
  • 3
  • 19
  • 37
1
2 3
8 9