Playing With the RPC Development Cycle

o I noticed that the no compiled code was generated in the
/war/sample directory.
o All I saw was sample.nocache.js
o Where, where is the browser code generated now?
o If I do a manual compile in eclipse, I see it. But not in
the browser compile. I know it’s cached, but where?
o Answer to be determined, or you can help!
o Well, let’s determine it now!
o With “GWT Super Dev Mode”, the code processing is move closer to
the browser.
o So that would explain why no change to /war/sample directory.
o If we go to the browser caching enviroment, on my
machine that’s: C:UsersPhilipAppDataLocalTemp
o We will see a large file similar to:
gwt3765073406107038639byte-cache
o A directory similar to: gwtc5237787814828370367.tmp
o Please, anyone, elaborate a bit more.
o That’s what I know for now

o I noticed that, if we changed the entry module,
that was reflected. I appended, “xx” to:
message.setText(result + ” xx”);
o Click on the GWT icon, located at the bottom right
o The code will compile
o I saw the change shown in the browser
o I change the SampleServiceImpl.java message to:
“message goes here yyy”
o Refreshed browser, but I did not see this message
reflected on the browser?
o Why? Server side code need, a server restart
o Go to the Development Mode panel
o Click the “Reload web server” arrows to restart server
o I rechecked the browser, both changes appeared