aboutsummaryrefslogtreecommitdiff
path: root/devel/php-java-bridge
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 5.4.3Chin-San Huang2009-01-112-4/+4
| | | | Notes: svn path=/head/; revision=225730
* - Update to 5.4.2Chin-San Huang2009-01-052-18/+8
| | | | | | | | PR: ports/127959 Submitted by: Patrick van Staveren <pvanstaveren@mintel.com> Notes: svn path=/head/; revision=225258
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Mark BROKEN on amd64/7 and up: does not installPav Lucistnik2008-07-231-1/+7
| | | | Notes: svn path=/head/; revision=217334
* The php/Java bridge is an optimized, XML-based network protocol, which canChin-San Huang2008-06-223-0/+73
be used to connect a native script engine, PHP, with a Java or ECMA 335 virtual machine. 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 direct communication via the Java Native Interface. J2EE back end clustering and Apache load balancing are supported as well as running PHP scripts within JSP, JSF or other frameworks. The php/Java bridge allows you to quickly access java classes from within your PHP scripts without having to know Java. It also allows you to access PHP scripts from within your Java classes without having to know PHP. WWW: http://php-java-bridge.sourceforge.net/ Notes: svn path=/head/; revision=215507