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.
我看到有些人正在使用带有 Spring 的 Jersey。在 Spring 3.0 中,现在可以使用注释直接在控制器中创建 RESTful API。为什么我应该考虑使用带有 Spring 的 Jersey?
泽西优点:
编辑
Spring MVC 和 JAX-RS 的一个(非常好的)比较
Spring 3 向后兼容,因此您可以使用 Jersey。
您得到的不是将您的应用程序绑定到专有 API。