Archive for the 'Java - Distributed' Category
Simple RMI Example
28May08
Credits:
1) http://java.sun.com/javase/technologies/core/basic/rmi/whitepaper/index.jsp
2) Advanced Java 2 How to program, Deitel and Deitel
Java Remote Method Invocation (RMI) allows you to write distributed objects using Java. RMI provides a simple and direct model for distributed computation with Java objects. These objects can be new Java objects, or can be simple Java wrappers around an existing API. Java embraces [...]
Filed under: Java - Distributed | 5 Comments
Tags: Distributed Computing, Java, RMI