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