Java: Under the Hood™
RMI - Remote Method Invocation
An essential feature of understanding
and implementing distributed computing with Java is RMI. This course
discusses the details of how to implement and deploy a Java application
that uses RMI.
Course Length:
1 day
Audience:
This course is intended for intermediate
Java programmers.
Overview
- Overview of RMI: Understanding
how RMI works.
- The RMI Registry:
Stores remote references.
- The Remote Interface:
Tagging interface for remote
objects.
- Implementing RMI:
The steps involved in implementing
RMI.
- Callbacks: Passing
a remote reference.
|