users@jax-rs-spec.java.net

[jax-rs-spec users] JAX-RS Routing

From: <oneil5045_at_gmail.com>
Date: Thu, 31 Oct 2013 17:24:43 +0000 (UTC)

Is there any reason that the JAX-RS spec does not provide a default
routing implementation as well as UriBuilder? I am interested in
trying to write a web server that conforms to JAX-RS but I wouldn't
trust myself to implement routing to spec. I could pull in Jersey or
RESTEasy but that seems a bit much just for routing.

Personally I would think routing is something you would want only one
implementation of. This way you know requests will behave the same
across different frameworks.

Thanks,
Bill