简体   繁体   中英

Java/PHP Bridge and using Curl

Has anyone got experience of using PHP/Java Bridge? From what I can gather it enables PHP scripts on a Java server and vice versa.

My problem is I need to do PHP Calls (using curl) on a Tomcat JSP based server.

I am trying to access if Java/PHP Bridge will solve the problems, and if I can use PHP curl with it.

Any ideas/comments very welcome.

Since I can not comment, I will use this space to put forward my idea (might not be the answer).

Using php curl to execute services or fetch (JSON)data from tomcat server is a better approach in terms of maintainability. By the way, why is curl a problem?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM