jersey
Jersey Client API - authentication
I\'m using the Jersey client API to submit SOAP requests to a JAX-WS webservice. By default Jersey is somehow using my Windows Nt credentials for authentication when challenged. Can anyone explain whe[详细]
2023-03-22 02:54 分类:问答How can I send a JAXB-marshalled object as a parameter using the Jetty client API?
...practically I\'m looking for a REST-style EJB-or-SOAP-replacement ;) This enable开发者_如何学编程s me to receive an JAXB-marshalled object from server[详细]
2023-03-21 21:01 分类:问答JAX-RS Jersey/Grizzly Define an interface resource
Following the example here On deploying a sample resource using the Grizzly container. It uses a resource that is defined as a class, instead I would like to define an i开发者_运维问答nterface with th[详细]
2023-03-21 11:22 分类:问答Java: Jersey (JAX-RS) and JAXB_FORMATTED_OUTPUT with annotation?
Currently I have my Jersey (JAX-RS) Webservice return an JAXB annotated Object with a simple @Produces(\"text/xml\") in my Webservice me开发者_Python百科thod. Unfortunately the output looks rather mes[详细]
2023-03-21 01:20 分类:问答How to override response header in jersey client
I have a jersey client that I am trying to unmarshall a response entity with. The problem is the remote web 开发者_如何学JAVAservice sends back application/octet-stream as the content type so Jersey d[详细]
2023-03-20 21:03 分类:问答Jersey JSON key/value order
I\'m building a Java REST Web App with use of Jersey to get JSON data output. I ran into a problem with ordering of the key/value pairs.[详细]
2023-03-20 12:33 分类:问答Running Jersey Servlet on Jetty - Error: The ResourceConfig instance does not contain any root resource classes
When I am trying to run my Jersey Servlet on jetty with mvn jetty:run I get back the error: SCHWER开发者_StackOverflow社区WIEGEND: The ResourceConfig instance does not contain any root resource class[详细]
2023-03-20 11:19 分类:问答Jersey and spring integration - bean Injections are null at runtime
I am trying to inject services into a Rest class that is using Jersey. No matter what or how I try to inject into this class seems to be showing up as null at runtime.Looking in the log files shows[详细]
2023-03-20 08:13 分类:问答rest url - having '/' as a path VALUE
I think this is not possible, but I need confirmation before throwing it away... I have a GET REST endpoint with this pattern[详细]
2023-03-19 17:26 分类:问答Memory cache options for postgres and java
Running a last db server jersey applications and I need to start thinkin开发者_运维技巧g about memory caching.[详细]
2023-03-19 16:10 分类:问答