users@jersey.java.net

[Jersey] Response redirect/forward

From: Jose Antonio Illescas Del Olmo <jantonio.illescas_at_rbcdexia-is.es>
Date: Fri, 05 Aug 2011 10:55:33 +0200

Response class define a "seeOther" method for use in redirect-after-POST

    I see this method as "sendRedirect" of Servlet API

But I not see any JAX-RS alternative to "forward".

    I can "forward" (as Sevlet API does) with JAX-RS?

Thank you