Core Architecture  «Prev  Next»
Lesson 6A closer look at the ORB
ObjectiveExplore the elements that make up the ORB.

Closer Look at the ORB

Much of our examination of the core CORBA architecture has focused on the specific attributes of developing CORBA clients and servers.
We will now take a slightly different viewpoint on what we have learned and look at things from an ORB-centric standpoint (as much of the CORBA specification does).

1) Text 1 2) Text 2 3) Text 3 4) Text 4 5) Text 5 6) Text 6
Naming Service
Entities that are not CORBA objects - that is to say, not objects accessed via an Object Request Broker - are used for names (in the guise of pseudo objects). In both cases the interfaces to these entities conform as closely as possible to OMG IDL while satisfying the specific service design requirements, in order to enable maximum flexibility in the future. Specifically, in the Naming Service, name objects are pseudo objects with interfaces defined in pseudo IDL (PIDL). These objects look like CORBA objects but are specifically designed to be accessed using a programming language binding. This is done for reasons based on the expected use of these objects.

Click the link below to see an alternative view.
Corba Orb Services .

Corba Elements - Exercise

In this exercise, answer a few questions about the material just covered.
Corba Elements - Exercise