Transparent RMI
Simplifying distributed design using RMI
Transparent RMI (TRMI for short) is a Java library based on RMI that
simplifies the design of distributed applications. It has two distinct
advantages:
- It allows invoking a method remotely by using any interface,
not just those that extend
java.rmi.Remote
.
- It provides a mechanism for recovering from
RemoteException
s in a centralized location.
TRMI Related Sites
Latest file releases
Summary page on SourceForge
CVS Tree
Mailing Lists
TRMI has two mailing lists:
Get Involved
TRMI is a young project that can use your help! If you have
suggestions or bugfixes, I encourage you to submit them as patches
using the tools
provided by SourceForge.
Hosted by