Re: How to host GWT in a google-site page?

2011-04-01 Thread mike b
I would think that you don't upload any GWT js to your google site. You'll need to have your GWT app hosted on a webserver somewhere, possibly the GAE. Then add a script element in the site HTML referencing the hosted location of the js file. You'll have to make sure that your EntryPoint

Re: How to host GWT in a google-site page?

2011-04-01 Thread mike b
oh yeah... please report back how it worked. I might actually be trying to do something like that myself soon. I'd be interested to see what you turned out. thx, mikeb -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: How to host GWT in a google-site page?

2011-04-01 Thread sibiquin
Thanks for the tips. I don't know why I could not have the .js file hosted on the google site... as long as it is reachable by a URL it can be referenced in the script tag (as in my original post). I do understand that my GWT app will not be able to call back to the server to do anything; that