Chapter 8. Google Gadget Operations

Create Google Gadget
Deploy/Undeploy gadget in portal
Preview gadget

Google Gadget file is the XML-file with special MIME type "application/x-google-gadget". With eXo IDE you can create such file, edit with Code or WYSIWYG Editor, preview in Preview Tab of eXo IDE, deploy/undeploy it on the server through shindig-library, add deployed gadget to some page in portal.

There are three ways to create Google Gadget within the eXo IDE:

In 2nd and 3rd case, don't forget to select MIME type "application/x-google-gadget".

Picture 25. Google Gadget Operations

To deploy some Google Gadget to portal, do as follows:

After that the deploy request will be sent to the server, and if there are no errors - the message like the following will be displayed in the Output Tab:

[INFO]/rest/private/ide/gadget/deploy?gadgetURL=http%3A%2F%2F192.168.0.130%3A8080%2Frest%2Fprivate%2
Fjcr%2Frepository%2Fdev-monit%2FTest+Gadget+File.xml&privateContext=%2Frest%2Fprivate&publicContext=
%2Frest deployed successfully.
 

It means that gadget was deployed to the portal with title set in the gadget's '<ModulePrefs title="Hello World" />', e.g.:

Picture 26. Deploy Gadget

Otherwise, error message will be displayed in the Output Tab.

Calling the "Undeploy" operation is similar to the "Deploy" - you have to:

If everything is fine, then you will get message like that:

[INFO]/rest/private/ide/gadget/undeploy?gadgetURL=http%3A%2F%2F192.168.0.130%3A8080%2Frest%2Fprivate
%2Fjcr%2Frepository%2Fdev-monit%2FTest+Gadget+File.xml&privateContext=%2Frest%2Fprivate&publicContext=
%2Frest undeployed successfully.
 

To preview gadget you may open saved earlier gadget file and click on "Show Preview" button on Toolbar or select "Run->Show Preview" top menu command. Then gadget will be opened in the Gadget Container of Preview Tab, as it is figured at the picture "Google Gadget Operations" above.