没有注释的 Rest Web 服务?

发布于 2024-12-19 17:22:36 字数 117 浏览 0 评论 0原文

是否可以为现有 API 创建 Restful Web 服务,而无需向 POJO(java 类)添加注释?可以用球衣吗?或者另一个 JAX-RS 实现?问题是我的类上有太多注释,并且在处理复杂数据类型时需要添加一些适配器。

Is it possible to create a Restful webservice for an existing API without having to add annotations to POJOs (java classes)? Is it possible with jersey? or another JAX-RS implementation? The problem is that i am just having too much annotations on my classes and need to add some adapters when dealing with complex data types.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

梦太阳 2024-12-26 17:22:36

当然还有其他不依赖注释的 RESTful 资源发布方法和库,例如 Restlet。查看 JAX-RS 规范,它似乎定义的只是注释。如果您不使用注释,则您不再使用 JAX-RS。

There are certainly other approaches and libraries for publishing RESTful resources that don't rely on annotations such as Restlet for instance. Looking at the JAX-RS specification it seems that all it defines are the annotations. If you don't use the annotations, you aren't using JAX-RS anymore.

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