resteasy
How do I change the REST context generated by enunciate?
I have the following annotation in my RESTEasy code: @Path(\"/v1/authenticateService\") Enunciate generates a \"Mount Point\" in the documentation as:[详细]
2023-03-29 02:28 分类:问答resteasy-cdi - getting "Duplicate context initialization parameter resteasy.injector.factory" error
I\'m needing CDI functionality on a rest application in which I\'m using RESTEASY. So I followed the manual\'s instruction to setup resteasy-cdi module on my app, that runs on JBoss AS7.[详细]
2023-03-28 10:10 分类:问答RESTEasy - add a resource class dynamically
With RESTEasy I\'ve implemen开发者_StackOverflow中文版ted a subclass of Application to provide a list of singleton resources. Is there a way to add another singleton dynamically later on? I\'ve not fo[详细]
2023-03-27 10:01 分类:问答How to set HTTP header in RESTEasy client framework?
RESTEasy (a JAX-RS implementation) has a nice client framework, eg: RegisterBuiltin.register(ResteasyProviderFactory.getInstance());[详细]
2023-03-25 04:58 分类:问答Problem with differentiation of pathparams
I have problem with Jax-rs @Path variable, I need to differentiate the following two pathparams @Path({domain}/{id})[详细]
2023-03-24 16:35 分类:问答JAXB creates empty TreeSet after unmarshaling
I have a RESTful service client. The service returns SortedSet<Movie>, where Movie is a JAXB annotated class. The resulting XML is given below.[详细]
2023-03-19 07:13 分类:问答Tomcat NIO/RESTEasy disconnects TCP after each request
I\'m using RESTEasy asynchronous (Comet) IO support on Tomcat 6 via the NIO Connector. Currently, TCP connections are getting dropped by the server after each response is sent back to the client.[详细]
2023-03-18 19:25 分类:问答LZMA JAX-RS Support
I\'m receiving LZMA compressed data via a request to a REST based web service.Is LZMA supported by the jax-rs specification?I\'m using the RESTEasy implementation of the JAX-RS spec. My app se开发者_S[详细]
2023-03-18 06:05 分类:问答Resteasy Content-Type defaults
I\'m writing an app using Resteasy that can return both JSON and XML, but at a choice will default to XML. Here\'s my method:[详细]
2023-03-18 06:04 分类:问答RESTEasy JAX-RS dynamic dispatching other than subresources
RESTEasy (JAX-RS) allows dynamic dispatching via sub-resources.For instance: POST /customers/create {\"name\":\"Smith\",\"country\":\"jp\"}[详细]
2023-03-17 05:07 分类:问答