Free RMI Tutorials
Remote Method Invocation: Introduction
The Java Developer Connection (JDC) presents a Short Course introducing the Remote Method Invocation API. (download or view online)
Fundamentals of RMI
This short course covers the fundamentals of the Remote Method Invocation (RMI) technology, as found in the Java 2 platform.
Java RMI Tutorial
This is a brief introduction to Java Remote Method Invocation (RMI). Java RMI is a mechanism that allows one to invoke a method on an object that exists in another address space.
Fundamentals of RMI
These exercises illustrate the use of the Remote Method Invocation (RMI) library for implementing distributed objects
How to create an RMI system
This article leads you through the process of creating a very simple RMI system.
Accelerate your RMI programming
Speed up performance bottlenecks created by RMI with the optimizations in this article.
Get smart with proxies and R
Use dynamic class loading to implement smart proxies in RMI with this article.
XSOAP Toolkit Overview
XSOAP (previously known as SoapRMI) is a RMI system based on SOAP that is implemented both in Java and C++ that allows to create and access web services.
Using WebLogic RMI
Overview of RMI in the WebLogic framework.