Creating a Custom RMI Socket Factory Useful when you want your RMI client and server to talk across sockets that encrypt or compress your data, or you want to use different types of
sockets for different connections.
(Added: 20-Mar-1999)
Creating a Custom RMI Socket Factory Useful when you want your RMI client and server to talk across sockets that encrypt or compress your data, or you want to use different types of
sockets for different connections.
(Added: 20-Mar-1999)
Getting Started Using RMI This tutorial shows you the steps to follow to create a distributed version of the classic Hello World program.
(Added: 20-Mar-1999)
How to eliminate debugging problems for RMI-based applications - Satheesh A. Donthy
Debugging RMI-based programs -- a painful chore -- can be made vastly easier through the use of an in-process server mechanism that allows us to use any JDK 1.1-compatible debugger to develop RMI-based client/server code.
(Added: 18-Mar-1999)
Remote Object Activation Register information about remote object implementations that should be created and executed "on demand".
(Added: 20-Mar-1999)
RMI Homepage - java.sun.com
Contains tutorials, documentation, specification, FAQ, and related information.
(Added: 20-Mar-1999)
RMI, CORBA, and Distributed Objects - an online course - IBM
This course covers programming distributed objects in Java with Remote Method Invocation (RMI), an easy-to-use Java-only solution, and Common Object Request Broker Architecture (CORBA), which allows you to program distributed objects in almost any language, including Java.
(Added: 20-Mar-1999)