OSDN Git Service

FIRST REPOSITORY
[eos/hostdependOTHERS.git] / I386LINUX / util / I386LINUX / doc / mico / examples / README
1
2 To compile any of the examples you should copy this directory to your home
3 directory, change into one of the demo directories and type make:
4         cp -r INSTDIR/doc/mico/examples ~/
5         cd ~/examples/account
6         gmake
7 where INSTDIR is the direcory MICO was installed in. If gmake cannot find 
8 mico-c++, mico-ld, or idl you should source the mico-setup script to setup
9 paths. If your shell is one of csh,tcsh type:
10         source INSTDIR/lib/mico-setup.csh
11 If your shell is one of sh,ash,bash,ksh,zsh type:
12         . INSTDIR/lib/mico-setup.sh
13
14 Here is a short description of the examples:
15
16 boa:
17   BOA examples.
18
19 bench:
20   simple performance measurements. run shellscript 'bench'.
21
22 shlib:
23   example how to use dynamic object loading. run shellscript 'hello'.
24
25 services:
26   CORBA services examples.
27
28 dynany:
29   some examples how to use DynAny.
30
31 interop:
32   shows MICO's interoperability with other CORBA products.
33
34 redlich:
35   examples from Redlich's CORBA book.
36
37 siegel:
38   example from Siegel's CORBA book.
39
40 henning:
41   patches for the examples form Henning and Vinoski's CORBA book.
42
43 ssl:
44   SSL example. run shellscript 'ssl'.
45
46 interceptor:
47   how to use interceptors. run shellscript 'runit'.
48
49 poa:
50   how to use the Portable Object Adapter (POA)
51
52 mfc:
53   how to use MICO in conjunction with the Microsoft Foundation Classes
54   (MFC)
55
56 random:
57   accesses a random number service on the internet (www.random.org)
58
59 com-interworking:
60   CORBA/COM oneway interworking example
61
62 codesets:
63   Example showing how to use automatic character set translation
64
65 mcast:
66   Fault tolerance example using UDP multicasts
67
68 generic:
69   Demonstrates the implementation of a generic client and server
70   using DII, DSI and DynAny
71