Previous Table of Contents Next


2.3.1 Object Referencing


   In CORBA each object is uniquely referenced in one step. In COM obtaining an object usually is a two step process. In the first step a stateless server object is obtained. In the second step the server object is loaded with state data. In CORBA an object is a unique individual that contains state from the very beginning.