Search code examples
javarestasynchronousrestlet

An example of Asynchronous Java Restlet webservice?


Is there any example of Asynchronous Java Restlet webservice is available?

I want to implement Asynchronous Java Restlet webservice with Apache Tomcat 6.


Solution

  • Asynchronous RESTFul services are only just defined for JAX-RS 2.0.

    Restlet does not support JAX-RS at the moment.

    Jersey, which is the Reference Implementation of JAX-RS does not support asynchronous services, too.