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
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
(1) |
15
|
16
(1) |
17
|
18
|
19
|
20
(1) |
21
|
22
|
23
|
24
(2) |
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
From: <php...@li...> - 2016-08-24 14:36:49
|
Ok. Im on holliday for a bit, will look when I am back in civilisation. On 24 August 2016 4:19:40 PM SAST, php...@li... wrote: >Hi Dirk, > >Yes can be really interesting... But I could not see attachement on >the sourceforge > >mailing list, I suppose I have to setup it somewhere... > >As I'm not really fond of sourceforge, if you agree, could you create >an issue on github > >https://github.com/belgattitude/soluble-japha/issues > >and attach the files. From there we can start a discussion and see if >we can find a way to make it work. > >Also useful, when I started the client refactoring, I've decided to >use an Adapter pattern in order > >to allow different implementations. So it may work by creating a new >driver. > >See the >https://github.com/belgattitude/soluble-japha/blob/master/src/Soluble/Japha/Bridge/Driver/AbstractDriver.php > >for reference. > >Let's keep in touch (but sourceforge mailing list maybe not the best >idea, what you think ?) > >Thanks, > >Seb > >> Hello Sebastien, >> >> I too have spent many years using the Java bridge (in production) to >> facilitate calling Java from PHP. I have also gone a little further, >and >> have created a simplified client interface to the bridge server that >is >> available as both a PHP include, and a GNU C library. This allows me >to >> access Java via the bridge from C code. >> >> I at one moment tried to contact the original JavaBridge maintainers >to >> see if they were interested in including this with their distribution >- >> but with no response. >> >> I guess this is a kind of different road to what you have travelled - >my >> efforts were mostly to strip out all of the object inheritance / >> reflection and etc. and put up a simple list of functions that can be >> called from a non object language like C (and obviously from PHP as >well). > >> I attach the man pages for my javaFunction / javaBridge call library >for >> your inspection. > >> Are you interested in source for this to post / merge along with your >> project? > >> Regards, >> Dirk >------------------------------------------------------------------------------ >_______________________________________________ >php-java-bridge-users mailing list >php...@li... >https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users -- Sent from my Android device with K-9 Mail. Please excuse my brevity. |
From: <php...@li...> - 2016-08-24 14:19:47
|
Hi Dirk, Yes can be really interesting... But I could not see attachement on the sourceforge mailing list, I suppose I have to setup it somewhere... As I'm not really fond of sourceforge, if you agree, could you create an issue on github https://github.com/belgattitude/soluble-japha/issues and attach the files. From there we can start a discussion and see if we can find a way to make it work. Also useful, when I started the client refactoring, I've decided to use an Adapter pattern in order to allow different implementations. So it may work by creating a new driver. See the https://github.com/belgattitude/soluble-japha/blob/master/src/Soluble/Japha/Bridge/Driver/AbstractDriver.php for reference. Let's keep in touch (but sourceforge mailing list maybe not the best idea, what you think ?) Thanks, Seb > Hello Sebastien, > > I too have spent many years using the Java bridge (in production) to > facilitate calling Java from PHP. I have also gone a little further, and > have created a simplified client interface to the bridge server that is > available as both a PHP include, and a GNU C library. This allows me to > access Java via the bridge from C code. > > I at one moment tried to contact the original JavaBridge maintainers to > see if they were interested in including this with their distribution - > but with no response. > > I guess this is a kind of different road to what you have travelled - my > efforts were mostly to strip out all of the object inheritance / > reflection and etc. and put up a simple list of functions that can be > called from a non object language like C (and obviously from PHP as well). > I attach the man pages for my javaFunction / javaBridge call library for > your inspection. > Are you interested in source for this to post / merge along with your > project? > Regards, > Dirk |
From: <php...@li...> - 2016-08-20 13:48:49
|
Hi there, I am implementing a multithreading UDP listener in Java, which should run as a background process on a server. Because of special project specifications each new thread for an UDP datagram has to invoke a PHP file for working with the UDP datagram and creating result data for the threadhandler. Looking for a solution I found JavaBridge, which seems to be the right way. The installation went well as testing the examples. I customized the javaproxy php and the jsp calling it for transferring data to the php-script and back again. All works as described within the jsp. Because of the project specification I tried to test this within a main method of java application. This almost works as expected. But I got the problem, that the application only works every second time I run the application. While researching for the problem I only found an entry in this mailing list about the same problem ( https://sourceforge.net/p/php-java-bridge/mailman/message/24035957/), but without a clear solution. This is why I ask if there is a solution for the problem. The Tomcat server posts the error message "PHP Notice: fwrite(): send of 6 bytes failed with errno=10054...pointing on the Java.inc line 815" about an expected connection which seems to be closed. Is there an option to fix it? Maybe within the Java.inc, e.g. reconnecting or something else? Looking forward for an answer. BR, Marcell |
From: <php...@li...> - 2016-08-16 08:26:31
|
Hello Sebastien, I too have spent many years using the Java bridge (in production) to facilitate calling Java from PHP. I have also gone a little further, and have created a simplified client interface to the bridge server that is available as both a PHP include, and a GNU C library. This allows me to access Java via the bridge from C code. I at one moment tried to contact the original JavaBridge maintainers to see if they were interested in including this with their distribution - but with no response. I guess this is a kind of different road to what you have travelled - my efforts were mostly to strip out all of the object inheritance / reflection and etc. and put up a simple list of functions that can be called from a non object language like C (and obviously from PHP as well). I attach the man pages for my javaFunction / javaBridge call library for your inspection. Are you interested in source for this to post / merge along with your project? Regards, Dirk php...@li... wrote: > Hi, > > Just to share some work I did on the refactoring of the Java.inc client and > standalone server. > > For the little story, I've been using the php-java-bridge project in few > mission critical projects for the last 6 years... Mostly using Java from > PHP. > > I may be totally wrong but I feel the project have no clear maintainers > anymore, so I've just ended up rewriting some parts. For now you can have a > look to the client side (replacing Java.inc) on github. See the > https://github.com/belgattitude/soluble-japha/ repository to get more > information. > > I've changed the API mainly to support namespaces, php7, hhvm... but you > can still use a compatibility layer if you rely on java_* global functions > : https://github.com/belgattitude/soluble-japha-pjb62-compat > > I've also set up a repository for the standalone server (including a > freshly compiled JDK1.7+ JavaBridge.jar) : https://github.com/ > belgattitude/pjbserver-tools. And created a fork on github for the server > part : https://github.com/belgattitude/php-java-bridge. I'm using it to > compile and debug the server part. > > If you like to contribute you can open issues on github : > https://github.com/belgattitude/soluble-japha/issues or send a PR. I'll try > my best to answer. > > To be clear, I'm not part of the original php-java-bridge team that have > done a wonderful work making this possible. > > But I feel that's fair for me to publish the changes I've made in the past > year. It may help or encourage some of you to use the bridge. > > All my work is licensed under MIT license so feel free to use and > contribute... > > Have a great day. > > Sébastien > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. http://sdm.link/zohodev2dev > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
From: <php...@li...> - 2016-08-14 15:08:50
|
Hi, Just to share some work I did on the refactoring of the Java.inc client and standalone server. For the little story, I've been using the php-java-bridge project in few mission critical projects for the last 6 years... Mostly using Java from PHP. I may be totally wrong but I feel the project have no clear maintainers anymore, so I've just ended up rewriting some parts. For now you can have a look to the client side (replacing Java.inc) on github. See the https://github.com/belgattitude/soluble-japha/ repository to get more information. I've changed the API mainly to support namespaces, php7, hhvm... but you can still use a compatibility layer if you rely on java_* global functions : https://github.com/belgattitude/soluble-japha-pjb62-compat I've also set up a repository for the standalone server (including a freshly compiled JDK1.7+ JavaBridge.jar) : https://github.com/ belgattitude/pjbserver-tools. And created a fork on github for the server part : https://github.com/belgattitude/php-java-bridge. I'm using it to compile and debug the server part. If you like to contribute you can open issues on github : https://github.com/belgattitude/soluble-japha/issues or send a PR. I'll try my best to answer. To be clear, I'm not part of the original php-java-bridge team that have done a wonderful work making this possible. But I feel that's fair for me to publish the changes I've made in the past year. It may help or encourage some of you to use the bridge. All my work is licensed under MIT license so feel free to use and contribute... Have a great day. Sébastien |