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.
我正在构建一个 RESTful Web 应用程序,我有兴趣在其中使用异步功能和过滤。该应用程序需要在四月/五月左右投入生产。开始研究 JAX-RS 2.0 Jersey 的可用选项是一个好主意,因为我无法在 JAX-RS 1.0 中使用此功能。如果没有,那么我可能不得不研究其他选项,例如 Play Framework(我目前正在评估)。我已经看到 Resteasy 2.3.5 也具有所需的功能,但我希望使用正确的 JAX-RS 2.0 实现。
谢谢你。
如果你的应用服务器是 jboss 7.x 我推荐你 RESTEasy,Jboss 人负责 RESTEasy 并且它与 JBoss 7.x 集成,RESTEasy 和 Jersey 的问题是安全性,请在选择之前阅读OAuth ,安全性很重要,请先实现这个,不要只看,实现它