http « jersey « Java Enterprise Q&A





1. Jersey - Redirection Using Get Not Put, Causes Redirection Loop    stackoverflow.com

I'm working on a web app that uses Jersey. I'm trying to implement a get-after-post sort of thing using a URIBuilder and a seeOther response. The aim is to redirect to ...

2. What is the best way to "fake" DELETE and PUT methods using JAX-RS?    stackoverflow.com

I've just started to use Jersey to create a RESTful API for my site. Its a wonderful change from having to roll my own support for RESTful services ...

3. Enable Grizzly to perform JaaS simple HTTP AUTH    stackoverflow.com

How can I make Grizzly HTTP server allow JaaS for simple HTTP AUTH? I can't see any code/sample out there: There's another post here in StackOverflow that directly assumes that jaaS is ...

4. http delete with REST    stackoverflow.com

I am currently using Jersey Framework (JAX-RS implementation) for building RESTful Web Services. The Resource classes in the project have implemented the standard HTTP operations - GET,POST & DELETE. I am ...

5. HTTP content negotiation conflicts in JAX-RS/Jersey?    stackoverflow.com

I am enjoying the auto HTTP content negotiation of JAX-RS (specifically Jersey), i.e. its ability to route my resources by "Accept" and/or "Content-Type" headers. But I'm finding that sometimes it doesn't ...