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

Sunday, December 23, 2007

Project Darkstar Community - Home

Open-source multi-player game server written in Java, sponsored by Sun.

Tuesday, October 31, 2006

White Box Enterprise Linux - Home

Monday, March 13, 2006

svnserve, a custom server - ssh/svn tricks