Customer Reviews


11 Reviews
5 star:
 (9)
4 star:    (0)
3 star:
 (2)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


6 of 6 people found the following review helpful:
5.0 out of 5 stars an in depth look at rmi
When first looking at the book, I was a bit disappointed from its small size. However, after reading just a couple of pages, I immediately realized that this book is excellent.

I had some prior experience with rmi and this book has certainly improved my understanding of it. It also covers the serialization and I gained much knowledge from it.

The only downside is the...

Published on January 3, 2002 by The Mentat

versus
5 of 7 people found the following review helpful:
3.0 out of 5 stars So disappointed. The book has no exampels
I bought this book because of its high rating among RMI developers. I was disappointed, becuase the book doesn't contain a single comprehensive example. I found it hard to learn without example.
Published on April 12, 2004 by Hanna Habashy


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

6 of 6 people found the following review helpful:
5.0 out of 5 stars an in depth look at rmi, January 3, 2002
This review is from: java(TM).rmi: The Remote Method Invocation Guide (Paperback)
When first looking at the book, I was a bit disappointed from its small size. However, after reading just a couple of pages, I immediately realized that this book is excellent.

I had some prior experience with rmi and this book has certainly improved my understanding of it. It also covers the serialization and I gained much knowledge from it.

The only downside is the lack of full code samples.
Thus beginners to rmi might find it a little annoying.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars Extensive and deep coverage of RMI, September 2, 2001
By 
Michael Geisler (San Diego, CA USA) - See all my reviews
This review is from: java(TM).rmi: The Remote Method Invocation Guide (Paperback)
I find it very rare to come across new Java books that significantly deepen my knowledge on a topic. This is such a book and it is the first book I have come across that provides real insight and knowledge on Java RMI and indeed remote objects generally. In the past this fundamental API has been fortunate to get covered in a few pages if at all in the so-called Enterprise Java books. Yet many problems with modern enterprise applications can be traced back to a lack of understanding of remote objects. It is obvious that the author has written this book from a background of deep practical experience.
Don't be fooled by the small size of the book - it is certainly no lightweight in useful content - it is concise and to the point - there is no fluff to wade through to find the real nuggets of wisdom in this book - just the most extensive treatment of this subject you will find anywhere.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 7 people found the following review helpful:
5.0 out of 5 stars Best book on RMI, December 19, 2002
By 
Dr Noodle "xagyg" (Brisbane, QLD Australia) - See all my reviews
This review is from: java(TM).rmi: The Remote Method Invocation Guide (Paperback)
This is the best book on RMI that I have come across and I personally own 4 RMI books (about 10 if you count books that aren't solely on RMI). Contrary to a previous reviewer, this is NOT a beginners book. Beginners should get a more verbose RMI tutorial-like book. This is an advanced reference with very few examples, but it covers topics that you just can't find anywhere else, and furthermore, presents the topics in a detailed, to the point, lucid manner.

There is no better RMI book for the advanced RMI developer who is wishing to learn the "under the hood" workings of RMI.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 6 people found the following review helpful:
5.0 out of 5 stars Probably the best book on RMI, December 11, 2001
By A Customer
This review is from: java(TM).rmi: The Remote Method Invocation Guide (Paperback)
However, this book is not for beginners. If you don't already have a firm understanding of Java, you will become lost pretty quick.

I say this not as a complaint, because this book is exactly what I was looking for. I just say it as a warning to those who are looking for a little more hand holding than this book offers.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 8 people found the following review helpful:
5.0 out of 5 stars More code samples, and I'd rate it 6 stars., December 13, 2001
Amazon Verified Purchase(What's this?)
This review is from: java(TM).rmi: The Remote Method Invocation Guide (Paperback)
This book is a well-written guide on fundamental RMI. It is concise and thorough, and treats advanced aspects of the subject with a very relaxed but diligent air.

RMI programming can be simple if one avoids the pitfalls and doesn't venture out very far. When you need to know the subtleties of object serialization or mobile code deployment, however, the specifications aren't always complete and accurate, and most tutorials seem only to warm over areas the spec has covered, or show "one way that it definitely works."

This guide sets out to "re-document" RMI and raise awareness of its important (often subtle) aspects. In some cases the book even corrects Sun's papers, effectively (and diplomatically). It's invaluable as a refresher or reference. If it contained example code to verify its assertions, it would be hands-down the only RMI book to bother purchasing.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 7 people found the following review helpful:
3.0 out of 5 stars So disappointed. The book has no exampels, April 12, 2004
This review is from: java(TM).rmi: The Remote Method Invocation Guide (Paperback)
I bought this book because of its high rating among RMI developers. I was disappointed, becuase the book doesn't contain a single comprehensive example. I found it hard to learn without example.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 9 people found the following review helpful:
3.0 out of 5 stars My least favorite book on RMI. Can you be too concise?, February 6, 2002
This review is from: java(TM).rmi: The Remote Method Invocation Guide (Paperback)
I have several books on RMI and looking for more. This is one in my collection and my least favorite. It is too reference-like, which you can find enough of on the developer's networks. Most notably it lacks continuity; it is basically a huge outline where each paragraph is the most concise definition for that topic. It makes a great reference for the experienced.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Technical, well-written, sound and still current., October 25, 2011
Amazon Verified Purchase(What's this?)
This review is from: java(TM).rmi: The Remote Method Invocation Guide (Paperback)
This is an excellent book on RMI. If you know Java, and want to learn RMI, then this book is just for you. It's technical, well-written, sound and still current.

Technical. The authors concentrate on reporting many technical details, explaining the workings of the RMI. The characteristics are listed and then explained in detail. The authors back their claims with references to the Java and RMI specifications. The authors present small and to the point examples. The books answers many intriguing questions on how or why certain details work in a specific way.

Well-written. The language is precise, easy to follow and free of useless talk. The reasoning is clear. The material is well organized.

Sound. The book covers many advanced RMI topics such as firewalls, advanced naming and interaction with CORBA. It covers more than I needed to learn.

Still current. Even though the book is pretty old, it's still current! I tried the examples, tested the information successfully. So far I encountered only one problem related to stubs with servers not derived from UnicastRemoteObject.

All in all, this is a great book to help you learn and understand RMI.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Distributed computing becomes possible, August 26, 2001
This review is from: java(TM).rmi: The Remote Method Invocation Guide (Paperback)
While XML has provided a way to exchange strongly typed data between running appplications, Java's Remote Method Invocation technology has been a winner as a lightweight mechanism to perform fully fledged distributed object computing. The problems with RMI are firstly that the learning curve about remote object technology has not been made simpler by the introduction of RMI by SUN, which is understandable. Secondly RMI itself has been very poorly documented from the outset and up to this point nothing had changed in this regard. The book java.rmi changes all of this. It is a tour de force. Whether you want to understand network and distributed computing in general, you want to begin writing RMI programs and need clear insights into how best to proceed, or you are very experienced with the technology and you have been getting by these past few years with your grab-bag of work-arounds; for all concerned salvation is at hand. You should get hold of a copy of this book, in a clear and insightful fashion it addresses all of those needs. This book will be a major factor in re-invigorating the RMI technology as it will make distributed computing accessible to a far wider audience than just corporates with large budgets for expensive middleware infrastructure.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 3 people found the following review helpful:
5.0 out of 5 stars The most advanced book on java RMI, November 8, 2003
By 
Ayesha Khan (Melbourne, Vic Australia) - See all my reviews
This review is from: java(TM).rmi: The Remote Method Invocation Guide (Paperback)
This is the best and the most advanced book on java rmi PERIOD.IMO this should be your second book on rmi.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

java(TM).rmi: The Remote Method Invocation Guide
java(TM).rmi: The Remote Method Invocation Guide by Esmond Pitt (Paperback - July 18, 2001)
Used & New from: $2.35
Add to wishlist See buying options