Java RMI
This talk summarizes material from
Getting Started Using RMI
Dynamic Code Downloading using RMI
Creating an Activatable Object
, SUN Guide, 2002.
Making a UnicastRemoteObject Activatable
, SUN Guide, 2002.
Activating an object that does not extend java.rmi.activation.Activatable
, SUN Guide, 2002.
Using a Custom RMI Socket Factory
, SUN Guide, 2002.
1
Introduction
1.1
Hello World Example
1.2
Hello.java
1.3
Exporting and Binding Remote Objects
1.4
HelloImpl.java
1.5
HelloImpl.java Security and Registration
1.6
HelloApplet.java
1.7
hello.html
1.8
Running
2
Using Factories in RMI
2.1
RMI Factory
3
Dynamic Code Downloading
3.1
Dynamic Code Downloading of Arguments
3.2
Setting the Codebase
4
The Registry
5
Activatable Remote Objects
5.1
ActivatableImplementation.java
5.2
Setup.java
5.3
Compile and Run Activatable
5.4
Converting UnicastRemoteObject to Activatable
5.5
Object Into Activatable
6
Custom RMI Socket Factory
Entire Presentation with Notes
Copyright © 2009
José M. Vidal
.
All rights reserved.
17 February 2004, 12:15PM