From: <tec...@us...> - 2005-09-10 13:58:22
|
||*()*|| Greetings, php-java-bridge-users.. Here is the list of proposals/enchantments I've come up with to increase overall first look expression from this bundle. 1. BUG. There is no PHP4 version of library in php-java-bridge_2.0.8RC2 windows distributuive. 2. About 80% of windows distributive size is php5ts.dll Is it possible to make alternative -light version? 3. Patch to make test run even if unzipped not in c:/php5 --- java.ini_old.windows Wed Sep 7 20:54:34 2005 +++ java.ini.windows Sat Sep 10 13:46:30 2005 @@ -7,7 +7,7 @@ ;; double-click on JavaBridge.jar or deploy JavaBridge.war into your ;; servlet engine/application server and re-start it. -extension_dir = "c:\php5" +extension_dir = "." extension = php_java.dll [java] 4. JavaBridge.jar doesn't output any messages about it was started successfully, doesn't respond to command-line parameters and works like invisible service (which is good to see optional) 5. Test could try to execute JavaBridge.jar and shut it down after complete. Is there any ways to control running server? 6. It would be good to have a ToC in readme. Questions about bridge (I'm total noob in Java programming): Q1. Is it possible to extend Java class with PHP? I.e. make PHP class, inherited from one of Java? .techtonik -- |