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:
Real-Time Java Platform Programming
Author:
Peter Dibble
ISBN:
0 13 028261 8
Publisher:
Prentice Hall
Pages:
332pp
Price:
£39-99
Reviewer:
Alan Barclay
Subject:
java
Appeared in:
17-1
This book promises to guide the experienced Java platform developer through everything they need to know in order to build effective Real-Time programs. In fact, I found it all quite complex and a rather boring read and did not actually feel that I had learnt enough to know how to put together a complete Real-Time program.

This is really a book for die-hard Real-Time zealots only and not for the Real-Time newcomer or casual reader thinking that they might find some Java performance optimization techniques within. It contains around a hundred pages on the general theory and problems of Real-Time systems followed by a couple of hundred pages on the solutions and techniques introduced by the Real-Time Specification for Java (RTSJ, JSR-1). These new techniques include new Non-Heap Memory, Thread Scheduling and Asynchronous Events. Finally, there are just a few pages on recommended practices.

The author does give the impression of a comprehensive knowledge of the subject and the book is well annotated with diagrams, tips and example code snippets. Unfortunately there did not seem to be may full examples of Real-Time Java in action. Instead the snippets were typically up to a dozen lines long only showing certain of the techniques in action.

As is so often the case, the stated web site containing sample code and updates is nothing but a dead link. I was unable to locate errata or source code downloads for this text.

If you are looking for a guide to using Real-Time Java then, with a bit of perseverance, this book will probably help you along just fine. However you will most certainly also need "The Real-Time Specification for Java" (ISBN: 0201703238) for full details of the Real-Time API.