restlet
POST request does not reach the server
I\'m trying to send data from an Android smartphone via a POST request to a REST web service. There is no error on client side, but on the server side is no code executed if I have sent the data:[详细]
2023-04-13 03:30 分类:问答Nullpointerexception in entitymanager
hy, I\'m having trouble in using entitymanager in a java web applicaton. My code is: public class HelloWorldResource extends ServerResource {[详细]
2023-04-12 11:22 分类:问答RestKit in android?
I have used restkit framework in ios. Which is very powerful and provides features like caching and all. I am looking whether a similar framework is available in android?[详细]
2023-04-12 08:37 分类:问答HttpClient: disabling chunked encoding
I am using the Apache Commons HttpClient along with Restlet to call a restful web service. Unfortunately, my server (ba开发者_如何学运维sed on Ruby on Rails) does not like the Transfer-Encoding: chunk[详细]
2023-04-12 07:27 分类:问答Web Server on Android phone
I\'m trying to set up a web server using the Restlet framework on my Android phone. My idea is to build a game where one phone creates some markers on a map which then can be transferred directly to o[详细]
2023-04-12 04:09 分类:问答Session management in Restlet or other alternative for that
i am working on restlet application , i am confused at 1 point that how to maintain sessions in restlet application .[详细]
2023-04-11 16:46 分类:问答Send lastmodified/Etag/Cache headers in restlet for GET request
I couldn\'t find simple example that sends lastmodifie开发者_如何学编程d/Etag/Cache headers in restlet for GET requests.[详细]
2023-04-10 16:20 分类:问答RESTLet 2.0.9 - query regarding multiple @Get and @Post annotations?
I am new to RESTLet and using 2.0.9. What I want to do is have multiple methods with @Get & @POST annotation. I have access to the VO classes(value objects) and so I don\'t need to use JSON or XML[详细]
2023-04-09 00:01 分类:问答How to set character encoding to a request in Restlet Framework?
I am using the Restlet Framework to receive and send the data. //Receiving the Request. Request helpReq = new Request();[详细]
2023-04-07 05:38 分类:问答How to retrieve attributes in hierarchical URI?
Using Restlet, how can I retrieve the attributes passed in the URL? Example: http://localhost:8888/contacts/123[详细]
2023-04-04 17:33 分类:问答