OSDN Git Service

FIRST REPOSITORY
[eos/hostdependOTHERS.git] / I386LINUX / util / I386LINUX / doc / mico / examples / poa / README
1 Some examples how to use the POA, the Portable Object Adapter from the
2 CORBA 2.2 specification, and how to implement POA-based servants.
3
4 hello-1:
5         A trivial "Hello World" example.
6
7 hello-2:
8         Another "Hello World" example using a tie-based implementation.
9
10 inherit:
11         Shows various ways how to implement inheritance.
12
13 account-1:
14         A Bank object (factory) creates account objects.
15
16 account-2:
17         Demonstrates the usage of a ServantManager. The Bank creates
18         references to "virtual" objects, which are then incarnated
19         on request.
20
21 account-3:
22         Shows usage of Persistent POAs. Upon server shutdown, accounts
23         are "etherealized" -- their state is written to disk. See also
24         account-3/README.