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
|
4
|
5
|
6
|
7
|
8
|
|
9
|
10
|
11
(1) |
12
(3) |
13
(4) |
14
(11) |
15
|
|
16
|
17
(2) |
18
(7) |
19
(2) |
20
(2) |
21
(5) |
22
(2) |
|
23
(1) |
24
(1) |
25
(3) |
26
(2) |
27
(2) |
28
(1) |
29
|
|
30
|
31
|
|
|
|
|
|
|
From: <php...@li...> - 2011-01-18 23:18:43
|
Hi there, Thanks for the reply. Unfortunately, my first question was not very clear - passing $this to the java method, as per my example, will not pass a reference to the current java object as the same "this" keyword does in java itself. Hence, my question was about what to use instead of "this" in my php code when trying to reference the current java object in a call to a java method, as per my example. I understand the usage of $this in pure php code but I think it acts differently to the java keyword of the same name doesn't it, unless I'm mistaken? I have gone carefully through the docs and examples and was still not having any success, hence the follow-up query. I'll keep looking. Thanks, Marc On 18 Jan 2011, at 18:23, php...@li... wrote: > Hi, > > in PHP "this" is written as $this. > > If you want to extend Java classes (rather than implementing interfaces) > please see our FAQ entry "How do I extend Java classes" for more > information. > > Regarding your other question; the interface is missing. Please carefully > read our "java_closure" API documentation. > > Regards, > Jost Bökemeier > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2011-01-18 18:31:43
|
Hi, It can be considered a bug. But it will stay that way. new JavaException returns a non-null value if you have passed the message in the constructor. For Exceptions generated by Java, the php message is always null, as we cannot override the php getmessage method. The bridge uses exception chaining, so you can get the information from the parent, as usual. Regards, Jost Bökemeier |
|
From: <php...@li...> - 2011-01-18 18:23:26
|
Hi, in PHP "this" is written as $this. If you want to extend Java classes (rather than implementing interfaces) please see our FAQ entry "How do I extend Java classes" for more information. Regarding your other question; the interface is missing. Please carefully read our "java_closure" API documentation. Regards, Jost Bökemeier |
|
From: <php...@li...> - 2011-01-18 16:03:48
|
Exception::getMessage() is final and cannot be overwritten. Use getCause()->getMessage() to access the Java getMessage() method. Am 18.01.2011 09:56 schrieb <php...@li...>: > Hello, > > I used an old version of the PHP Java Bridge (v5.4.3) and I was used to get > the exception messages by using the getMessage() method. > As I update my PHP Java Bridge version to 6.2.1, the getMessage() method > always returns an empty string. > > Is there any reason to that ? > > Regards, > Fanny Puaud > > > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2011-01-18 13:19:43
|
Hi again,
I've looked at the java_closure example and others on the web and I'm still having problems - I would be grateful if in addition to the outstanding "this" keyword problem, could you quickly tell me what I am doing wrong with the below simple code:
// Simple test method
class IEValuator {
public function Evaluate(){return 2;}
}
$tmpIEValuator = new IEValuator;
$javaObject = java_closure(new $tmpIEValuator());
The script runs fine with no errors but the third-party Java object "Problem" which looks for a public user defined interface called "IEvaluator" never finds or runs the call-back "Evaluate" method I'm trying to define above - what have I got incorrect? I appreciate you cannot go into coding specifics with third-party classes etc but I think I am not setting up the user defined interface correctly via the JavaBridge/PHP.
Thanks again for your help,
Marc
On 18 Jan 2011, at 09:27, php...@li... wrote:
> Hi,
>
> Thanks for that, I'll read through the java_closure documentation. I'm still at a loss with regards to the equivalent "this" Java keyword - what should I be using as I have tried everything and still cannot find the correct reference to pass into the method.
>
> Thanks,
>
> Marc
>
> On 17 Jan 2011, at 20:42, php...@li... wrote:
>
>> Hi,
>>
>> please see our API documentation at:
>>
>> http://php-java-bridge.sourceforge.net/pjb/docs/php-api/java/_JavaProxy.inc.html#functionjava_closure
>>
>> Regards,
>> Jost Bökemeier
>> ------------------------------------------------------------------------------
>> Protect Your Site and Customers from Malware Attacks
>> Learn about various malware tactics and how to avoid them. Understand
>> malware threats, the impact they can have on your business, and how you
>> can protect your company and customers by using code signing.
>> http://p.sf.net/sfu/oracle-sfdevnl
>> _______________________________________________
>> php-java-bridge-users mailing list
>> php...@li...
>> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
>
>
> Mob: +44 797 329 5617
>
> The information contained in this E-mail is confidential. It is intended only for the stated addressee(s) and access to it by any other person is unauthorised. If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this E-mail. Such unauthorised use may be unlawful. If you have received this E-mail in error, please inform us immediately and delete it and all copies from your system.
>
>
> ------------------------------------------------------------------------------
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> php-java-bridge-users mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
Mob: +44 797 329 5617
The information contained in this E-mail is confidential. It is intended only for the stated addressee(s) and access to it by any other person is unauthorised. If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this E-mail. Such unauthorised use may be unlawful. If you have received this E-mail in error, please inform us immediately and delete it and all copies from your system.
|
|
From: <php...@li...> - 2011-01-18 09:27:29
|
Hi, Thanks for that, I'll read through the java_closure documentation. I'm still at a loss with regards to the equivalent "this" Java keyword - what should I be using as I have tried everything and still cannot find the correct reference to pass into the method. Thanks, Marc On 17 Jan 2011, at 20:42, php...@li... wrote: > Hi, > > please see our API documentation at: > > http://php-java-bridge.sourceforge.net/pjb/docs/php-api/java/_JavaProxy.inc.html#functionjava_closure > > Regards, > Jost Bökemeier > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users Mob: +44 797 329 5617 The information contained in this E-mail is confidential. It is intended only for the stated addressee(s) and access to it by any other person is unauthorised. If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this E-mail. Such unauthorised use may be unlawful. If you have received this E-mail in error, please inform us immediately and delete it and all copies from your system. |
|
From: <php...@li...> - 2011-01-18 08:56:30
|
Hello, I used an old version of the PHP Java Bridge (v5.4.3) and I was used to get the exception messages by using the getMessage() method. As I update my PHP Java Bridge version to 6.2.1, the getMessage() method always returns an empty string. Is there any reason to that ? Regards, Fanny Puaud |