PHP/Java Bridge
This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions are available. (February 2009) |
There are three well known implementations of the PHP scripting language:
- The original implementation of PHP and the de facto standard is the open source PHP distribution.
- Project Zero has a PHP runtime written in Java. It also distributes extensions from the open source implementation of PHP.
- Quercus is an open-source pure Java implementation of the PHP scripting language.
To bridge between PHP scripts and Java libraries all three implementations provide a PHP/Java bridge.
The de facto implementation of PHP has a PHP/Java Bridge separately available from SourceForge. This uses a dual process model where the Java libraries are run in a separate process from the PHP runtime. Interactions with Java objects are marshalled across to the Java process using an XML protocol.
Quercus and Project Zero implement PHP on top of the Java Virtual Machine and so can run the Java libraries in the same process as the PHP runtime. This reduces the overhead of interacting with Java libraries when compared with the dual process model.
==See also==11
External links
If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...