source: ISOcat/trunk/mod-ISOcat-interface-gi/interface/JSXAPPS/ISOcat/js/pagebus/samples/index.htm @ 2029

Last change on this file since 2029 was 2029, checked in by mwindhouwer, 12 years ago

Initial import of all the *cats, i.e., ISOcat, RELcat and SCHEMAcat.

File size: 1.6 KB
Line 
1<!--
2(c) 2007 TIBCO Software Inc. Use, modification, and distribution subject to terms of license.
3-->
4<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
5        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
6<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
7<head>
8 <title>TIBCO(R) PageBus Samples</title>
9 <link rel="stylesheet" type="text/css" href ="demo.css"/>
10</head>
11<body id="body-area">
12
13<table class="banner-area">
14 <tr>
15  <th></th>
16  <td></td>
17 </tr>
18</table>
19
20<div id="panes">
21
22 <div class="component">
23  <div class="component-title">TIBCO PageBus Sample Applications</div>
24  <div class="component-body">
25   <div style="padding: 5px; margin: 5px;">
26    <ul style="list-style-type: none;">
27     <li>
28      <a href="./pubsub/demo.htm">Publish/Subscribe Example</a>
29<p>
30This sample shows how components can exchange events via TIBCO(R) PageBus publish/subscribe.
31</p>
32     </li>
33     <li>
34      <a href="./perf/perf.htm">Pub/Sub Performance Example</a>
35<p>
36This sample demonstrates the throughput that can be achieved with TIBCO(R) PageBus publish/subscribe.
37</p>
38     </li>
39     <li>
40      <a href="./storequery_basic/sqdemo.htm">Basic Store/Query Example</a>
41<p>
42This sample demonstrates components can share information using TIBCO(R) PageBus store/query.
43</p>
44     </li>
45     <li>
46      <a href="./storequery_discovery/regdemo.htm">Feature Discovery with Store/Query</a>
47<p>
48This sample demonstrates components can discover each other's compatible features using TIBCO(R) PageBus store/query.
49</p>
50     </li>
51    </ul>
52   </div>
53  </div>
54 </div>
55 
56
57</div>
58</body>
59</html>
Note: See TracBrowser for help on using the repository browser.