|
These demos show two AJAX applications based on the
integration between
TIBCO General Interface and Lightstreamer.
Basic Demo:
In this
AJAX application five
stock quotes are displayed in real time. The demo page contains two tables, both
of which receive the real-time data flow from
Lightstreamer Server. The table at the top is
managed by the Lightstreamer Web Client, though
embedded inside GI. The table at the bottom is a GI
table (in which you can drag, resize and sort columns), that uses the
non-visual layer of the Lightstreamer Web Client.
GI-based pop-up windows show the price charts produced
by Lightstreamer Web Client.
Advanced Demo:
This demo shows a complete integration between
TIBCO Ajax Message Service (AMS) and TIBCO
General Interface (GI). The AMS client, receiving
events from Lightstreamer Server, publishes stock
updates on the PageBus. The application, created
with the GI builder, subscribes to the PageBus in order
to receive and present the updates to the user. |
Basic Demo:

The source code for
the demo above is available from
here.
Advanced Demo:

An article walking
through how the application works is
available
here.
|