jersey
Get all html form param name & value using jersey
I have a html form which contains elements like this <input type=\"text\" value=\"Val1\" name=\"Name1\"/>[详细]
2023-04-04 20:06 分类:问答Get handler from URI in Jersey?
Inside a ContainerResponseFilter I would like to get the \"handler\", i.e. the class where @Path and the @GET/@PUT-annotated method matches the URL I will provide.[详细]
2023-04-04 18:10 分类:问答Jersey RESTfull service with XML (encapsulation outside the JSON-Object needed)
I try to implement a restful webservice in Java together with Jersey. To communicate between the client- and server-side i´m watching out for XML.[详细]
2023-04-04 14:02 分类:问答Define WADL resources base in Jersey
I am using Jersey 1.9 and it is generating my WADL perfectly except I need to redefine the resources base URI.[详细]
2023-04-04 09:31 分类:问答Android application pauses - slow garbage collection or SQLite performance problem?
I have an Android application that communicates with a Jersey webservice using JSON. The received data is stored in a SQLite database on the Android device.[详细]
2023-04-03 22:43 分类:问答How to get a Map parameter in a REST service for different mime types?
How can I specify a map as one of the parameters of a REST service e.g @Path(\"/servicepath\") @Consumes(MediaType.APPLICATION_XML)[详细]
2023-04-03 19:38 分类:问答How I should write Jersey rest service to make is accessible by given spring code
Here is rest client that is written using Spring: public void addGadget(String gadgetName, String gadgetUrl) {[详细]
2023-04-03 11:27 分类:问答Why "invalid request" when requesting resource with mime type application/xml in Jersey?
In our application there is a working method that returns a JSON representation of Company.I modified @Produces by adding MediaType.APPLICATION_XML.However, when I set the \"Accept\" header in the req[详细]
2023-04-03 07:01 分类:问答API Development: When to return a BAD REQUEST HTTP Status Code (REST)
We\'re authoring REST services, and there\'s a debate on what to do when someone requests a resource with a parent ID that does not exist.[详细]
2023-04-02 07:57 分类:问答How to set timeout for Jersey REST web services?
I would like to know how to set a timeout for a REST web service with Jersey, and being able to catch it within the service. I\'ve read some approaches to achieve this, such as calling another service[详细]
2023-04-01 16:53 分类:问答