GeekArticles
Certification
Sun
SCEA
Certification
Sun
SCEAJava's Object-Oriented Communications
Compared to other remote-procedure-call mechanisms, RMI offers new features, thanks to tight integration with Java. Java's remote method invocation (RMI), introduced in the Java Development Kit (JDK) 1.1, is a powerful mechanism that enables flexible and scalable distributed communications among Java programs. RMI extends Java's strengths into the realm of distributed systems. In the future, we can expect to see RMI offer replicated method invocation and possibly transport layers other than TCP/IP.
Sponsored Links
Related Topics
