users@jersey.java.net

[Jersey] (java) rest framework with programmable dispatcher?

From: Thomas Koch <thomas_at_koch.ro>
Date: Mon, 6 Feb 2012 14:54:54 +0100

Hi,

I'm searching a java rest framework or JAX-RS implementation that allows me to
configure the dispatcher at runtime through an API. In JAX-RS it is only
possible to do the configuration with @Path and @HttpMethod annotations or by
effectively building your own dispatcher.

I'm searching for:

dispatcher.addResource("/my/{path}", Resource.class) or
dispatcher.addResource("/2nd/path", resourceHandlerFactory)

Thank you!
also posted at StackOverflow, if you like to collect points:
http://stackoverflow.com/questions/9161002/java-rest-framework-with-
programmable-dispatcher

Thomas Koch, http://www.koch.ro