Cheap DVDs, books, CDs & Games

Search:

Java Distributed Computing (O'Reilly Java)

By: Jim Farley Mike Loukides
Binding: Paperback
Released: 01 Jan 1998
Average Rating:


Customer Reviews

No real need for this book - By: , 02 Nov 2001
I guess my main gripe about this book is that it doesn't fulfil any clear need. It contains a little about threads, a little about networking, some stuff on RMI, security issues, JDBC etc. All these topics are addressed elsewhere by O'Reilly, & in general rather better.

I hoped the book might be about something funky like autonomous agents but it's not.

So if you don't know much about the above topics you'll learn a thing or two, otherwise it doesn't reallly cover any new territory.

Another reader has commented on the poor quality of the examples. I would echo this. They're sketches in general, & not very clear.

I think O'Reilly should retire this one.


Good overview/introduction - Poor on detail - By: , 13 Nov 1998
As an introductory tutorial, this is a good book. However, once you want to advance from there to actuallly implement anything, unless you are confident of your understanding of (say) CORBA, the lack of concrete detail & expansive explanation will prove frustrating. Placing the JavaSoft Java tutorial texts alongside it (which are freely available) will certainly give you a good overalll solution, but I suspect that this book needs to be bigger & (in content terms) deeper to reallly move beyond "Average". As a reference, one star, as an overview, 4 stars & as a tutorial, 3. Overalll, three stars - but you'll need to buy a more detailed partner (or use the Java Tutorial material) at the same time.
Good intro to distributed programs but lacks cohesiveness - By: , 11 Nov 1998
Java Distributed Computing is a good first look at distributed computing but is not an authoritative or comprehensive distributed programming reference.

The book is in the classic O'Reilly style. The book is overtly technicallly oriented & describes distributed programming from a strictly technical perspective.

The book has several examples of distributed programs. When the priciples of the examples are understood fully, the examples can be applied to real world problems. Unfortunately, the connection between understanding fully & applying the priciples is not presented effectively.

The chapters include a good chapter on networked threads & a good chapter on security.

The RMI & CORBA coverage is limited. This is unfortunate & a major shortcoming of the book since both of these protocols, especiallly RMI, are by default distributed systems. Way too much time is spent with messaging systems which are not appropriate for many advanced distributed applications. Actuallly, this book was not much different in scope from Java Networking & Communications -- also from O'Reilly.


Great book to begin distributed Java programming with. - By: , 06 Jul 1998
I needed to get into distributed progamming with Java & found this book to be a very good entry into the topic. Like the reviewer below noted, it only scratches the surface of each of the topics it discusses. This is fine for someone that is just getting into distributed programming...you can read on alll the different methods of distributed programming in Java & then figure out which will be best for your application. Once you've mastered the topic of your choice to the level that this books gets into, you'll most certainly want to pick up another book that is more in-depth on what you are trying to do.

For example, I used the book to examine Corba, RMI, & message-based systems. I decided to choose RMI as the best method in my circumstance...I wrote several sample apps using RMI following the examples in the book. Once I felt comfortable with this, I went out & bought a Java book on RMI.


A very nice "entry-level" book - By: , 11 Jun 1998
For someone trying to get into distributed computing in general, this book is a great way to start. The text is easy to read, & gets right to the point. The code examples are well-chosen. And the online code actuallly works - I've used some of it to "jump-start" a few pet projects.

Note bene: If you're looking for a reference book on alll the distributed computing APIs, this ain't it. If you get heavy into CORBA or RMI, you'll want to buy a good reference book on either of these. But this O'Reilly book gives a great overview of the lay of the land, & I tend to use it now & then as a reference on the basic stuff that you always forget (like, "How do those ServerSockets work again?").

Well worth the money.