Copyright (c) Qusay H. Mahmoud
9
CORBA Servers
lImplement the IDL interfaces by subclassing the appropriate pregenerated skeleton class
lEach class is called a servant
lThe HelloServer Example (Slide 34)
–Initialize the ORB
–Create initial objects (servants)
–Connect each servant to the ORB
–Bind the servants in the naming service
–Wait for connections
–
l