summaryrefslogtreecommitdiff
path: root/TAO/examples/README
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-16 01:17:03 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-16 01:17:03 +0000
commitbbc54edcfa2d0afcdd7e2186c7e2257051272ee9 (patch)
tree6a3e97dbb10b7eb2aebaf23edcf218fe1ad0b633 /TAO/examples/README
parent919ffd7a9fee5064dc5afe42caf78d77b724d53b (diff)
downloadATCD-bbc54edcfa2d0afcdd7e2186c7e2257051272ee9.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/examples/README')
-rw-r--r--TAO/examples/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/examples/README b/TAO/examples/README
new file mode 100644
index 00000000000..58f84522538
--- /dev/null
+++ b/TAO/examples/README
@@ -0,0 +1,22 @@
+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:
+
+ . POA
+
+ Contains various small examples of POA features based on
+ the OMG POA 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 very simple examples, which also
+ illustrate how to write canonical Orbix/VisiBroker/OmniORB
+ examples in TAO using standard CORBA features rather than
+ proprietary ORB features.