Friday, November 19, 2004

Creating distributed applications: TRMI

Transparent RMI (TRMI for short) is a Java library based on RMI that simplifies the design of distributed applications. It has two distinct advantages:
  • Allows invoking a method remotely by using any interface, not just those that extend java.rmi.Remote;
  • Provides a mechanism for recovering from RemoteExceptions in a centralized location.

0 Comments:

Post a Comment

<< Home