jax-rs
JAX-RS/Jersey: How can I "inherit" @Provider fields?
In JAX-RS one can define @Provider-annotated fields or inner-classes (such as for MessageBodyReader or ExceptionMapper).[详细]
2023-03-23 10:58 分类:问答How to indicate the file name for saving to the browser from a REST service in Jersey?
i am trying开发者_StackOverflow社区 to have a REST service return a zip file from the local harddrive .[详细]
2023-03-23 03:44 分类:问答problems defining overlapping @Path values for Jersey JAX RS
I have two resource classes Pc.java - @Path(\"/pc\") Tag.java - @Path(\"/{entity:(pc|networks)?}/{id}/tags\")[详细]
2023-03-22 22:15 分类:问答Java Restful Web Services (jax rs) authentication pattern
I have started using JAX-RS to created a simple restful interface to my web application. Currently, it is only being used (read only) by one internal client which has access to all application data, a[详细]
2023-03-22 21:19 分类:问答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 分类:问答Java Threads calling methods on common Data Collector Object possible?
The idea: I have a JAX-RS webservice servlet (Object called webServle开发者_C百科t) which instantiates a data collecting Object dataCollector and passes this object on to multiple threads in their con[详细]
2023-03-20 23:41 分类:问答Semicolon in parameter of REST service call with Apache CXF 2.3
I\'m try to pass parameter that contains semicolon(reserved symbol) in REST service, but I have problem with Apac开发者_如何学编程he Tomcat[详细]
2023-03-20 20:35 分类:问答CXF JAXRS client not reusing TCP connections
I\'m using the JAX-RS support in CXF 2.2.5 to invoke REST webservices. I\'m creating a single org.apache.cxf.jaxrs.client.WebClient instance for each endpoint I need to communicate with (typically one[详细]
2023-03-19 15:55 分类:问答
加载中,请稍侯......