Questions tagged [tibco-gi]

TIBCO General Interface™ is a commercial Ajax solution sold by TIBCO 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 that offers a free, BSD-licensed open source edition.

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.

13 questions
5
votes
1 answer

How tibco is useful to organizations and why it is used?

I am interested in learning tibco.I have found some good videos in youtube but all those are only tutorials.None of the videos answer why tibco is used in organizations and how it is useful to the same.I saw some tutorials in webservices and yes we…
rocking
  • 4,729
  • 9
  • 30
  • 45
3
votes
1 answer

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 part without using any ASP.NET controls - using all…
stackoverflow
  • 455
  • 3
  • 12
3
votes
3 answers

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 Intranet apps? I appreciate any input you can shed on…
Ivan
  • 97,549
  • 17
  • 50
  • 58
2
votes
1 answer

Package builder unable to add Oracle.Data.Access.dll in tibco spotfire

I am developing a custom package in Visual Studio 2010. This package can connect to oracle DB (read, write some data). For this functionality I need to reference Oracle.Data.Access.dll (64bit) and Oracle client installed. I found it under the…
Alexandr
  • 5,460
  • 4
  • 40
  • 70
1
vote
1 answer

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, Bikkie
user325683
  • 11
  • 2
1
vote
3 answers

Clear object memory in javascript

I am using General Interface in my web application and I have javascript classes and methods to create objects for my classes. I would like to clear the memory when the objects are not used. My question is how can I clear the object's memory. I have…
0
votes
1 answer

TIBCO GI + JAVASCRIPT

How reset label property. It means, initially we set the cursor property as @Hand Pointer, then i want to change cursor property value as reset. i should not get hand symbol while doing some other operation. it should be fully disabled. i tried…
user1000535
  • 957
  • 2
  • 8
  • 8
0
votes
1 answer

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.
segaco
  • 1,226
  • 5
  • 19
  • 30
0
votes
2 answers

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 test the Tibco pagebus framework.(framework…
Malju
  • 27
  • 4
0
votes
1 answer

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 XML mapper automatically sets their data-type to…
Robert
  • 1
  • 1
0
votes
0 answers

Retrieving operations with parameters from wdsl to UI

From Tibco Desiner, I couldn't find the way to retrieve operations with parameters from wdsl to UI, can anyone suggest be how to accomplish this with Designer. Thanks
0
votes
1 answer

TIBCO Error: One Concept file not compiling

I am trying to build the project and the build is successful. However when I try to deploy the EAR file, it is throwing a class not found exception. I looked into the EAR file and I am seeing that the file which is throwing the error is not…
zakSyed
  • 1,364
  • 1
  • 13
  • 30
0
votes
1 answer

Ellipsis(...) is not working for single word

I have set the following style sheet as value template for column of the grid in general interface (TIBCO GI) for text ellipsis white-space:nowrap;text-overflow:ellipsis; It is working for sentences / more than one word. it is not working for…