Top "Restlet" questions

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

Restlet implementing post with json receive and response

First, what i wanted to know is what i am doing is the right way to do it. I have …

json postgresql rest restlet
Calling SOAP service inside REST service

I want to code for a REST service using Restlet framework that wraps a third party SOAP service with some …

java xml rest soap restlet
Streaming data from client with HTTP Post

I would like to stream data from the client to the server. My application streams audio data to the server. …

http post stream restlet
Oauth2 Redirect URI for android application

I have created my own webservice which is protected by Oauth2. I am currently using restlet for this. It makes …

android rest oauth oauth-2.0 restlet
HttpClient: disabling chunked encoding

I am using the Apache Commons HttpClient along with Restlet to call a restful web service. Unfortunately, my server (based …

java http restlet apache-commons-httpclient
Get HTTP GET parameters from Restlet request

I am trying to figure out how to get the parameters from a Restlet request object. my request comes in …

java rest restlet
How popular is restlet?

I'm selecting a framework for restful service. Restlet looks promising. However, I'd like to pick something that's mainstream enough that …

http restlet
What is JAXB and JAXRS ? How are they related?

Sorry for this blunt question . But many use these 2 terms day in and day out yet I don't know .I …

jaxb jax-rs resteasy restlet xml-binding
Restlet Maven Dependencies

Does anyone know what the RESTLET maven dependencies are? None of the entries on the site work. I had to …

maven restlet
Running a RESTlet Tutorial, I'm receiving java.lang.NoClassDefFoundError

I'm trying to run the first server tutorial on RESTlet docs but i'm getting errors even though i added the …

restlet restlet-2.0