Jump to content

Distributed object

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 84.64.39.48 (talk) at 00:50, 26 May 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Software modules that are designed to work together but reside in multiple computer systems throughout the organization. A program in one machine sends a message to an object in a remote machine to perform some processing. The results are sent back to the calling machine.

Distributed Objects are used in java RMI.

CORBA lets us build distributed mixed object systems.