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
(3) |
2
(2) |
|
3
(2) |
4
(7) |
5
(4) |
6
(1) |
7
|
8
|
9
|
|
10
(8) |
11
|
12
(2) |
13
(6) |
14
(5) |
15
(1) |
16
|
|
17
|
18
(3) |
19
(3) |
20
(3) |
21
(4) |
22
(2) |
23
(1) |
|
24
(2) |
25
(10) |
26
(4) |
27
|
28
(3) |
29
(1) |
|
|
From: <php...@li...> - 2008-02-13 20:00:07
|
Hi,
I'm newby in PHP and PHP/Java bridge, and I have some doubt about it. It seems that I can not instantiate Java class from PHP in case that class imports some external library, regardless that library is available in jar file that I use. Here is the PHP code:
...
require_once('http://localhost:8080/JavaBridge/java/Java.inc');
java_require("moodleLOCMapper v0.003.jar");
$repository=new Java("depths.moodle.RepositoryFactory");
...
Java code
package depths.moodle;
import org.openrdf.sesame.repository.SesameRepository;
import depths.moodle.repository.Repository;
public class RepositoryFactory {
...
And here is the error:
javax.servlet.ServletException: PHP Fatal error: Uncaught [[o:Exception]:"java.lang.Exception: CreateInstance failed: new depths.moodle.RepositoryFactory. Cause: java.lang.ClassNotFoundException: Unresolved external reference: java.lang.NoClassDefFoundError: org/openrdf/sesame/query/QueryEvaluationException. -- Unable to call constructor, see the README section "Java platform issues" for details. VM: 1.6.0_04@http://java.sun.com/" at:
Did I make some mistake here, or I have to create facade class in order to access this class?
Thanks
Zoran
---------------------------------
Looking for last minute shopping deals? Find them fast with Yahoo! Search.
|
|
From: <php...@li...> - 2008-02-13 18:53:42
|
Hi,
> Despite apache / tomcat being on the same server, it seems promiscuous needs to be on, as well
> as allow_url_include.
>
> So now I can load the Java.inc via:
>
> require_once("http://192.168.15.62:8080/JavaBridge/java/Java.inc");
The IP is interesting. However, if you want to connect to a back end running on any other
interface than 127.0.0.1, you need to switch on promiscuous mode, even if 192.168.15.62 resolve to
a local address. If you have disabled the loopback interface, please enable it. It is considerably
faster. (In promiscuous mode the bridge switches off named pipe communication, furthermore some OS
switch on Nagle's algorithm if the communication goes through a real network interface).
> But now, I cannot get java_require or java_autoload to get at my classes packaged within my web
> app.
java_require ("foo.jar") is equivalent to:
$here=getcwd(); java_require("$here/foo.jar");
Otherwise you must use an absolute path or even a URL, for example:
java_autoload("file:///c:/foo.jar;http://php-java-bridge.sf.net/baz.jar");
> java_require("http://localhost:8080/JavaBridge/myapp.jar");
Yes, this will work. Since version 4.1.0 the bridge copies
http://localhost:8080/JavaBridge/myapp.jar to file:/{java.io.tempdir}/myapp.jar and rewrites the
URL to use the local file instead.
> As I understand it, simply using java_require("myapp.jar") should be able to resolve correctly,
> considering the context of the Java.inc being within the JavaBridge web app.
The bridge tries to load myapp.jar from 1) /usr/share/java, 2) from $HOME/lib/ and 3) from
getcwd()/
Regards,
Jost Boekemeier
Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen Sie´s mit dem neuen
Yahoo! Mail. www.yahoo.de/mail
Machen Sie Yahoo! zu Ihrer Startseite. Los geht's:
http://de.yahoo.com/set
|
|
From: <php...@li...> - 2008-02-13 18:35:44
|
Hi, > Can anyone help me work with php java bridge. I am currently using wamp 1.7.2 and > php-java-bridge_5.1.0_j2ee. When i try to run hello.php on php java bridge and I get an error > on php. It might be I misconfigure something on php and apache. you will get the same error, if you start PHP from the console. So this is not an issue with apache or the php/java bridge. > The Error I get is this : > Fatal error: Call to undefined function bindtextdomain() in C:\wamp\www\JavaBridge\hello.php on > line 23 > can anyone help me how to configure my wamp with php java bridge. You need to add GNU Gettext, which might be disabled on Windows. -- I have never used PHP on windows, so I don't know how to resolve this issue. In the worst case you need to compile GNU Gettext for windows. Please see the PHP documentation: http://www.php.net/manual/en/ref.gettext.php and the PHP mailing lists for further help. Regards, Jost Boekemeier Machen Sie Yahoo! zu Ihrer Startseite. Los geht's: http://de.yahoo.com/set |
|
From: <php...@li...> - 2008-02-13 09:17:24
|
> Despite apache / tomcat being on the same server, it seems promiscuous needs to be on, as well > as allow_url_include. yes, this is documented, I think. :) See also: http://www.ibm.com/developerworks/aix/library/au-javaphpaix5/ > But now, I cannot get java_require or java_autoload to get at my classes packaged within my web > app. Isn't it possible to copy all your libraries to WEB-INF/lib? Basically users should be able to install the bridge with 3 simple steps: 1. Rename JavaBridge.war to myApp.war and add all needed Java and PHP libraries to the myApp.war 2. Copy myApp.war to the J2EE autodeploy folder, wait until the directory myApp appears 3. Copy the directory myApp over to the Apache or IIS document root 4. Browse to http://yourHost.com/myApp and run the PHP/Java applications. Jetzt Mails schnell in einem Vorschaufenster überfliegen. Dies und viel mehr bietet das neue Yahoo! Mail - www.yahoo.de/mail |
|
From: <php...@li...> - 2008-02-13 09:07:26
|
> Fatal error: Call to undefined function bindtextdomain() in C:\wamp\www\JavaBridge\hello.php on
> line 23
the message means that bindtextdomain() is not defined. :)
Please see your PHP documentation for details.
E-Mails jetzt auf Ihrem Handy.
www.yahoo.de/go
|
|
From: <php...@li...> - 2008-02-13 07:49:14
|
Can anyone help me work with php java bridge. I am currently using wamp 1.7.2 and php-java-bridge_5.1.0_j2ee. When i try to run hello.php on php java bridge and I get an error on php. It might be I misconfigure something on php and apache.
The Error I get is this :
Fatal error: Call to undefined function bindtextdomain() in C:\wamp\www\JavaBridge\hello.php on line 23
can anyone help me how to configure my wamp with php java bridge.
my specs is : WINXP OS SP2, Apache/2.2.4 (Win32) PHP/5.2.3
Jemariel J. Requina , BSCS
Software Developer
JINISYS Software, Inc.
G/F Cebu Holdings Center, Cardinal Rosales Ave.
Cebu Business Park , 6000 Cebu City Phils.
Email : act...@ya...
---------------------------------
Looking for last minute shopping deals? Find them fast with Yahoo! Search.
|