Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java RMI Resources

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 having with the material I am finding currently is that its usually quite out of date (like Java 1.3) and / or half complete. I would even be happy to buy a book on it but looking on Amazon all the books are like 7 years old.

So if anyone is aware of any good resources, books or good example implementations I would be very interested to hear about them.

like image 357
Mark Davidson Avatar asked Jan 02 '09 18:01

Mark Davidson


1 Answers

RMI Hello World looks nice for a start. Of course it's still a simple example, so maybe tips on RMI performance/scalability will be useful since you're already familiar with RMI.

like image 151
macbirdie Avatar answered Oct 13 '22 18:10

macbirdie