How can I programatically reigster request methods (GET/POST/PUT) in Jersey, without usin开发者_开发问答g annotations?
This is not supported in Jersey 1.x. Hopefully coming in JAX-RS and Jersey 2.0.
How can I programatically reigster request methods (GET/POST/PUT) in Jersey, without usin开发者_开发问答g annotations?
This is not supported in Jersey 1.x. Hopefully coming in JAX-RS and Jersey 2.0.
精彩评论