|
|
|
|
|
Having a language run on the JVM using an interpreter is often seen as the first step. This is what both JRuby 1.0 and what JavaFX Script (introduced at JavaOne last May) both do today. Among the leading dynamic and scripting languages, Groovy and JavaScript already have compilers to byte-code.
The JRuby team started working on a compiler and so has the JavaFX engineers in close collaboration with the |
Looking for the relationship with GlassFish? Well you could implement a JavaFX container for GlassFish v3 or use Phobos and the JSR 223 provider for server-side JavaFX!
|
Another Kohsuke special: a source cross-referencer that is using the JavaC Tree API to produce high quality information; check this Sample Output. The Sorcerer project is Open Source at Java.Net and it includes goodies like a Maven 2 plugin. Kohsuke also promises to run sourcerer on the Project Glassfish Sources and make this another of the Tool Services available to the community. Also check Tom Ball's blog on Hacking JavaC. |