As it seems to me Jini is no longer available and it is moved to Apache River. There is poor documentation, and I wonder if there are some tutorials or other documentation for starting with Apache River.
Asked
Active
Viewed 1,848 times
2 Answers
4
The River page has a Getting Started section that should help get you going.
Also Jan Newmarch's page is a wealth of knowledge though it refers to the old Jini.org build but most everything is still the same as what his page says.

David Eagen
- 772
- 1
- 5
- 11
-
Thanks for directing to Jan Newmarch's tutorial. The old link doesn't work anymore. The new one is here: http://jan.newmarch.name/java/jini/conf/tutorial.html – Hungry Coder Jan 09 '15 at 05:48
-
Is Apache River still useful for RMI purposes? or it is outdated? – Arka Mallick Oct 04 '19 at 17:11
2
River docs can be found in the release. Jan Newmarch's book is the best for beginners. The older books are Jini 1.0 based, useful for some insights once you've gained some experience, but obsolete, requiring you to use and extend RMI classes. Jeri replaced RMI and is far more featured and flexible, exporting remote objects is now performed explicitly,rather than implicitly as with RMI.

Peter
- 21
- 1