Archive for the ‘Java’ Category

Java 6 for Leopard

Monday, February 25th, 2008
Apple finally released a preview of Java SE 6 in December 2007.

Java Compiler API on IBM’s developerWorks

Monday, January 14th, 2008
David Biesack of SAS Institute, Inc. wrote Create dynamic applications with javax.tools. It walks you through an example that uses javac to compile user provided expressions and then plot them as a function. This is similar to my JavaOne demo evalexpr, but sleeker.