summaryrefslogtreecommitdiff
path: root/TAO/examples/README
blob: f62da7d2f59ca92e33b953f1ac26be6eeb9d6995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
This directory contains a number of example applications that
illustrate how to program with standard CORBA using TAO.  The
individual directories contain READMEs on how to run the following
examples:

        . Borland 

          This directory illustrates how to write a Borland C++
          Builder application using ACE+TAO.

        . Callback_Quoter

          Illustrates how to implement distributed callbacks using
          TAO.

        . Event_Comm

          Another illustration of how to implement distributed
          callbacks using TAO.

        . Logging 

          This example implements a simple logging service using TAO.

        . Persistent_Grid

          This example shows how to store the state of CORBA servants in
          persistent memory.

        . POA

          Contains various small examples of POA features based on
          the OMG POA specification.

        . OBV

          This is a demonstration of the CORBA 2.3 valuetype feature from
          the Object-by-Value specification.

        . Quoter
        
          Illustrates how to use the Global POA options with multiple
          threads.  This example also shows how to use the Lifecycle
          service. 
                      
        . Simple
          
          Contains a number of simple CORBA examples, which also
          illustrate how to write canonical Orbix/VisiBroker/OmniORB
          examples in TAO using standard CORBA features rather than
          proprietary ORB features.

        . Simulator

          This is a demonstration of the TAO "Distributed Object
          Visualization Environment" (DOVE), which shows how the TAO
          Real-time Event Service can be used to transport monitoring
          events.