Michel Dagenais Michel Dagenais, GNU General Public License, 1998
michel.dagenais@polymtl.ca
Ecole Polytechnique
C.P. 6079, Succ. Centre-Ville
Montreal, Quebec, H3C 3A7
18 January 1998 distributed network objects remote method invocation rmi wide audience

Network Objects

Network objects offer transparent remote method invocation on objects. Network objects are simpler to use than remote procedure calls because objects store the remote connection information, and the runtime handles automatically the external data representation used to exchange parameters during remote calls.

netobj
The network objects library.
netobjd
The network object daemon used to facilitate the exchange of network objects between remote processes.
stubgen
The stub generator used by netobj to derive network objects types from used defined types.