|
 |
|
 |
 |
Real-Time Java Platform Programming
|
by Peter C. Dibble
Sales Rank: 566267
|
$24.05
At Amazon

|
|
Paperback: 352 pages
Publisher: Prentice Hall PTR; 1st edition March 11, 2002
Language: English
ISBN-10: 0130282618
ISBN-13: 978-0130282613
Product Dimensions:
9.3 x 7 x 1 inches
Shipping Weight: 1.4 pounds
Back Cover Copy
Build powerful real-time Java platform applications. - The authoritative reference to the Real-Time Specification for Java (RTSJ)by one of its creators
- Complete introduction to Java-based RT developmentno real-time experience necessary
- Covers scheduling, asynchronous transfer control, timers, non-heap memory, garbage collection, performance tradeoffs, program structure, and more
Written for experienced Java platform developers, this practical guide provides a solid grounding in real-time programming. Dibble, a member of the RTSJ expert group, starts with an overview of real-time issues unique to the Java platform. He then explains how to use each major feature of the RTSJ.
From broad real-time principles to detailed programming pitfalls, Real-Time Java Platform Programming covers everything you need to know to build effective RT programs. Key topics include: - Interoperability with non-RT code, tradeoffs in real-time development, and RT issues for the JVMtm software
- Garbage collection, non-heap access, physical and "immortal" memory, and constant-time allocation of non-heap memory
- Priority scheduling, deadline scheduling, and rate monotonic analysis
- Closures, asynchronous transfer of control, asynchronous events, and timers
State-of-the-art information for RT developers: - Threads scheduling
- Real-time scheduling
- Raw memory access
- Performance tradeoffs
- Recommended practices
- Implementation hints
- Dozens of code examples and step-by-step walk-throughs
About The Author
PETER DIBBLE, a member of the team that created the Real-Time Specification for the Java platform, was also on the Microware Systems Corporation team that first ported the Sun Java platform to an embedded system and produced the first version of Personal Java technology for a commercial RTOS. He has over a decade's experience with real-time system software and is author of OS-9 Insights and The Complete Guide to OS-9.
Customer Reviews & Comments
Java programs have the reputation of being slow. Performance is thought to be Java's trade off for cross platform portability and higher developer productivity. Real-time systems demand on time responses and in many cases, should not fail. At the first glimpse, Java seems quite unsuitable for real-time systems. Well, if you think so, you might want to read Peter C. Dibble's book "Real-Time Java Platform Programming". In fact, real-time specification is the first Java Specification Request (JSR001) in the Java Community Process and the reference implementation just came out in early 2002. So, this is a very timely book for this very important new application area of the Java platform. The focus of this book is not well known Java syntax and API functions. This book spends a lot of pages discussing what are real-time systems, what are the requirements and why Java 2 Standard Edition is NOT up to the task. As a result, we can learn important things about real-time system design and the philosophy behind the real-time Java specifications. Java is only a tool. A real-time system engineer should first know the system design so that he can apply Java to the new situation. I find the approach of this book very effective. Back to the question we raised in the first paragraph: It turns out that performance is not THAT important for a real-time system. We can have a slow real-time system but it has to give consistent and predictable results everytime it runs. That consistency allows us to design systems that we know will meet the deadline. One of Java's core problems in real-time applications is the unpredictable behavior of the garbage collector. The book have lengthy discussions on new algorithms on memory management and the real-time Java approach to this problem. Of course, garbage collector design and memory management is an example of many real-time system design aspects covered by this book. Other important issues include threads and synchronization. I find this book very readable for both Java programmers interested in real-time system engineering and real-time engineers interested in Java tools. This book could be even better if the author can organize scattered sample code segments into a consistent sample application and use it to demonstrate different usages of the real-time Java platform. Also, the author did not cover the installation and basics of the reference implementation. Nor did he cover real application scenarios on real devices or simulators. That makes it a bit difficult to understand the context of the examples.
Comment | Permalink |
(Report this)
|
Real-Time Java Platform Programming
Available from Amazon
Price: $24.05

| |
|
|
|
|