Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何可用的异步 Java Restlet webservice示例?
我想用 Apache Tomcat 6 实现异步 Java Restlet webservice。
异步 RESTFul 服务仅为JAX-RS 2.0定义。
Restlet 目前不支持 JAX-RS。
Jersey是 JAX-RS 的参考实现,也不支持异步服务。