English 中文(简体)
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 testing)

Anyone having idea on this framework and how to test this framework.

Awaiting for the response.

thanks in advance

Regards, Malju

问题回答

Yes, The Open Ajax Hub is a version of the TIBCO pagebus. TIBCO contributed the code to Open Ajax Alliance. It also comes with a full set of Unit tests based on JsUnit.

The main difference is that TIBCO uses "." as the subject separator so "europe.england.sport.football" would be a sub-set of "europe.england.sport" and so on.

Open Ajax hub I believe does not specify a separator, but allows the user to specify one. This is due to a disagreement by DojoToolkit who wanted to use "/" as the subject separator and not "."

TIBCO Pagebus is a JavaScript framework providing messaging functionality with the Browser, so your best bet is to pick one of the JavaScript Unit testing tools. This topic is covered in another Stack Overflow question at JavaScript unit test tools for TDD

The Dojo Objective Harness appears to be the preferred option, but a there are a whole heap listed.

http://dojotoolkit.org/reference-guide/util/doh.html#id1





相关问题
JMS error: can not send into foreign destinations

I use Spring-configured jms template with tibco jms library. I get jms connection factory and topic with JNDI and these objects are not null. But when I try to send message or add listener I get this ...

与春天混杂草

现在,我有一部 j瓦法,开始使用ti子,采取若干步骤:

Tibco Unit Testing tools [closed]

Does anyone know what unit testing tools are available when developing Tibco processes? In the next few months I ll be working on a Tibco project and I m trying to find any existing unit testing ...

Messaging pattern question

Process A is calculating values for objects a1, a2, a3 etc. and is sending results to the middleware queue (RabbitMQ). Consumers read the queue and process these results further. Periodically process ...

Tibco Businesswork, format timestamp in long to mm/dd/yyyy

I m trying to publish a XML message using the tibco adb adapter which monitors a table. There is a column in the table that stores a date as a long value in milliseconds- Is there a way we can ...

TIBCO - BusinessWorks - Get path of the process dynamically

I am developing a process that will read and send an image in an e-mail. This image is a folder within this process. The problem is: how do I get the path where the process is running? Something ...

热门标签