cvs commit: ports/devel Makefile ports/devel/php-java-bridge Makefile distinfo pkg-descr

Chin-San Huang chinsan at FreeBSD.org
Sun Jun 22 02:43:08 UTC 2008


chinsan     2008-06-22 02:43:08 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/php-java-bridge Makefile distinfo pkg-descr 
  Log:
  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 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/
  
  Revision  Changes    Path
  1.3113    +1 -0      ports/devel/Makefile
  1.1       +56 -0     ports/devel/php-java-bridge/Makefile (new)
  1.1       +3 -0      ports/devel/php-java-bridge/distinfo (new)
  1.1       +14 -0     ports/devel/php-java-bridge/pkg-descr (new)


More information about the cvs-all mailing list