I\'ve been trying to choose which technology to use for a REST application and have found 4 candidates:
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:
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.
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
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
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
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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
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:
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