Top "Restlet" questions

Restlet Framework is an open source framework for Java (and JavaScript) to expose and consume RESTful web APIs.

A url resource that is a dot (%2E)

I have a resource that is a . This means my url looks like this: http://myapp/index/. And i need …

url encoding freemarker restlet
fix java.net.SocketTimeoutException: Read timed out

I have a RESTful server which takes an http POST input from client to vote up songs on server. I …

java post restlet apache-httpclient-4.x
Is it ok by REST to return content after POST?

I am using RESTlet and I have created a resource. I handle POST by overriding acceptRepresentation method. The client should …

java rest restlet
RESTful on Play! framework

We are planning a project primarily serving content to mobile apps, but need to have a website. My question is …

java rest jersey restlet playframework
RESTful application on Google App Engine Java?

I would like to create a RESTful app on Google App Engine. I would like to provide XML and JSON …

java google-app-engine rest jersey restlet
How do I interact with OData from Java?

OData is Microsoft's repackaging of its Astoria (now WCF Data Services) RESTful query/update protocol. If I want to use …

java rest restlet odata astoria
Easiest frameworks to implement Java REST web services

What are the best frameworks for implementing both client and server REST frameworks in Java? I've been struggling a little …

java web-services rest jersey restlet
Restlet POST using JSON

How do I implement Restlet function which accepts JSON post? And how do I test this using curl? Thanks

json post restlet
Restlet javax.net.ssl.SSLHandshakeException: null cert chain

I am testing SSL communication between client and server locally. So I generated certificate using OpenSSL commands. Added this certificate …

java ssl restlet sslhandshakeexception restlet-2.3.1
RESTFul Service Framework for AppEngine

I am working on a project that involves mobile and web clients with Google's AppEngine PAAS. I would like to …

google-app-engine rest jax-rs restlet resteasy