Top "Restlet" questions

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

Why use REST @Produces annotation

So I understand that you are specifying the type, but why? Under what conditions would it matter. For example, if …

java web-services rest jax-rs restlet
NoSuchMethodError: com.google.common.base.Stopwatch.createStarted()Lcom/google/common/base/Stopwatch

My app is throwing NoSuchMethodError: com.google.common.base.Stopwatch.createStarted()Lcom/google/common/base/Stopwatch error. Not sure why, …

java guava restlet apispark
Restlet vs Spring MVC for Restful web service

I'm researching how best to create a Restful web service on Google app engine. My end goal is to have …

java google-app-engine spring-mvc restlet
Exposure of Camel routes as REST services under Web container

I have Camel route that I would like to expose as a REST Web Service. Application is deployed on Web …

spring rest restlet apache-camel cxfrs
How to access header values of request in Java Restlet?

I am developing web services using Restlet Java. For this I want to protect some webservices from unauthorized clients. So …

java web-services rest request restlet
How do I set the Content-Type on a camel-restlet producer request?

I need to consume simple Rest service, but their implementation breaks if my request goes out with Content-type: application/x-www-form-urlencoded. …

java apache-camel restlet
How to enforce 'sessions' in RESTful web services using RESTlet?

I am new to RESTful web services and RESTlet. WE only have experience building servlet based web applications (Servlet/JSP …

java web-services web-applications rest restlet
How to make Restlet client ignore SSL Certificate problems

I am currently working in a test environment where the server has a default Self signed SSL certificate. I am …

java ssl https restlet
How to serve static content with JAX-RS?

I have a self hosted JAX-RS REST service implemented with the JAX-RS Restlet extension. Now I have to serve static …

java rest jax-rs restlet
RESTful interface for C++/Qt?

I want to integrate the RESTful-API in my Qt-Project. I already read the example on this page, but this is …

c++ qt rest restlet