JVM Languages
rtjava.txt
Associated article: The Real-Time Specification for Java
Tags: .NET Embedded Systems JVM Languages
Published source code accompanying the article by David Hardin in which he discusses the Real-Time Specification for Java which promises to bring the benefits of Java to real-time software developers. David examines the requirements and design decisions that led to the Real-Time Specification for Java, as well as provide practical examples of its use.
The Real-Time Specification for Java by David Hardin Listing One import javax.realtime.*; /** Example of using Asynchronous Event/Event Handling facility to provide an interface to hardware events, i.e. interrupts. A hardware interrupt conceptually fires an AsyncEvent, which causes ...


