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