Thursday, March 31, 2011

How to host GWT in a google-site page?

I have searched and struggled with this, but cannot successfully host
a (simple example) GWT application in a google site page.

The only mechanism for this is a google gadget on the page that
contains the HTML and javascript. I have other (javascript-based)
gadgets that work OK, but the GWT application never runs (just the
HTML appears, but looks like the javascript does not execute). I
uploaded the .js file and referenced it in the <script> tag something
like:

<script type="text/javascript" language="javascript" src="https://
sites.google.com/a/nc-mcmillans.com/sslive/slist.nocache.js"></
script>

The HTML is rendered, but the GWT application never appears to run.

I have search google-sites help forums to no avail.

Has anyone hosted GWT apps on a google-sites page, and can you tell me
how it works? Exactly what files from the GWT Eclipse project must be
uploaded?

Thanks!
-Mark

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

No comments:

Post a Comment