You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(6) |
Nov
(8) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(19) |
Feb
(15) |
Mar
(10) |
Apr
(8) |
May
(7) |
Jun
(9) |
Jul
(13) |
Aug
(31) |
Sep
(111) |
Oct
(52) |
Nov
(72) |
Dec
(42) |
2006 |
Jan
(21) |
Feb
(32) |
Mar
(33) |
Apr
(24) |
May
(15) |
Jun
(40) |
Jul
(32) |
Aug
(19) |
Sep
(38) |
Oct
(37) |
Nov
(63) |
Dec
(37) |
2007 |
Jan
(18) |
Feb
(39) |
Mar
(69) |
Apr
(49) |
May
(71) |
Jun
(59) |
Jul
(71) |
Aug
(85) |
Sep
(46) |
Oct
(14) |
Nov
(25) |
Dec
(56) |
2008 |
Jan
(24) |
Feb
(77) |
Mar
(104) |
Apr
(44) |
May
(41) |
Jun
(11) |
Jul
(31) |
Aug
(59) |
Sep
(44) |
Oct
(86) |
Nov
(66) |
Dec
(93) |
2009 |
Jan
(88) |
Feb
(41) |
Mar
(49) |
Apr
(135) |
May
(22) |
Jun
(31) |
Jul
(60) |
Aug
(71) |
Sep
(76) |
Oct
(18) |
Nov
(52) |
Dec
(20) |
2010 |
Jan
(8) |
Feb
(50) |
Mar
(35) |
Apr
(48) |
May
(46) |
Jun
(84) |
Jul
(38) |
Aug
(61) |
Sep
(51) |
Oct
(31) |
Nov
(17) |
Dec
(18) |
2011 |
Jan
(51) |
Feb
(14) |
Mar
(17) |
Apr
(23) |
May
(15) |
Jun
(11) |
Jul
(5) |
Aug
(5) |
Sep
(15) |
Oct
(8) |
Nov
(5) |
Dec
(25) |
2012 |
Jan
(2) |
Feb
(4) |
Mar
(6) |
Apr
(9) |
May
(27) |
Jun
(32) |
Jul
(36) |
Aug
(10) |
Sep
(16) |
Oct
(3) |
Nov
(13) |
Dec
(7) |
2013 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
(2) |
Jun
(9) |
Jul
(5) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
(3) |
Feb
(2) |
Mar
(4) |
Apr
(3) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
(6) |
Feb
|
Mar
|
Apr
(10) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2018 |
Jan
(2) |
Feb
(5) |
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2021 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
|
2
|
3
|
4
|
5
|
6
(1) |
7
|
8
|
9
(1) |
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
(3) |
22
|
23
|
24
(1) |
25
(1) |
26
(2) |
27
|
28
(1) |
29
|
30
|
31
|
|
|
From: Jost B. <jos...@ya...> - 2005-03-28 11:54:22
|
Version 2.0.5 of the PHP/Java Bridge is available. The binary for RedHat Enterprise Linux 3 or 4 or Fedora Linux: http://prdownloads.sourceforge.net/php-java-bridge/php-java-bridge-2.0.5-1.i386.rpm?download The binary for Windows XP: http://prdownloads.sourceforge.net/php-java-bridge/php-java-bridge_2.0.5-win32-php5.zip?download Source for the rest: http://prdownloads.sourceforge.net/php-java-bridge/php-java-bridge_2.0.5.tar.bz2?download The following bugs were fixed: * The JavaBridgeClassLoader now extends from URLClassloader, so that custom code written against URLClassloader works as expected. * A bug in the new 2.0 protocol was fixed which ignored array values when the bridge run in PHP4. See test tests.php5/arrayArray.php4 for details. * A bug in the new 2.0 protocol was fixed which confused empty arrays with "null values". See test tests.php5/showResources.php for details. * The default __tostring and cast <String> was changed. Java objects displayed this way start with "<Class:". This change was necessary for PR1170405. See test tests.php5/printToOutputStream.php for details. New features: * MONO supported (experimental). You can compile JavaBridge.jar into a .NET executable, for example with the command: ikvm.exe JavaBridge.jar and start JavaBridge.exe as usual. The bridge will automatically join the MC group and responds to both .NET and Java queries (i.e. java scripts may be executed by a .NET VM, but not the other way 'round). * Fail over and load balancing supported(experimental). The bridge sends out a multicast to all VM's which have joined the MC group and selects the first VM which has a load <20. ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de |
From: Jost B. <jos...@ya...> - 2005-03-26 09:11:41
|
Hi, what you describe is a bug in the new 2.0 protocol. Your second example should create a PHP Array if run in PHP 4. (It works correctly in PHP5, see tests.php5 folder). I am going to fix this asap. In the meantime please use PHP 5 or use the PHP/Java Bridge 1.0.8 for your tests. Thank you very much for reporting this bug. Regards, Jost Boekemeier |
From: Michael P. D. <dob...@we...> - 2005-03-26 00:04:20
|
Hi, sorry I need help once more, because I don't get the answer for my question even though I tried it for half a day How can I access the fields of a returned array? Example (here the number of the fields are known before execution, but in my real application the number of the fields are known not until execution): import java.util.*; import java.sql.*; public class javatest { public javatest() { } public static Object test1(String testvar) { Object testobj = null; testobj = new Object(); testobj = testvar; return testobj; } public static Object[] test2(String testvar1, String testvar2) { Object[] testobj = null; testobj = new Object[2]; testobj[0] = testvar1; testobj[1] = testvar2; return testobj; } } <?php $testvar = new Java('javatest'); $testobj1 = $testvar->test1("TestAusgabe1"); print $testobj1.' <br>'; $testobj2 = $ testvar ->test2("TestAusgabe2.1"," TestAusgabe2.2")); print $testobj2[0].' <br>'; print $testobj2.' <br>'; ?> Output: TestAusgabe1 T TestAusgabe2.2 So $testobj2 is not an array but a string which has the second value of test2. I have tried several things to access the first field of testobj2 but without access. So I would be very happy if you have an advice what to do. Many thanks in advance Michael |
From: Jost B. <jos...@ya...> - 2005-03-25 17:39:19
|
On Thu, 2005-03-24 at 22:11, Jay Gaynor wrote: > If I use the php-java bridge, will my Java code be run in the applet > sandbox? The java code (usually) runs in a J2EE application server and the PHP scripts (usually) run in the HTTP server domain. The PHP/Java Bridge connects those two components. I.e. it is a server technology, it cannot run in a client browser or on a client machine and it cannot be used as a replacement for java applets or ECMA script. Regards, Jost Boekemeier |
From: Jay G. <yoe...@gm...> - 2005-03-24 21:11:08
|
If I use the php-java bridge, will my Java code be run in the applet sandbox? I want to pull machine-specific info from my users so that i can identify unique machines in a way not easily spoofed. Also, this will prompt the user to allow the application, correct? -- Jay Gaynor Computer Engineering University of Pittsburgh 412.327.5895 yoe...@gm... |
From: Michael P. D. <dob...@we...> - 2005-03-21 23:16:28
|
Hi Jost, many thanks for your very fast answer and the workaround! Regards Michael P.S.: The Php/Java Bridge is a great project! -----Urspr=FCngliche Nachricht----- Von: jos...@ya... [mailto:jos...@ya...]=20 Gesendet: Montag, 21. M=E4rz 2005 23:16 An: Michael P. Dobmeier Cc: php...@li... Betreff: Re: [Php-java-bridge-users] CLASSPATH once more Hi, it depends how you search for the resources. Currently only findResource() is available.=20 Since the JavaBridgeClassLoader is currently not(!) an URLClassLoader, the ShowResources.listResources() function ignores it. I will probably change that for the next version 2.0.5. As a workaround please copy your jar file(s) to $JAVA_HOME/jre/lib/ext, for example to /opt/jdk1.5/jre/lib/ext and re-start the bridge. After that your jar(s) are loaded via the standard class loader. Regards, Jost Boekemeier |
From: Jost B. <jos...@ya...> - 2005-03-21 22:10:54
|
Hi, it depends how you search for the resources. Currently only findResource() is available. Since the JavaBridgeClassLoader is currently not(!) an URLClassLoader, the ShowResources.listResources() function ignores it. I will probably change that for the next version 2.0.5. As a workaround please copy your jar file(s) to $JAVA_HOME/jre/lib/ext, for example to /opt/jdk1.5/jre/lib/ext and re-start the bridge. After that your jar(s) are loaded via the standard class loader. Regards, Jost Boekemeier |
From: Michael P. D. <dob...@we...> - 2005-03-21 16:57:27
|
Dear Experts! Yesterday I installed the Java-Bridge (ver. 2.0.4) and everything works fine so far, but I'm struggling with JAR, CLASSPATH or whatever the problem generates. With PHP I call a Java-Class (UserClass1) stored in a JAR-file (jarfile.jar). In PHP I "link" to this JAR file with: java_set_library_path("/srv/www/htdocs/user/jarfile.jar"). In that JAR-File there is also a file (Data.File) stored, which is called by another JAVA-Class (UserClass2) with java.net.JarURLConnection and ClassLoader-Function. UserClass2 is called by UserClass1. This works fine by calling it direct with java (java -classpath jarfile.jar UserClass1) but by using it with the Java-Bridge it does not work. Here the UserClass2 can't find the Data.File. To get an idea, what's going wrong, I inserted a further class (ShowResources.class) (http://forum.java.sun.com/thread.jspa?threadID=286026&messageID=3034420) which shows me ALL accessible resources (output in the /var/log/php-java-bridge.log). ShowResources is called in UserClass2 before trying to load Data.File. With this information I saw, that only the classes of JavaBridge.jar and the java-classes are accessible by the ClassLoader, but my jarfile.jar is not. So I tried to reference it in the php.ini with the setup-variable java.classpath (I also tried java.class.path) but without any access. I also saved the jarfile.jar under /usr/lib/php/extensions. Nothing is working; everytime only the above mentioned classes are available. So I'm at my wits end and I hope you can help me to solve this problem. Many thanks in advance Michael |
From: Jost B. <jos...@ya...> - 2005-03-09 18:05:59
|
A number of people reported that binary data isn't send correctly in version 2.0.1. There are a number of bugs regarding this which 2.0.2 attempts to solve. To the best of my knowledge 2.0.2 should handle binary data as well as 1.0.8. If there are still open issues, please send a PR to the mailing list of open a ticket. The binary for RedHat Enterprise Linux 3 or 4 or Fedora Linux: http://prdownloads.sourceforge.net/php-java-bridge/php-java-bridge-2.0.2-1.i386.rpm?download The binary for Windows XP: http://prdownloads.sourceforge.net/php-java-bridge/php-java-bridge_2.0.2-win32-php5.zip?download Source for the rest: http://prdownloads.sourceforge.net/php-java-bridge/php-java-bridge_2.0.2.tar.bz2?download ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de |
From: Jost B. <jos...@ya...> - 2005-03-06 19:29:12
|
Version 2.0.1 of the PHP/Java Bridge is available. The binary for RedHat Enterprise Linux 3 or 4 or Fedora Linux: http://prdownloads.sourceforge.net/php-java-bridge/php-java-bridge-2.0.1-1.i386.rpm?download The binary for Windows XP: http://prdownloads.sourceforge.net/php-java-bridge/php-java-bridge_2.0.1-win32-php5.zip?download Source for the rest: http://prdownloads.sourceforge.net/php-java-bridge/php-java-bridge_2.0.1.tar.bz2?download There are no user-visible changes from version 1.0.8 to version 2.0.1. However, the server part is now written in pure java. The new XML protocol is at least two times faster than the old binary protocol based on java JNI. Furthermore it is now possible to deploy the JavaBridge.jar into WebSphere or WebLogic and to invoke java enterprise applications from PHP scripts without writing SOAP or EJB interfaces. The XML protocol makes it easy to write bindings for perl, phython or other script languages. The examples/clients directory contains a sample written in the programming language Scheme which connects to the server, asks for System.getProperties() and transforms the resulting XML document via a XSL into a HTML table. Two experimental features were added: 1. session sharing, see tests.php5/session.php 2. the bridge can connect to a number of backends running the server part of the bridge. If one backend is unavailable, the bridge uses the next available backend. Please see the documentation for java.hosts for more information. |