使用 JAX-RS 和 OData 的 REST 服务?

发布于 2024-11-30 16:15:03 字数 263 浏览 0 评论 0原文

我一直在使用一些使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

街角卖回忆 2024-12-07 16:15:03

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.

各自安好 2024-12-07 16:15:03

根据文档,您可以在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文