Assume a blackboard type application. There are 2 Projects - ProjectA and ProjectB. User \'nupul\' (me) is part of both projects. For A I\'m an admin and for B I\'m just a \'member\' (no admin rights)
Im new to REST and am developing a client to post data to a external hosted service. Im using org.reslet.resource.ClientResource to create a client
I\'m trying to create a HEAD response with restlet. Unfortunatly there is ony a @Get annotation, but the restlet author states, that you have to use a @Get, and then compare the Method.
In the following Connector/J reference for JDBC/MySQL it suggests we cache the instances of InitialContext and Datasource. Would just making it a private static instance solve the caching? Shouldn\'t
I\'m using Restlet 2.1 with jackson to build a json REST api. When I make a request with the expected content type but a malformed body, I get back a 415 \"Unsuppored Media Type\" status code. I thin
I\'ve been looking the source code available from the Restlet official tutorial. I am trying to hit the Restlet server using the Android app from he tutorial adn I only get the JSON response, not the
How can I identify the resource media type in RESTlet2, I tried following in my class extended from ServerResource
Simplified code example: http://pastebin.com/9ZQxSXi9 Hi I wanted to experiment with the restlet 2.0 library and the gpodder webservice but somehow i reached a point where I can\'t see the wood for
I have been playing with the source code available from the following tutorial. The GWT/GAE application works in development mode, however when its deployed, the server always returns the response in
I simply want to disable Restlet\'s logging to stdout/stderr in my project and forward all Restlet loggi开发者_开发技巧ng through the SLF4J facade provided by org.restlet.ext.slf4j. Is there an easy w