Tagged Questions

TIBCO General Interfaceâ„¢ is a commercial Ajax solution sold by TIBCO (http://www.tibco.com/) for rapidly building and deploying rich internet applications (RIA), Ajax components, and "portlets" that look and feel like desktop software. TIBCO has also sponsored an open source project, available at http://www.generalinterface.org/, that offers a free, BSD-licensed open source edition.

learn more… | top users | synonyms

2
votes
3answers
781 views

Has anyone used TIBCO GI?

I was checking out the TIBCO GI the other day and I was impressed. Has anyone used it extensively? What are your thoughts? What drawbacks did you encounter? Is it suitable for Internet or only ...
1
vote
1answer
379 views

How to call RESTful web service using TIBCO GI?

I have created login page using Tibco GI and want to integrate this page with Restful web service for authentications. can any one know how to integrate restful web service with tibco GI? Regards, ...
0
votes
1answer
59 views

Will a lot of IFRAME impact performance?

We use Tibco General Interface for our RIA presentation layer. The server side is .NET application which exposes data as Web service etc., Up till now we have been able to develop the presentation ...
0
votes
0answers
131 views

GI : How to cancel event bubbling / stop propogation on click event in GI page?

Our application is developed in GI. On Image click I am calling javaScriptFunction() which is present in logic.js Sample code is as follows: <xsl:choose> <xsl:when ...
0
votes
0answers
128 views

JavaScript function not called on Image click when browser is restore down

In my GI Application, On Image click I am calling myJavaScriptFunction. It works well i.e able to execute myJavaScriptFunctoin when browser window is maximized. But In other case i.e when I minimized ...
0
votes
1answer
97 views

Tibco GI: Disabling or hiding with jsxdisabled or jsxnomask, how to use it exactly?

I have a Matrix.Column containing an ImageButton. The button is always displayed and the execute event is fired on click. As I understand from the docs, I should be able to hide or disable the button ...
0
votes
2answers
184 views

Tibco pagebus framework testing

We are using the Tibco pagebus framework as a middle ware for message publishing/subscribing. Enterprise application we are developing is using the above framework. Can you please suggest me how to ...
0
votes
1answer
252 views

Tibco General Interface XML Mapper using different data types?

I have a matrix that is mapped to a .NET web service via the XML mapper tool in general interface. I have two columns in particular that I need to sort accurately (date and time columns), however the ...
0
votes
1answer
412 views

Use TIBCO General Interface with PHP, is that posible?

Can I use TIBCO General Interface with PHP? Or better, with CakePHP? If it's possible, how can I do that? Maybe some documentation in the web? (I search but I don't find anything). Thanks.