JVMNotebook on Google Code

The Java Virtual Machine ( Sun's JVM is called HotSpot ) is a java bytecode interpreter 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 jvmcookbook sugar of their particular languages.

keywords: java, general java, j2ee, clojure, scala, abcl, jruby, gwt, apache wicket, spring

This project contains multiple sub-projects and code demos related to those jvm language implementations.

http://code.google.com/p/jvmnotebook/

-- Berlin Brown

Comments

Popular posts from this blog

NOTES: Web Application Development Sucks (or at least frustrating)

More on getters and setters - Don't do it