Set up CORBA
properties for the appropriate
model elements. (See the Creating the server component for
more details.)
Generate code.
The product automatically
generates Interface Definition Language (IDL) code for the items tagged
as CORBA stereotypes and C++ code for the remaining items
Build client and server components. The
product generates the IDL code needed for the client and server components.
This IDL code is then compiled by the IDL compiler to create the necessary
CORBA stubs and skeletons.
Start
the server and client by running the
applications.
Results
You determine
what classes you want to communicate with each other
and specify that they have the <<CORBAInterface>>
stereotype.