使用 JAX-RS 和 OData 的 REST 服务?
我一直在使用一些使用 JAX-RS 注释的 REST Web 服务。 我现在正在考虑使用 OData 作为我们的查询类型服务。 但是,我还没有看到任何使用 JAX-RS 注释的 OData 示例。 事实上,OData 服务示例看起来与 JAX-RS 服务非常不同。
OData 服务可以使用 JAX-RS 语句进行注释吗? 我似乎找不到任何例子。
谢谢莎拉
I have been playing with some REST web services which use JAX-RS annotations.
I am now looking at using OData for our query type services.
However, I haven't see any OData examples that uses JAX-RS annotations.
In fact, OData service examples seem to look very different to JAX-RS services.
Can OData servcies be annotated with JAX-RS statements?
I can't seem to find any examples.
Thanks
Sarah
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
odata4j 现在 (0.6) 支持 OData 生产者的 Jersey 和 CXF impl。您可以参考谷歌代码页(上面的列表)了解更多详细信息。
odata4j now (0.6) support Jersey and CXF impl for OData producer. you can refer to the google code page (list above) for more detail.
根据文档,您可以在 JAX-RS 等标准之上构建 OData 服务。
这是一个 Google 代码页,其中列出了当前状态以及指向 odata4j 项目的链接。那里可能有一些示例可用于构建 JAX-RS OData 服务。
我是一名 .NET 开发人员,所以我不具备 Java 框架能力,但希望这会有所帮助。
According to the documentation, you can build OData services on top of standards like JAX-RS.
Here's a google code page that lists out the current status and links to the odata4j project. There may be some examples there that you can use to build JAX-RS OData services.
I'm a .NET developer, so I'm not up on my Java framework capabilities, but hopefully this helps.