• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

How to host GWT in a google-site page?

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 appears to be 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:



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?

Thanks!
-Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic