users@jsr311.java.net

Re: path segments, slashes and request matching

From: Stephan Feder <sf_at_b-i-t.de>
Date: Mon, 03 Nov 2008 16:24:30 +0100

On Thu, 30 Oct 2008 21:46:21 +0100, Stephan Koops <Stephan.Koops_at_web.de>
wrote:

> Hi Stephan,
>
> you could use the Restlet extension for JAX-RS (www.restlet.org). It
> supports content negotiation by file extensions transparently for the
> client for GET requests. For other HTTP methods there are also
> possibilities for it.
> You could join us at discuss_at_restlet.tigris.org .

Thanks but the approach of JAX-RS is fine in general. It only has a touch
of dwimmery to much.

Stephan