Heroku REST api 在 java 中调用

发布于 2024-12-07 14:46:43 字数 80 浏览 0 评论 0原文

我们可以使用网络服务或其他任何方式连接到heroku吗?我想在 java 中设置一个集成,它应该登录 ito heroku 并运行我的应用程序。?

can we connect to heroku using webservices or anything else . i want to set up an integration in java which should login in ito heroku and run my application.?

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

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

发布评论

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

评论(2

回忆躺在深渊里 2024-12-14 14:46:43

Heroku REST API 上有一个过时的文档,它将为您提供基本思想。不幸的是,最新的参考是 Heroku 命令行客户端源代码 - 它是用 Ruby 编写的。

There is an out-dated doc on the Heroku REST APIs that will give you the basic idea. Unfortunately the most up-to-date reference is the Heroku command-line client source code - which is in Ruby.

毁虫ゝ 2024-12-14 14:46:43

如果您想用 Java 构建 HTTP 客户端,Jersey(Oracle 的 JAX-RS 参考实现)是一个不错的选择。它的客户端库与 JAX-RS 2.0 中标准化的客户端库非常相似。

使用 Jersey,您也不仅限于 Java 内置的 HTTP 连接器,还可以插入(更好的)Apache HTTP 客户端连接器。 (全部在 Jersey 文档中描述)

http://jersey.java.net/

If you want to build an HTTP client in Java, Jersey (Oracle's JAX-RS Reference implementation) is a good choice. It's client library is very similar to the client library that will be in standardized in JAX-RS 2.0.

With Jersey, you are also not limited to Java's build in HTTP connector but can plug in the (much better) Apache HTTP client connector. (All described in the Jersey docs)

http://jersey.java.net/

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