Reputation: 2616
Is there any example of Asynchronous Java Restlet webservice is available?
I want to implement Asynchronous Java Restlet webservice with Apache Tomcat 6.
Upvotes: 1
Views: 737
Reputation:
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.
Upvotes: 2