且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

JAX-RS 框架

更新时间:2022-01-13 02:41:18

FWIW 我们正在使用 Jersey 作为其打包的全部功能(例如 WADL、隐式视图、XML/JSON/Atom 支持)拥有庞大且充满活力的开发人员社区在它背后,并有很好的 spring 集成.

FWIW we're using Jersey as its packed full of features (e.g. WADL, implicit views, XML/JSON/Atom support) has a large and vibrant developer community behind it and has great spring integration.

如果您使用 JBoss/SEAM,您可能会发现 RESTeasy 集成得更好一些 - 但如果您使用 Spring 进行依赖注入,那么 Jersey 似乎是最简单、最流行、最活跃和功能性的实现.

If you use JBoss/SEAM you might find RESTeasy integrates a little better - but if you use Spring for Dependency Injection then Jersey seems the easiest, most popular, active and functional implementation.