ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Distributed Programming with Java
Author:
Qusay Mahmoud
ISBN:
1 884777 65 1
Publisher:
Manning
Pages:
300
Price:
$39-95
Reviewer:
Nigel Armstrong
Subject:
java
Appeared in:
OL37
This book covers the four currently most import-ant technologies for distributed programming with Java: sockets, RMI, CORBA and Mobile Agents/ Objects. It adopts something of a cookbook approach, with simple examples of code that show how each of these different mechanisms work. The code is generally written to be concise rather than well designed, so instances of hard-coding and lack of abstraction abound. This sort of thing is acceptable in a book that does not pretend to teach design, but one would want to be careful when giving thisbook to a novice.

It covers a number of important Java 2 topics such as RMI security but rather puzzlingly does not mention the ORB implementation that is part of Java 2. More seriously, the coverage of CORBA lacks depth. Callbacks are mentioned briefly but the examples do not show how they operate.

I would only recommend this book as an aid to choosing a distribution mechanism. Past that point and you'll want a lot more depth and detail to get the best from the technology. One to borrow rather than buy.