The Java Virtual Machine ( Sun's JVM is called HotSpot ) is a java bytecode intepreter which is fast, portable and secure. Jython, JRuby, Scala, ABCL (Common Lisp) are popular language implementations that run on the JVM that allow for the
... [More]
jvmcookbook sugar of their particular languages.
This project contains multiple sub-projects and code demos related to those jvm language implementations.
Milestone and CHANGELOG highlightsJVM Notebook, set1 release (3/27/2008)uploaded JRubySourceCodeManager.zip - example jruby web application oriented j2ee application. an example source code manager for viewing all of your source code in your project. Use of simple jruby/spring framework. uploaded jython_set1_d032008.zip - misc jython oriented examples including struts based application. Junit/Jython example and other notebook samples. uploaded scala_set1_d032008.zip - scala examples including scala/lift web project(note: using older version of scala source code) uploaded misc_NeuralNetworkJava.zip - misc neural network example in java uploaded abcl_set1_d032008.zip - abcl/lisp examples including abcl oriented web example. [Less]