On 23/06/12 12:30, Jens wrote:
I think currently the codeserver only serves the compiled JavaScript of your 
app. So you still have to use a server that serves your server side code.
No, it serves source too. As Brian said, use -src arguments to the code server.

3.) copy your apps host html page and modify it to point to the bootstrap file provided by the code server. So 
instead of <script src="app/app.nocache.js"> you now have <script 
src="http://host:port/app/app.nocache.js";>. Thats why you need a different linker in your 
module.gwt.xml.
You don't need to do this. The Dev Mode On bookmarklet does this for you.

Paul

--
You received this message because you are subscribed to the Google Groups "Google 
Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to