From: <php...@li...> - 2006-05-22 12:02:38
|
Hi all, I'm evaluating different technologies (ie: XML-RPC) to create some communication between a php front end and back java objects. I obviously stepped on this project. I have read the documentation and I would like to confirm with you the following assertions: It is possible to run a persistent JVM (through http://php-java- bridge.sourceforge.net/server/documentation/API/php/java/bridge/ JavaBridge.html) BUT this VM will be managed by the bridge and the front end. thus It is IMPOSSIBLE for the php.java.bridge to discover objects living in a independent & persistent JVM and invoke methods on them. For this, I would need ie to create a XML-RPC server on the Java side and call it from the PHP front end with a XML-RPC client. If there is another way to look at the problem with the php.java.bridge, I would be pleased to hear it. Thank you very much for your time, Best Regards, Gam. |