What kinds of applications are well-suited for Java RTS?
Complex applications comprising significant non-real-time logic, plus either some soft real-time logic or some hard real-time logic, or both. (Note: Non-real-time logic reflects standard Java programming. Soft real-time logic means that responses to real-time events might occasionally fail to occur within the given set period; occasional failures are not considered as critical. Hard real-time logic means that responses to real-time events must never fail to occur within the set period; any failure is considered as critical.
Complex applications comprising significant non-real-time logic, plus either some soft real-time logic or some hard real-time logic, or both. (Note: Non-real-time logic reflects standard Java programming. Soft real-time logic means that responses to real-time events might occasionally fail to occur within the given set period; occasional failures are not considered as critical.