Thursday, January 31, 2008

Create dynamic applications with javax.tools

Java 6 includes programmatic access to Java compilers (e.g. ToolProvider.getSystemJavaCompiler(), getSystemToolClassLoader()) meaning you can generate, compile and load Java classes on the fly. No more mucking around with undocumented private classes, yay

Monday, April 30, 2007

Roadsend Compiler - Trac

Tuesday, December 12, 2006

Google Web Toolkit

Web app toolkit - write Ajax apps in Java, have client-side code rendered to HTML/Javascript