Monday, November 30, 2009

Setup Tibco General Interface to use jQuery

It is very simple and easy to integrate Tibco GI to use jQuery.

First, create a project in General Interface. Dereference the components folder and logic.js in js folder. Copy jQuery JavaScript file to the js folder. Set it to autoload (I think this is not required).

Close the project. Copy the project folder to addins folder. You can put it in the workspace folder at /addins. If you want everyone to be able to access it, you can put it in the JSX/addins folder.

Open the config.xml file and rewrite the config.xml. You don't need most of the information from the project config.xml.

This is what I put for my config.xml



If you want to use the addins, set it to load at Project>Project Settings>Add-Ins and choose jQuery.

Now you're set to use jQuery in your Tibco GI project.

1 comment:

Anonymous said...

Hi Felix,

Image of config.xml is missing, can you please fix it.

Thanks.