A quick release from our beta-6 to fix a few quick bugs that users found. See our main project page at:
to download and browse docs. Have fun.
Software plumbing using middleware wrenches
September 16, 2008
java, JAX-RS, jboss, REST, Webservices 2 Comments
A quick release from our beta-6 to fix a few quick bugs that users found. See our main project page at:
to download and browse docs. Have fun.
Sep 23, 2008 @ 15:30:12
I’m enjoying RESTEasy, it is a great addition to the JBoss toolkit. Thanks for such a useful tool!
Any plans to support a filters, as Jersey does with ContainerRequestFilter? Specifically, I would like to implement X-HTTP-Method-Override as some of the clients I need to support cannot issue PUT or DELETE requests.
Sep 23, 2008 @ 15:36:43
Yes, I plan on adding filters. There’s some server-side caching features I want to add that require interception.