Archive for October, 2007

Java 6 WILL NOT be Included in Mac OS X Leopard

Thursday, October 25th, 2007

By all appearances, the initial release of Mac OS X Leopard will not include Java 6. Java 5 will still be there and include all of the 64-bit goodness that we’ve been reading about. Considering that Java 6 is not listed as one of the 300+ new features it’s a good indicator that it won’t [...]

Some Mac OS X Leopard Java Details

Wednesday, October 17th, 2007

Even though Java is not listed as one of the 300+ new features, Java is listed as one of the “Key Technologies” listed under the tech specs for Leopard. Additionally, the development tools section also states that Leopard will include:
“Complete Java JDK, including javac, javadoc, ANT, and Maen tools “
Whatever “Maen” is [...]

No Mention of Java 6 on Leopard Features Page

Wednesday, October 17th, 2007

So Apple has put out a page highlighting the 300+ new features Leopard will have. As I scan through this page, one word I’m particularly keen on is only mentioned once. That word is Java. It is only mentioned in DTrace section where it talks about how DTrace can monitor Java code. So we [...]

Goals for RESTEasy 1.0

Thursday, October 11th, 2007

As I’m reevaluating and retooling RESTEasy, I’m thinking about what it is going to take to reach 1.0. At a high-level, RESTEasy will provide:

A Server side API as a JAX-RS Implementation
A Client API similar to what I described in this post.
A set of common code that is shared between client and server.

As for features, here’s [...]

Some thoughts on a JAX-RS client API

Thursday, October 11th, 2007

Bill Burke has just posted a bunch of really great feedback on the latest draft of the JAX-RS spec. If you haven’t had a chance to look at the spec, head over here. One thing that JSR-311 had initially chosen not to do was to define a client API. There has a been some grumblings [...]