Just wondering if anybody has run Scala app or web-app on Java Real-Time system?
I assume because scala is bytecode compatible with regular JVM, then it should not take much effort to run it on a Real Time JVM such as Sun Java Real-Time System ?
Edit: As per http://stackoverflow.com/questions/2564575/sun-java-realtime-system-on-virtualmachine-cloud, I managed to run Scala's Lift framework using Sun Java Realtime system on SuseLinuxEnterprise Realtime Extension on top of VMWare Workstation 6.5
The web-app will not be behaving as a real-time (as it runs on VMWare), but it's a start.