Hello,

I'm a beginner on on GWT and Google Gadgets, but i'm conscious about
benefits to make gadget applications to deploy in Open Social
container.
I 'm actually working on eXoPortal + WebOS, and built the head
revision from the last trunk , because it supports the remote open
social gadgets.
The goal then is to install / configure the exo portal in my company
then build around applications and gadgets to include in this portal.

So i followed first the Google tutorial for GWT for the StockWatcher
application.
Then i 've tested it locally, then pushed the code to Google code svn
and have successfully tested it remotely (URL being :
http://sudoracegadget.googlecode.com/svn/trunk/StockWatcher/www/com.laurentbois.exoportal.gwt.gadget.Application/Application.html
)

To move it to an open social gadget i followed the steps described
in :
Didier Girard Javapolis slides : 
http://www.slideshare.net/dgirard/javapolis-gwt-gadget-opensocial/
And 
http://knol.google.com/k/carl-hunt/building-an-opensocial-gadget-with-gwt/2asfa2owywmas/3#


Gadget XML file can be viewed at:
http://sudoracegadget.googlecode.com/svn/trunk/StockWatcher/www/com.laurentbois.exoportal.gwt.gadget.Application/StockWatcher.xml

After this, i've tested on gmodules :
http://gmodules.com/gadgets/ifr?url=http://sudoracegadget.googlecode.com/svn/trunk/StockWatcher/www/com.laurentbois.exoportal.gwt.gadget.Application/StockWatcher.xml

In firefox, using Firebug , i have several errors , especially
permissions errors:
* Permission denied to get property Window.document
[8F1E3F45...ache.html (ligne 5)]

[Break on this error] var $doc = $wnd.document; [8F1E3F45...ache.html
(ligne 5)]

* Permission denied to get property
Window.com_laurentbois_exoportal_gwt_gadget_Application
[8F1E3F45B7E221B0FDBD6E96572D329F.cache.html()()8F1E3F45...ache.html
(ligne 4231)]

[Break on this error] if
($wnd.com_laurentbois_exoportal_gwt_g...l_gwt_gadget_Application.onScriptLoad
();

[8F1E3F45...ache.html (ligne 4231)]

* Permission denied to get property Window.document
(?)()8F1E3F45...ache.html (ligne 5)
[Break on this error] c

After my GWT application compile phase , i have many HTML artifacts,
from which com.xxx.Application-xs.nocache.js is dependent
2D798979C37EA2F858ECD0F711490EA9.cache.html
30A53C8D1A71ED10296E58DE4D646CC9.cache.html
3C1BB8D9F4421AD9D75B826041C5F442.cache.html
49CE52C58819DDCB2654FA8E60E65E49.cache.html
com.laurentbois.exoportal.gwt.gadget.Application-xs.nocache.js
548CDF11D6FE9011F3447CA200D7FB7F.cache.png
8F1E3F45B7E221B0FDBD6E96572D329F.cache.html
9DA92932034707C17CFF15F95086D53F.cache.png

I get the same errors while deploying this gadget in my iGoogle page

Did i miss something to transform my application into a social gadget?

Thanks for your help

Laurent

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to