Archive for October 11th, 2007

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 [...]