TOC Previous Next
Overview
The Java Bridge support makes it possible to call Java programs from within PHP. This enables you to directly access existing Java applications you might have written already, or simply i5/OS resources (data queues, printers, and so on) by interfacing with the IBM Toolbox for Java. By doing so you avoid the development time and code overhead of using a technology such as Web services to expose or consume existing functionality.
More information about the Java Bridge support is available at: http://www.zend.com/products/zend_platform/in_depth/php_java_integration
Additional information about the IBM Toolbox for Java can be found at: http://www.ibm.com/eserver/iseries/toolbox/
TOC Previous Next