diff options
-rw-r--r-- | java/demo/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/java/demo/README b/java/demo/README new file mode 100644 index 00000000000..f0988bc2dc8 --- /dev/null +++ b/java/demo/README @@ -0,0 +1,16 @@ +********************************************************************** + +Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. + +This copy of Ice is licensed to you under the terms described in the +ICE_LICENSE file included in this distribution. + +********************************************************************** + +This directory contains demos for various Ice components. The demos +are provided to get you started on how to use a particular feature or +coding technique. See the README file in each subdirectory for details +on the demos. + +The book directory contains demos for some of the code examples in +"Distributed Programming with Ice". |