Mostly a small maintenance release. I did add a forward() method to HttpRequest. If you tried to forward() using a RequestDispatcher, Resteasy would still try and send a response. The HttpRequest.forward() method makes sure this happens and gives you an abstraction too. Special thanks to Alexey Ogarkov for adding java.net.URL support for JAX-RS 2.0 client framework too.
See http://jboss.org/resteasy for where to download and view release notes.
Aug 02, 2013 @ 06:44:29
Hi Bill! I know it’s not relevant to that post but do you see a good way for implementing MVC on top of the existing functionality of JAX-RS 2.0. What I mean is to be able to store resulting objects in a model map and to define a view in a templated (freemarker) fashion that will represent the model?