1. JAX-RS @PathParam How to pass a String with slashes, hyphens & equals too stackoverflow.comI am new to JAX-RS and I am trying to use Jersey to build a simple RESTful Webservice. I have 2 questions. Please clarify these:
|
2. How to pass a very long string/file into RESTWebservice JAX-RS Jersey stackoverflow.comI wrote a RESTful webservice using JAX-RS API, that returns an XML string. I am trying to write another RESTful webservice that takes in this XML string, does parsing of it using ... |
3. unable to find com.sun.grizzly.tcp.http11.GrizzlyAdapter.setResourcesContextPath(String) stackoverflow.comI trying to expose some groovy service with jersey and girzzly. but i got a wierd error when i'm launching my servlet container. Here is the snippet which lauch it:
|
4. Getting JSON as string to a model object with Jersey stackoverflow.comWe're currently using Jersey 1.5.1 + Spring for handling JSON requests, and the request structure looks something like this:
|
5. Jersey: Return a list of strings stackoverflow.comI try to return a list of Strings in Jersey as JSON and XML. I thought this would be trivial. My first try was to write something like this
|
6. Getting the real request string in Jersey stackoverflow.comI'm having some trouble implementing a sort of oddball spec using Jersey, and it would help me if I could get the raw request string. Basically the spec calls for requests ... |
7. Jersey:Returning a Response with a Map containing Image Files and JSON String values stackoverflow.comI am using Jersey JAX-RS. I want to return a Response with a Map containing Image Files and JSON String values. Is this the right way to do this:
|
8. Download a PNG file from HTTP endpoint with query string stackoverflow.comSorry for the poor title. I have a URL like this: http://testserver:8080/dummy/server?@_1231Fv_C When I access this URL using browser, this returns me a PNG image. But, when I try to fetch ... |
9. Can not construct instance xxxx, no suitable creator method found to deserialize from JSON String stackoverflow.comI am trying to reconstruct java object from JSON string using jersey, and having some troubles to create object. Classes
|