We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
有许多 PHP 系统具有 Java 桥接器,可以让您调用 Java 对象。 Zend 有一个,IBM 有一个(零号项目)。
如果您有一个好的 Java 脚本,但找不到适用于 PHP 的脚本,我会通过 Java 调用,或者触发 Java 程序并从中获取输出。
雅各布
There are a bunch of PHP systems that have Java bridges which would allow you to call out to Java objects. Zend has one and IBM has one (Project Zero).
If you have a good Java script and cannot find one for PHP, I would just call out via Java, or trigger the Java program and get the output back from it.
Jacob