Run Config in GWT’s Classic Dev Mode

o Select:–> Main Tab
o Project is: Sample
o Main class is: com.google.gwt.dev.DevMode
o Select:–> Server Tab:
o App Engine is running on port: 8888
o That’s like our J2EE server, like tomcat or Jboss, etc.
o Select:–> GWT Tab
o We have Classic Development Mode selected
o GWT Module is: Sample.gwt.xml
o Our code server is being served on: 9997
o Select:–> Argument Tab
o Program Arguments is:
-remoteUI “${gwt_remote_ui_server_port}:${unique_id}” -startupUrl Sample.html -logLevel INFO -codeServerPort 9997 -port 8888 -server
o Note “-remoteUI”, we will compare it whe we run Super Mode
o Copy Development Mode project url: http://127.0.0.1:8888/Sample.html?gwt.codesvr=127.0.0.1:9997
o Open IE, my version was 11
o Paste an run URL in IE
o We get the “Download the GWT Developer Plugin” button, where
we have to download the GWT plugin for the browser
o Repeat copy/paste in firefox 35
o I wanted to show that (GWT Classic Dev Mode)does
not work, except for firefox 24
o Now, let switch to why we are here, GWT Super Development
o No, let keep using GWT Classic Dev Mode to debug and
and see how long it takes to compile GWT code.
o Plus as we go foward with GWT Super Development,
I will not be going back to Classic Dev Mode.

o Stop Development Mode
o Select project: sample
o Select: Google icon
o Select: GWT Compile
o Compile
o It took 14.16s to compile our sample code
o We will compare it with the Super Mode

Next: Debugging in Classic Development Mode

Video

topuparrow