summaryrefslogtreecommitdiff
path: root/ACE/TAO/examples/Simple/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/examples/Simple/README')
-rw-r--r--ACE/TAO/examples/Simple/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/ACE/TAO/examples/Simple/README b/ACE/TAO/examples/Simple/README
new file mode 100644
index 00000000000..d753ece9ea5
--- /dev/null
+++ b/ACE/TAO/examples/Simple/README
@@ -0,0 +1,28 @@
+$Id$
+
+This directory contains a number of very simple tests, which also
+illustrate how to write canonical Orbix/VisiBroker/OmniORB examples in
+TAO using standard CORBA features rather than proprietary ORB
+features. The individual directories contain READMEs on how to run
+the following tests:
+
+ . bank
+
+ This directory implements the canonical VisiBroker
+ test.
+
+ . chat
+
+ This directory implements an ORBacus test.
+
+ . echo
+
+ This directory implements the canonical omniORB test.
+
+ . grid
+
+ This directory implements the canonical Orbix test.
+
+ . time
+
+ This directory implements a simple time/date test.