I am currently undertaking a project that involves extensive use of Java RMI and I was wondering if anyone is aware of any good resources about it.
The problem I am havi
The Java.RMI has changed very little over the years, so most of the old documentation can still be referenced. Note that one significant change is the need to compile the RMI stubs if you are using a version of Java 5.0. Most people have moved away from RMI and have embraced River (previously called Jini) for distributed systems.
If you are still thinking of moving forward with RMI then I would suggest reading the Oracle documentation or posting your questions on their forums.
As for books… Java RMI by William Grosso or Java Network Programming by Elliotte Harold.