Quercus:Java 和 PHP 集成

发布于 2024-10-16 20:40:45 字数 773 浏览 6 评论 0原文

这些天我正在尝试 Quercus,我想创建一个 java PHP 集成模块,在查看教程后,我堆栈在以下部分:

第3步:创建com.caucho.quercus.QuercusModule并将其放置在$webApp/WEB-INF/classes/META-INF/services中 示例.HelloModule

顺便说一句,演示 http://www.caucho.com/resin-3.0/quercus/tutorial/module/hello.phphttp://quercus.caucho.com /quercus-3.1/examples/quercus-module/hello.php 也无法正常工作。

有人可以帮我解决这个问题吗?谢谢。

参考:
http://www.caucho.com/resin-3.0/quercus /tutorial/module/index.xtp
http://quercus.caucho.com/quercus-3.1/doc/quercus .xtp#module

I was try Quercus these days, I want to create a java PHP integration module, after looking at the tutorials, I was stack at the part below:

Step 3: Create com.caucho.quercus.QuercusModule and place it in $webApp/WEB-INF/classes/META-INF/services
example.HelloModule

BTW, the demo http://www.caucho.com/resin-3.0/quercus/tutorial/module/hello.php or http://quercus.caucho.com/quercus-3.1/examples/quercus-module/hello.php is not working as well.

Can somebody help me with this problem? Thank you.

Reference:
http://www.caucho.com/resin-3.0/quercus/tutorial/module/index.xtp
http://quercus.caucho.com/quercus-3.1/doc/quercus.xtp#module

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

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

发布评论

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

评论(1

人│生佛魔见 2024-10-23 20:40:45

第3步:创建com.caucho.quercus.QuercusModule并将其放置在$webApp/WEB-INF/classes/META-INF/services example.HelloModule中

意味着您需要创建一个名为com.caucho.quercus.QuercusModule的文件并将其放入进入 $webApp/WEB-INF/classes/META-INF/services 文件夹,内容应为 example.HelloModule。
文档确实不清楚:(

Step 3: Create com.caucho.quercus.QuercusModule and place it in $webApp/WEB-INF/classes/META-INF/services example.HelloModule

Means you need to create a file named com.caucho.quercus.QuercusModule and put it into $webApp/WEB-INF/classes/META-INF/services folder, the content should be example.HelloModule.
The documentation is really not clear :(

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