Distributed object: Difference between revisions

Content deleted Content added
Niteowlneils (talk | contribs)
m {wikify} (or dic def? merge/redir?, ???)
GregRobson (talk | contribs)
Wikified; added category and stub
Line 1:
[[software|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.
{{wikify}}
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 Objectsobjects are used in java[[Java RMI]].
 
[[CORBA]] lets us build distributed mixed object systems.
 
{{Comp-sci-stub}}
 
[[Category:Distributed systems]]