users@jersey.java.net

Re: Relation to restlet?

From: Lars Tackmann <lars_at_randompage.org>
Date: Tue, 22 Apr 2008 07:49:50 +0200

On Tue, Apr 22, 2008 at 7:45 AM, Hendy Irawan <hendy_at_rainbowpurple.com> wrote:
> From the project descriptions Jersey seems to have much in common with Restlet.
>
> Does it use Restlet?
> Are there plans to combine the power of two forces together?

Jersey is Sun's RI for the JAX-RS standard and is a s far as I know
brand new and without any relation to RestLet other than
properly being inspired by it. New versions of RestLet actually
implements the JAX-RS API
(http://blog.noelios.com/2008/04/01/restlet-11-m3-released/)
so if you have a existing RestLet app then you should be able to
gradually convert it into a JAX-RS app.

-- 
Yours sincerely
Lars Tackmann