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) |
|
2
|
3
(1) |
4
(2) |
5
(12) |
6
(3) |
7
(1) |
8
(2) |
|
9
|
10
(1) |
11
|
12
(3) |
13
|
14
|
15
|
|
16
|
17
(4) |
18
(10) |
19
(8) |
20
(3) |
21
|
22
|
|
23
(2) |
24
(8) |
25
(1) |
26
(3) |
27
(3) |
28
|
29
(1) |
|
30
|
31
(1) |
|
|
|
|
|
|
From: <php...@li...> - 2009-08-12 18:13:01
|
Hi,
older versions used to support unix-domain socket communication on certain
operating systems. Since version 5.4.4.2 this path is broken:
>From PROTOCOL.TXT:
*" It is possible to send the header even though the connection has
already been established. The bridge will ignore the header if the
second byte is not 0xFF."
*
However, 0xFF seems be uses to implement a short path for the
Servlet/JEE/Tomcat container now (btw: the buf[1] should really be buf[c+1],
but that doesn't matter, as c is guaranteed to be 0 at the beginning of the
communication). In order to support unix domain socket communicationn again,
we need to add a method "parseHeader()" to the IDocHandler interface, so
that we can move the code implementation below to the servlet context and
use the old code implementation from the cvs in the standalone context. Oh,
and PROTOCOL.TXT should document this properly.
235 case 0177: if(in_dquote) {APPEND(ch); break;}
236 // the header used to be binary encoded
238 bridge.out.write(0); bridge.out.flush(); // dummy write:
avoid ack delay
239 int len =(0xFF&buf[c+2]) | (0xFF00&(buf[c+3]<<8));
244 byte shortPathHeader = (byte) (0xFF&(buf[1]));
245 if(shortPathHeader != (byte) 0xFF) // short path: no
previous PUT request
|
|
From: <php...@li...> - 2009-08-12 17:41:52
|
Hi Massimo, > I have to build a standalone, multiplatform PHP application that needs > to use a number of java classes Is it a standalone web- or desktop application? Since you mention swing, I assume you want to write a desktop app. I would start by writing the Java GUI skeleton and then add PHP functionality to it, please see http://php-java-bridge.sourceforge.net/pjb/standalone.php for an example. *I* would write the entire application in java. PHP makes sense for short-lived scripts, but I wouldn't use it to drive the entire desktop application. -- I think PHP 5.3's new reference counter can reclaim certain cycles, but I wouldn't trust it. If you want to use PHP as a plugin only, use the JSR 223 API. > PHP-equipped Jetty (http://jetty.mortbay.org/jetty/) on localhost Why do you need jetty for a desktop application? Regards, Jost Boekemeier |
|
From: <php...@li...> - 2009-08-12 11:25:36
|
Hi Jost & all, I have to build a standalone, multiplatform PHP application that needs to use a number of java classes in both the "business" logic (e.g. the cryptography package from Bouncy Castle) and the graphical user interface (3rd party UI components). While being proficient in PHP the same cannot be said for Java, so I've being researching a good "hybrid" solution to get the job done and am currently focusing on a Java Swing front-end calling a PHP-equipped Jetty (http://jetty.mortbay.org/jetty/) on localhost. Specifically, I'd like to visually create the GUI with the NetBeans IDE, register the appropriate Event Listeners and implement all non-trivial (or forcibly Java) event-handling code in PHP, and I am struggling to understand strengths and weaknesses of the available options ... following is the list of alternatives I've come up with until now: 1) Just make an HTTP request from the event method to a PHP script on the Jetty back-end, where PHP can interact via PJB with any needed Java classes or simply make use of all its built-in functionality to generate a response. This solution implies I have to manage all response data and interface navigation in Java; also, there won't be any continuation passing between the Swing front-end and the PHP back-end, resulting in a somewhat less efficient interaction; 2) Write Java code using JSR 223 and PJB to call PHP classes/methods on the Jetty back-end. Still need to write Java code, nonetheless it looks like a better solution performance-wise: problem is, to date I didn't manage to call PHP user functions/classes from such an application - I can run the phpversion() sample provided, but that's it. Probably my fault, anyway I'd welcome a more complex example; 3) Expand the example in http://php-java-bridge.sourceforge.net/pjb/standalone.php so the Swing application makes HTTP calls to Jetty's PHP scripts. Instead of returning a response like in 1), the PHP code interacts with appropriately exposed application methods. I believe one could, to a point, even control the interface navigation from PHP in this way. Are there other alternatives to consider (I may be missing even the simplest, most elegant solution)? Regards, Massimo |