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:
Programming Mobile Objects with Java
Author:
Jeff Nelson
ISBN:
0 471 25406 1
Publisher:
Wiley
Pages:
601pp+CD
Price:
£32.50
Reviewer:
Nigel Armstrong
Subject:
java
Appeared in:
11-5
Nelson covers his topic enthusiastically and informatively. He makes it clear what the distinctions are between Mobile and Distributed Objects and between Mobile Objects and Mobile Agents. He explains what the technologies currently available can and cannot do, with some simple examples that can be tried out using trial editions of the software on the CD, which also includes all the example code. He covers some standard Design Patterns and shows how using Mobile Objects makes them more flexible.

What I like best about this book is Nelson's ability to communicate his enthusiasm for the technology at a practical level. (Even though he seems to think that it is perfectly OK for modifiable data members to be public - yuk). If I was at the early stage of design on a new application, I am sure I would pick up this book and browse through it looking for ideas - the partitioning of an application is often a nightmare to change and adoption of a mobile object architecture early on would help avoid that pitfall. Highly recommended, as long as you ignore his dodgy ideas on the purpose of access modifiers.