The CTDP Connectivity Technology Guide Version 0.2.0 February 25, 2001IntroductionThis section is under construction and this document is not yet complete! Distributed object computing allows objects that are distributed across a network on various computers to operate in a coordinated unified manner. Connectivity technologies allow programs on a given computer to run routines or access objects on another remote computer. Connectivity technologies include:
The client uses an interface to invoke a service from a remote distributed object. An Interface Definition Language (IDL) is used to define the remote object's interface which allows clients to access the remote object server's methods. This serves as a contract between the server and the remote or local clients. |