Contributing Your Openspace Gadget
Once the Openspace gadget is available, it can be contributed using the Contribute Gadget option in the Openspace Gadget Store.
Note: You must be logged in as a user that has privileges with the ContributeGadget system action assigned to them to use the
Contribute Gadget option.
To do this, you must specify the URL of the gadget you want to add. For example protocol://amxbpmhost:8080/openspace/projectname/gadgetfoldername/MyGadget.gadget.xml where:
- protocol is the communications protocol being used by openspace, either HTTP or HTTPS. This was determined at installation.
- amxbpmhost is the machine name or IP address of the machine where TIBCO ActiveMatrix BPM is installed.
- projectname is the name of your web application project. The web application project name must be in lowercase.
- gadgetfoldername is the name of your gadget folder.
- MyGadget.gadget.xml is the name you have given your Openspace Gadget.
When adding a gadget to Openspace, note the following:
- When specifying a thumbnail or screenshot URL in
<ModulePrefs>:
- If you do not specify a thumbnail or screenshot URL that is publicly accessible URL, the gadget is displayed in Openspace as shown below:
- If you do not specify any thumbnail or screenshot URL, then Openspace uses its default thumbnail or screenshot and the gadget is displayed in Openspace as shown below:
- If you do not specify a description in <ModulePrefs>,Openspace defaults to Contributed Gadget[n] where n is an incremental number for each gadget you add that has no description.
For more information:
- On the OpenSocial Initiative, see http://opensocial.org.
- On the OpenSocial Gadgets API Specification, see http://opensocial.org/page/specs-1.
- On the constraints that apply to the contribution of gadgets in Openspace, see Constraints for Contributing Gadgets in Openspace.
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.