resteasy
JAXB Resteasy marshall desired fields
I would like to marshall an object using JAXB, the problems is that I would like to marshall just some fields depending on some business logic. For example I have an object like this:[详细]
2023-02-15 03:00 分类:问答Could not find JAXBContextFinder for media type: application/json
I have a problem with development resteay+ejb+json. Using Jboss-5.1.0.GA. I get example from resteasy-jaxrs and adapted to use for my case.[详细]
2023-02-12 21:40 分类:问答Jettison JSON Automatically Changes Data Type
I\'m using Resteasy 2.0.1.GA and thusly Resteasy-jettison-provider-1.2.GA and whenever I have a String property that contains 开发者_如何学Pythonall numbers (i.e. String test=\"1111\";), the JSON resp[详细]
2023-02-12 11:50 分类:问答RESTEasy Asynchronous HTTP with Spring MVC
Is there any handy way to use RESTEasy Asynchronous HTTP support (in my case on Tomcat 6) in conjunction with the Spring MVC framework. I\'ve found useful articl开发者_C百科es on using RESTEasy with S[详细]
2023-02-12 08:03 分类:问答RESTEasy or Jersey? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-02-12 02:39 分类:问答What's a JAX-RS implementation?
I 开发者_JAVA百科have been trying to figure out how to use JAX-RS for quite some time. I started from the very basic concepts and then to gradually understand the annotation styled programming, the me[详细]
2023-02-10 09:36 分类:问答Resteasy multipart/data-form file upload on GAE
I\'m trying to use resteasy 2.0.1.GA to upload a form with a file in it into GAE application, using the method advised atHow do I do a multipart/form file upload with jax-rs?[详细]
2023-02-08 16:59 分类:问答HTTP request encoding Weblogic/Resteasy mock
Sending swedish text over the wire with XHR and my understanding is that character set encoding is forced to default UTF-8:[详细]
2023-02-07 19:21 分类:问答Format exception message thrown by Spring security in filter chain
The setup: Resteasy + Spring Security on Tomcat. Data exchanged between client/server is in JSON format.[详细]
2023-02-05 07:45 分类:问答Response status text empty
Using Resteasy for my web services Not seeing the response text in Firefox or wget despite being able to convert the status test when using the Jarkarta HTTP client built into Resteasy.For example, i[详细]
2023-02-05 02:00 分类:问答