PHP-Java Bridge – compilation, installtion and configuration
Introduction –
PHP-Java bridge is the third party extension for PHP by which we can integrate PHP and Java. By using PHP-Java bridge extension you can access Java clasess etc from within your PHP code. We have used this PHP-Java bridge to integrate our website with ICICI-payment Gateway.
The PHP-Java bridge is an optimized, XML-based network protocol, which can be used to connect a native script engine, PHP, with a Java. It is more than 50 times faster than local RPC via SOAP, requires less resources on the web-server side, and it is faster and more reliable than communication via the Java Native Interface
How to install and compile PHP-Java Bridge –
As I mention that PHP-Java Bridge is third party extension of PHP. you can download source and rpm/debian packages from here…
PHP has three types of Extensions
1) PEAR (PHP Extension and Application Repository)
2) PECL (PHP Extension Community Library) and
3) Third party extension like PHP-Java bridge and PHP-clamavlib
* you can install PHP-Java Bridge extension either by compiling from source or via rpm/debian packages. Here we will consider all this methods.
* Please visit again I will complete this post asap.
Thank you,
Arun