Menu

Tree [r733] / trunk / php-java-bridge /
 History

HTTPS access


File Date Author Commit
 .settings 2008-09-29 jost_boekemeier [r671] Release-5-2-3-1
 debian 2008-12-03 andremachado [r731] New build location for Java.inc and included fo...
 documentation 2008-12-02 jost_boekemeier [r729] documentation
 examples 2008-12-09 jost_boekemeier [r733] Backward compatibility with BEA WL 8.1
 php_java_lib 2008-01-21 jost_boekemeier [r612] Release-5-0-1
 security 2008-09-20 jost_boekemeier [r657] Release-5-2-2-1
 server 2008-12-09 jost_boekemeier [r733] Backward compatibility with BEA WL 8.1
 tests.jsr223 2008-11-30 jost_boekemeier [r722] Release 5.3.4
 tests.m4 2008-11-30 jost_boekemeier [r722] Release 5.3.4
 tests.mono+net 2008-09-20 jost_boekemeier [r657] Release-5-2-2-1
 tests.php5 2008-11-15 jost_boekemeier [r717] Release 5.3.3
 tests.quercus 2007-07-09 jost_boekemeier [r556] Release-4-1-8
 unsupported 2008-11-27 jost_boekemeier [r719] Merged Release-5-3-3 to head
 .classpath 2008-09-24 jost2345 [r661] *** empty log message ***
 .project 2008-10-03 jost_boekemeier [r672] Release-5-3-1
 COPYING 2006-08-13 jost2345 [r455] Release-3-1-8devel
 CREDITS 2008-11-15 jost_boekemeier [r717] Release 5.3.3
 CVS_RELEASE.sh 2008-11-30 jost_boekemeier [r722] Release 5.3.4
 ChangeLog 2008-12-09 jost_boekemeier [r733] Backward compatibility with BEA WL 8.1
 FAQ.html 2008-12-09 jost_boekemeier [r733] Backward compatibility with BEA WL 8.1
 INSTALL 2008-11-08 jost_boekemeier [r708] Release-5-3-3
 INSTALL.J2EE 2008-10-03 jost_boekemeier [r672] Release-5-3-1
 INSTALL.J2SE 2008-09-29 jost_boekemeier [r667] Release-5-2-3-1
 INSTALL.LINUX 2008-09-24 jost2345 [r661] *** empty log message ***
 INSTALL.STANDALONE 2008-10-06 jost_boekemeier [r680] Release-5-3-2-1
 Makefile.frag 2008-11-27 jost_boekemeier [r720] Release 5.3.3.1
 NEWS 2008-11-30 jost_boekemeier [r722] Release 5.3.4
 PROTOCOL.TXT 2008-12-09 jost_boekemeier [r733] Backward compatibility with BEA WL 8.1
 README 2008-11-27 jost_boekemeier [r720] Release 5.3.3.1
 README.GNU_JAVA 2006-12-09 jost2345 [r480] Release-3-2-1
 README.MONO+NET 2008-11-06 jost_boekemeier [r707] Apache/IIS and JSR 223 integration
 RPM-GPG-KEY 2008-03-22 jost_boekemeier [r644] Release-5-2-1
 VERSION 2008-12-09 jost_boekemeier [r733] Backward compatibility with BEA WL 8.1
 bind.c 2008-10-03 jost_boekemeier [r672] Release-5-3-1
 config.m4 2008-11-30 jost_boekemeier [r722] Release 5.3.4
 init_cfg.c.in 2008-09-24 jost2345 [r661] *** empty log message ***
 init_cfg.h.in 2008-01-06 jost_boekemeier [r608] Release-5-0-0
 install.sh.in 2008-09-24 jost2345 [r661] *** empty log message ***
 java-servlet.ini 2006-08-08 jost2345 [r454] Release-3-1-7
 java.c 2008-10-03 jost_boekemeier [r672] Release-5-3-1
 java.ini 2008-11-27 jost_boekemeier [r720] Release 5.3.3.1
 java_bridge.h 2008-10-03 jost_boekemeier [r672] Release-5-3-1
 mono.ini 2007-12-28 jost_boekemeier [r605] Release-4-3-3
 parser.c 2007-03-09 andremachado [r489] Files update 3.2.2 to 4.0.1. Extracted from the...
 parser.h 2007-03-09 andremachado [r489] Files update 3.2.2 to 4.0.1. Extracted from the...
 php-java-bridge.spec 2008-12-09 jost_boekemeier [r733] Backward compatibility with BEA WL 8.1
 php_java.h 2008-10-03 jost_boekemeier [r672] Release-5-3-1
 php_wrapper.h 2007-03-09 andremachado [r489] Files update 3.2.2 to 4.0.1. Extracted from the...
 protocol.h 2008-01-06 jost_boekemeier [r608] Release-5-0-0
 test.bat 2007-09-30 jost_boekemeier [r585] Release-4-3-0
 test.php 2008-03-02 jost_boekemeier [r641] Release-5-2-0
 test.php4 2007-09-30 jost_boekemeier [r585] Release-4-3-0
 test.sh 2007-09-30 jost_boekemeier [r585] Release-4-3-0

Read Me

Overview
--------

The MonoBridge.exe binary associates a PHP script with a
managed (and persistent) Mono VM. 
The "mono.so" file contained in the Linux binary packages starts a
Mono VM as a sub process of the HTTP server.


Installation on RedHat, Fedora, CentOS ...
------------------------------------------

* Download and install the PHP/Java Bridge base and the libraries. For
  example:

    rpm -i php-java-bridge-mono-x.y.z-1-i386.rpm

  On non-Linux OS start the .NET VM by double-clicking on MonoBridge.exe

* There are three Mono/.NET examples which show how to create a GUI
  using GTK and how to load and access .NET assemblies.

* To rebuild the RPM files, download the php-java-bridge*.tar.gz
  archive and type (as root):

    rpmbuild -tb php-java-bridge*.tar.gz

------------------------------------
  Mailing List
  ------------

  Please report bugs/problems to the mailing list:

    php-java-bridge-users@lists.sourceforge.net

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.