Content
o Select the app:–> sample
o Click:–> Run As
o Select:–> Web Application (GWT Super Dev Mode)
o Right-Click on the URL
http://127.0.0.1/Sample.html
o Select from Open With:–>
firefox24
o Browser came up and application came up real fast
o SUPER DEV MODE FEATURE 1: FASTER RESPONSE TIME
o I am supprise we did not have to recompile
o If we had to, there would be an GWT icon at the bottom
right used to recompile
o Let us refresh browser – there!
o Click the GWT icon at the bottom right to recompile
o Application will compile and appear succesfully again.
o SUPER DEV MODE FEATURE 2: FASTER COMPILATION
o Click:–> Run As
o Select:–> Web Application (GWT Super Dev Mode)
o Right-Click on the URL
http://127.0.0.1/Sample.html
o Select from Open With:–>
firefox24
o Browser came up and application came up real fast
o SUPER DEV MODE FEATURE 1: FASTER RESPONSE TIME
o I am supprise we did not have to recompile
o If we had to, there would be an GWT icon at the bottom
right used to recompile
o Let us refresh browser – there!
o Click the GWT icon at the bottom right to recompile
o Application will compile and appear succesfully again.
o SUPER DEV MODE FEATURE 2: FASTER COMPILATION
o Stop Development Mode
o Select project: sample
o Select: Google icon
o Select: GWT Compile
o Compile
o It took 13.43s to compile our sample code
o Not a whole lot of difference
o The gain in Super Dev Mode is the real
time compile while we are developing
o Let me show you
o Select project: sample
o Select: Google icon
o Select: GWT Compile
o Compile
o It took 13.43s to compile our sample code
o Not a whole lot of difference
o The gain in Super Dev Mode is the real
time compile while we are developing
o Let me show you
o First let us get the path for the chrome executable
C:Program Files (x86)GoogleChromeApplicationchrome.exe
o Select:–> Window — Preferences
o Select: General — Web Browser
o Click:–> New
o Enter for Name: chrome
o Location enter path: C:Program Files (x86)GoogleChromeApplicationchrome.exe
o Click OK
C:Program Files (x86)GoogleChromeApplicationchrome.exe
o Select:–> Window — Preferences
o Select: General — Web Browser
o Click:–> New
o Enter for Name: chrome
o Location enter path: C:Program Files (x86)GoogleChromeApplicationchrome.exe
o Click OK
o Select the app:–> sample
o Click:–> Run As
o Select:–> Web Application (GWT Super Dev Mode)
o Right-Click on the URL
http://127.0.0.1/Sample.html
o Select from Open With:–>
chrome
o Browser came up and application came up real fast
o A recompile message will appear, and may disappear
o If we had to, click the GWT icon at the bottom right to recompile
o Let us refresh browser – there!
o Success!
o Application is now running in Chrome
o Click:–> Run As
o Select:–> Web Application (GWT Super Dev Mode)
o Right-Click on the URL
http://127.0.0.1/Sample.html
o Select from Open With:–>
chrome
o Browser came up and application came up real fast
o A recompile message will appear, and may disappear
o If we had to, click the GWT icon at the bottom right to recompile
o Let us refresh browser – there!
o Success!
o Application is now running in Chrome
o You don’t have to configure the latest IE or Firefox
as part of eclipse, unless you want to.
o Follow the “Setting Chrome Browser in Eclipe” above if you do
o Bring up your latest IE, mine is version 11
o Enter the url: http://127.0.0.1/Sample.html
o Success!
o Application is now running in latest IE and Firefox
o SUPER DEV MODE FEATURE 3: RUN ON LATEST BROWSERS
o Classic mode will need Firefox 24
o This will probably run in Safari also, I don’t
have a mac. Althoug I have a Virtual Machine that runs mac.
More on this on a later lesson.
as part of eclipse, unless you want to.
o Follow the “Setting Chrome Browser in Eclipe” above if you do
o Bring up your latest IE, mine is version 11
o Enter the url: http://127.0.0.1/Sample.html
o Success!
o Application is now running in latest IE and Firefox
o SUPER DEV MODE FEATURE 3: RUN ON LATEST BROWSERS
o Classic mode will need Firefox 24
o This will probably run in Safari also, I don’t
have a mac. Althoug I have a Virtual Machine that runs mac.
More on this on a later lesson.
Next: Run Configurations in Super Development Mode