restlet
What is the best JAX-RS library?
I\'ve been trying to choose which technology to use for a REST application and have found 4 candidates:[详细]
2023-01-25 23:19 分类:问答Restlet On Android - Issues with serialization
I am trying to retrieve serialized classes using Restlet 2.1 with Android as the client and GAE as the server. This is the relevant code:[详细]
2023-01-25 10:43 分类:问答Restlet POSTing JSON to Appengine error
We have a small app with Restlet on the GAE server and GWT and Android clients. Restlet serves GWT-serialized replies to GWT clients and JSON to Android clients.[详细]
2023-01-22 18:45 分类:问答Can a log4j (or other Java logger) Appender accept or access request context objects?
I am currently writing a web service using Restlet, and logging with slf4j in front of log4j.Currently I have standard log4j Appenders in place for logging to files.What I was trying to do is also inc[详细]
2023-01-22 12:35 分类:问答Work with OData secured service
I want to generate entity classes and Service class of OData secured service. In OData Java extension page it is written that I need to use org.restlet.ext.odata.Generator class that should get uri an[详细]
2023-01-21 03:11 分类:问答Reading the first part of a file using HTTP
I would like to determine the type of a file (generally UTF-8) by reading the first part of the file and analysing the content. (The type is specific to my community but not under my control and not c[详细]
2023-01-20 22:01 分类:问答Which framework should I use to run OData APIs on Android? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-19 19:08 分类:问答How can I speed up Restlet for Android when using OData?
I am attempting to use Restlet for Android to query an OData data source. However, I am not impressed with its performance in both the emulator as well on a real device. I have the requests made in a[详细]
2023-01-19 03:32 分类:问答Get key-value pairs from POST body in Restlets
This may or may not be the dumbest question ever. I\'m using Restlet.When the client (which I do not control) POSTs to the URL, I can call the function:[详细]
2023-01-18 17:50 分类:问答Scalable API server, with Restlet?
We\'re planning a new API server that will mainly serve JSON responses, with a RESTful interface. We\'re concerned about scale and availability. Are we on the right track using Restlet with 开发者_Sta[详细]
2023-01-17 18:08 分类:问答