jax-rs
Java web service tomcat not able to find a shared lib
I\'m using eclipse and I have a java web service (rest jax-rs) I also have another java project that contains a class Employee[详细]
2023-03-13 19:06 分类:问答get unnammed query parameter in jax-rs
Requests can come into the server like: http://localhost:8080/App/rest/data/?sort(+Browser) (from dojo data grid)[详细]
2023-03-13 11:57 分类:问答How to avoid network call when REST client and server are on the same server
I have a web application in which two of the major components are the website (implemented in Groovy and Grails) and a backend RESTful web service (implemented using JAX-RS (Jersey) and Spring)开发者_[详细]
2023-03-13 05:45 分类:问答Using MessageBodyReader for multiple parameters in RESTful services
The following method does not allow my servlet container to start: @PUT public String upload(final Customer customer, final Control control) {[详细]
2023-03-12 19:07 分类:问答Obtaining actual parameter values in a Jersey ResourceFilterFactory
I want to implement开发者_开发百科 custom authorisation in my REST services using Jersey. This custom authorisation inspects annotations on methods as well as the actual parameters that a[详细]
2023-03-12 11:51 分类:问答Why is Jersey's UriBuilder.build method encoding #'s and %'s, but not /'s?
I have a REST A开发者_运维百科PI which is fairly typical, except that the id\'s of resources are not integers, but strings, which often contain / characters. So if a customer\'s id is string/with/slas[详细]
2023-03-11 05:20 分类:问答CXF and Google Guice using JAX-RS + JAX-WS
I would like to integrate CXF with Google Guice. I am already using Guice in my project and I want to avoid adding extra dependencies.[详细]
2023-03-11 03:45 分类:问答JAX-RS/Jersey client: unmarshall URI encoded name/value pairs
I wondered if anyone knows how best to unmarshall a response from开发者_运维百科 a JAX-RS/Jersey client that is returning a response from paypal. The response is URI encoded in name/value pairs. I ask[详细]
2023-03-10 09:48 分类:问答Leaving some {template} in builder URI with UriBuilder
Jersey UriBuilder can replace all the templates in a URI: UriBuilder.fromResource(this.getClass()).path(\"{id}/{op}\").build(12, \"buy\")[详细]
2023-03-09 09:37 分类:问答Root element name in collections returned by RESTEasy
I\'m using JAX-RS via RestEasy in JBoss AS 6. When my JAX-RS resource returns a collection of items (e.g. via a List), RESTEasy always uses the name collection as the root element.[详细]
2023-03-09 07:41 分类:问答