Finishing Demo Super Dev Mode (Debugging) Lesson

o Remove the break point in the browser
o Click line 42 till it is not blue
o Let us change make change to our code
o But, let us change “Send It” button to “Send”
o Go to the Sample.java in the eclipse code and make the change
o Click the GWT icon at the bottom right to recompile
o The browser refreshes and bang! bang!
o Success!
o So far, I don’t know how to change the code in the browser
and have it show up in the browser
o We can make change in our code and look at the response time
o If we look at the “Compilation succeeded” console in eclipse
o We see 4.987s, big difference than 13.43s of the Classic Mode
o The turn around from code change to browser is fast

Super Development Mode Advantage – Thumbs Up!
o Faster browser response time
o Faster compilation
o Run on latest browsers: IE, Chrome and Firefox
o Debugging is close to where we need it – the browser
o The Java code along side the Javascript in the browser
o Development process is faster and better – near the browser

o Super Dev Mode is NOT SECURE! Best to run only in Development enviroment only!
Where the code is secure and behind a firewall.
o No https support
o Not sure if all browsers support it, besides Chrome
o See http://www.gwtproject.org/articles/superdevmode.html for more information
o I could not change Java Code in browser (Not sure how)
o Not sure that all debug feature are available in browser
o Have to keep developing with Super Development Mode and
learn more

Video

topuparrow