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
|
From: <php...@li...> - 2014-06-07 21:00:16
|
Tawisak Ruksuwan has invited you to join Feedspot - A place to read everything you need to stay informed and live and work smarter.\n\n http://www.feedspot.com/r_f0b721867c78_*_ph...@li...#monthlycode \n\n Feedspot is a place to organize and read all the news sites and blogs you visit in one place, where keeping up with your favorite sites is as easy as checking your email.\n\n Start using Feedspot today to get a complimentary month of Feedspot Premium, with even more of the features that make Feedspot great. And just for trying Feedspot, your friend will get rewards too.\n\n - The Feedspot Team |
From: <php...@li...> - 2014-05-30 09:49:34
|
Hi, There shouldn’t be any problem with dependency injection. As long as your java part runs correctly in an application server (tomcat, jetty or sailfish) it will run with php-bridge. php-java-bridge just calls methods on objects on the java side, it’s like a web service, so there is no conflict with any java library and runtime byte code manipulation. It uses reflection partly, therefore as long as the java code you are using doesn’t cripple reflection which guice shouldn’t do everything should work normally. Numa Numa Schmeder www.dfacto.ch NU...@DF... DIGITAL STRATEGY | DESIGN | DEVELOPMENT Le 28 mai 2014 à 17:48, php...@li... a écrit : > Hello guys, > > I have a bit of a major undertaking with a project that I'm currently > working on, as you might already guess I'm trying to bridge bout PHP and > Java together via your php-java-bridge. The Java side of the project is > using Google's Guice for dependency injection all over the project but the > thing is I haven't seen any documentation (*and trust me I've been > searching for awhile now*) on how to handle a use case like this. I've come > across Zend server's PHP Java bridge but it's pretty much doing the same > thing like this bridge, so I'd rather use this one as intended in the first > place. > > To be honest I'm not even sure if I'm being clear here or how to ask the > question. If someone here has any idea of what I'm talking about please > chime in. What I really want to do is use this bridge for my project but > doing so from a dependency injection point of view. I really hope someone > here can point me in the right direction. > > Also, is there an IRC channel that I could correspond with persons live on? > I've been looking for it but there doesn't seem to be any available. Thanks. > > *--* > *Mr. Karey H. Powell* > Software Engineer | Accelor8 > > *PHONE:* +1.876.442.5402 > *SKYPE**:* k_cipher_p > *LINKEDIN: *http://www.linkedin.com/pub/karey-powell/55/b16/a49 > *WEBSITE:* http://kareypowell.com > *GITHUB: *https://github.com/kareypowell > ------------------------------------------------------------------------------ > Time is money. Stop wasting it! Get your web API in 5 minutes. > www.restlet.com/download > http://p.sf.net/sfu/restlet > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
From: <php...@li...> - 2014-05-28 15:48:56
|
Hello guys, I have a bit of a major undertaking with a project that I'm currently working on, as you might already guess I'm trying to bridge bout PHP and Java together via your php-java-bridge. The Java side of the project is using Google's Guice for dependency injection all over the project but the thing is I haven't seen any documentation (*and trust me I've been searching for awhile now*) on how to handle a use case like this. I've come across Zend server's PHP Java bridge but it's pretty much doing the same thing like this bridge, so I'd rather use this one as intended in the first place. To be honest I'm not even sure if I'm being clear here or how to ask the question. If someone here has any idea of what I'm talking about please chime in. What I really want to do is use this bridge for my project but doing so from a dependency injection point of view. I really hope someone here can point me in the right direction. Also, is there an IRC channel that I could correspond with persons live on? I've been looking for it but there doesn't seem to be any available. Thanks. *--* *Mr. Karey H. Powell* Software Engineer | Accelor8 *PHONE:* +1.876.442.5402 *SKYPE**:* k_cipher_p *LINKEDIN: *http://www.linkedin.com/pub/karey-powell/55/b16/a49 *WEBSITE:* http://kareypowell.com *GITHUB: *https://github.com/kareypowell |
From: <php...@li...> - 2014-04-11 05:48:14
|
is it possible to access to the value of the cookie JSESSIONID from php ? any clue? greetings -- Edgar Lopez Craftsman Software Developer https://github.com/elopezanaya http://www.linkedin.com/in/edgarlopezanaya/en |
From: <php...@li...> - 2014-03-25 10:42:13
|
Hi, i get the following notice. Undefined property: java_Client::$cancelProxyCreationTag in <b>http://127.0.0.1:8080/JavaBridge/java/Java.inc there are references to the property $cancelProxyCreationTag but this is never defined or initialized. it seems to be a counter for something. Version 6.2.1 thx Attila Soki |
From: <php...@li...> - 2014-03-14 18:20:33
|
Hello, I am quite sure this a dumb question but I could not figure how to access the length of java array from php using the JavaBridge. In java: public class TestObject { public TestObject() {} public String[] getStringArray() { return ["a", "b", "c"]; } } In php: $testObject = new Java("my.TestObject"); $results = $testObject->getStringArray(); // trying to find out the length of my array gives an error echo "I have".$results->length."values\n"; //but I can iterate with no error over my results: foreach($results as $result) { echo $result."\n"; } The following code doesn't work and I get an error telling that length is not a member variable of MyObject. Do you have any idea how to get the length from an array of non primitive types from php using JavaBridge ? Should I wrap all my arrays into Collection or ArrayList ? Thank you for your help. Numa |
From: <php...@li...> - 2013-11-13 11:27:29
|
Hoping to get some help on why php-cgi started giving me these issues after patching by system for security vulnerabilities in php-cgi. I've been using it for 2+ years to grab an image from uploaded video clips via the ffmpeg_movie php api. It stopped working after I was forced to patch php-cgi because of a compromised server due to CVE-2012-2311 Here is the stack trace in my server logs: php.java.bridge.http.FCGIConnectionException at php.java.bridge.http.FCGIConnectionInputStream.read(FCGIConnectionInputStrea m.java:64) at php.java.bridge.http.FCGIInputStream.doRead(FCGIInputStream.java:65) at php.java.bridge.http.FCGIInputStream.read(FCGIInputStream.java:54) at php.java.bridge.http.HeaderParser.parseBody(HeaderParser.java:76) at php.java.script.servlet.HttpFastCGIProxy.doRun(HttpFastCGIProxy.java:75) at php.java.script.Continuation.run(Continuation.java:100) at php.java.bridge.ThreadPool$Delegate.run(ThreadPool.java:60) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:168) at php.java.bridge.http.FCGIConnectionInputStream.read(FCGIConnectionInputStrea m.java:58) ... 6 more Not sure if I have the stomach to open up and fix the source code for this. I was using it for the sole purpose of using the ffmpeg_movie php api, but since now there are better alternatives to this (Xuggler) - I am ready to abandon having my code be comprised of 2 different languages, running on 2 different web platforms. Here are my software version details: $ php-cgi -v PHP 5.3.10-1ubuntu3.8 with Suhosin-Patch (cgi-fcgi) (built: Sep 4 2013 20:01:33) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.04.3 LTS Release: 12.04 Codename: precise I hope there's an easy fix for this. Thanks for any help in advance. Ted |
From: <php...@li...> - 2013-10-24 16:10:02
|
hi guys, i try write this java code in php: http://www.lucenetutorial.com/lucene-in-5-minutes.html when i found this line: IndexReader reader = DirectoryReader.open(index); i dont get it how to write it in php. i've tried but error result. when it be like this: Query q = new QueryParser(Version.LUCENE_40, "content", analyzer).parse(querystr); i write in php like below: $query = new Query\QueryParser($version->LUCENE_43,'content',$analyzer); $query->parse($querystr); it's no error. so, could you help me how to write it in php?? |
From: <php...@li...> - 2013-10-11 00:33:41
|
I have a Java class that has multiple overloading methods. For example: fillReport(java.lang.String sourceFileName, java.util.Map<java.lang.String,java.lang.Object> params) fillReport(java.lang.String sourceFileName, java.util.Map<java.lang.String,java.lang.Object> params, java.sql.Connection connection) fillReport(java.lang.String sourceFileName, java.util.Map<java.lang.String,java.lang.Object> params, JRDataSource dataSource) I want to use the third method signature, however php/java bridge is choosing the second method signature which is then causing an IllegalArguementException as follows: PHP Fatal error: Uncaught [[o:Exception]:"java.lang.Exception: Invoke failed: [[c:JasperFillManager]]->fillReport((o:JasperReport)[o:JasperReport], (i:Map)[o:HashMap], (i:Connection)[c:JREmptyDataSource]). Cause: java.lang.IllegalArgumentException: argument type mismatch I think the problem occurs because the second and third methods final arguerment is both an object and the php/bridge code is only checking if it is an object?!? How can I choose the appropriate method? Much appreciated, James |
From: <php...@li...> - 2013-09-25 08:15:07
|
I am new to php-java-bridge and i am failing to install it on ubuntu 12.04 .Please anybody with the instruction should come to my rescue Thanx in advance |
From: <php...@li...> - 2013-09-20 21:02:38
|
I am out of the office until 09/30/2013. I am working from home through 3/29 and then away from work until 4/8 Note: This is an automated response to your message "[Php-java-bridge-users] No input file specified - standard php/java bridge installation" sent on 09/20/2013 11:09:11 AM. This is the only notification you will receive while this person is away. |
From: <php...@li...> - 2013-09-20 16:29:26
|
Hi, I'm trying to port an existing php application to tomcat with php/java bridge. My problem is that no matter what php web app I try to load, the pages always return "No input file selected". This is even the case when simply adding the JavaBridgeTemplate WAR to the webapps directory. I understand that this error can relate to about a million different things (as google has confirmed), but none of the solutions I've found fit my problem. We're running tomcat on red hat linux 5 and all the standard applications are installed. There does not appear to be any errors in the tomcat log, nor anywhere else. The php-cgi processes are running as expected and other (non-php) web apps run fine. Any help at all would be much appreciated. Many thanks Josh Josh Cooke BATS FX Developer Barclays, 5 The North Colonnade, Canary Wharf, E14 4BB * 020355 54564 * Jos...@ba...<mailto:Jos...@ba...> _______________________________________________ This message is for information purposes only, it is not a recommendation, advice, offer or solicitation to buy or sell a product or service nor an official confirmation of any transaction. It is directed at persons who are professionals and is not intended for retail customer use. Intended for recipient only. This message is subject to the terms at: www.barclays.com/emaildisclaimer. For important disclosures, please see: www.barclays.com/salesandtradingdisclaimer regarding market commentary from Barclays Sales and/or Trading, who are active market participants; and in respect of Barclays Research, including disclosures relating to specific issuers, please see http://publicresearch.barclays.com. _______________________________________________ |
From: <php...@li...> - 2013-09-03 13:18:41
|
HI All , we are using php-javabridge quite some time , it worked fine . but now we have updated our servers to Centos 6.3 , java bridge is showing error* java_require() not supported anymore. Please use <a href="http://php-java-bridge .sourceforge.net/pjb/webapp.php<http://www.google.com/url?q=http%3A%2F%2Fphp-java-bridge.sourceforge.net%2Fpjb%2Fwebapp.php&sa=D&sntz=1&usg=AFQjCNEC4J5Xu8-WNiKL-LhPmasSTD6UkQ> **>tomcat or jee hot deployment</a> instead *, so we have installed Apace tomcat on the server but still facing the same problem. we are using java_require( ) , is this supported in new phpjavabridge and any our jar file to be included to make it work. -- Best Regards, *Karthikeyan S* * * *System Administrator * *E-Billing Solutions Pvt Ltd.* 2nd Floor I No.3 I Lambert Nagar I Arcot Road I Virugambakkam I Chennai – 600092 I Visit Us @: www.ebs.in I Support: http://support.ebs.in Contact +91-9943061138 I ‘*EBS *- BEST eCOMMERCE PAYMENT INNOVATION, AWARDED BY INDIAN eRETAIL 2012‘ & “India's most valuable e-commerce company of 2012” – Awarded by 3rd Annual India Leadership Conclave & Awards 2012 |
From: <php...@li...> - 2013-08-12 10:41:53
|
Hello I want to install and use php-java bridge but I dont manage. I have copied php5ts and php-cgi int in the folder C:\wamp\bin\php\php5.4.3\ext and writen: extension=php5ts [Java] java.java_home = "C:\Program Files\Java\jdk1.7.0_25\bin" java.java = "C:\Program Files\Java\jdk1.7.0_25\bin\javaw.exe" java.class.path = "C:\wamp\bin\php\php5.4.3\ext\JavaBridge.jar" java.library.path = "C:\wamp\bin\php\php5.4.3\ext" ;java.hosts = "127.0.0.1:8080" ;java.servlet = On java.log_level = 2 sincerely yours moustapha DIA |
From: <php...@li...> - 2013-06-27 12:39:49
|
Hi in addition to this http://sourceforge.net/mailarchive/message.php?msg_id=21943995 I tried the method to remove the extension java.so but unfortunately it is mandatory to run java in php pages. Does anyone has another method ? thanks Olivier |
From: <php...@li...> - 2013-06-14 13:15:55
|
Dear PHP-Java bridge users, Am trying to get Tomcat 6 to run Tiny Tiny RSS (http://tt-rss.org), which requires PHP. Having installed and configured everything, when I visit the page, an exception is thrown, complaining that a certain PHP interface was not found: javax.servlet.ServletException: java.lang.RuntimeException: PHP Fatal error: Interface 'IDb' not found in .../webapps/tt-rss/classes/db.php on line 2 php.java.servlet.PhpCGIServlet.handle(PhpCGIServlet.java:452) php.java.servlet.CGIServlet.doGet(CGIServlet.java:474) javax.servlet.http.HttpServlet.service(HttpServlet.java:617) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) root cause: java.lang.RuntimeException: PHP Fatal error: Interface 'IDb' not found in .../webapps/tt-rss/classes/db.php on line 2 php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.parseBody(FastCGIServlet.java:503) php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.doExecute(FastCGIServlet.java:402) php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.execute(FastCGIServlet.java:410) php.java.servlet.CGIServlet.handle(CGIServlet.java:401) php.java.servlet.PhpCGIServlet.handle(PhpCGIServlet.java:427) php.java.servlet.CGIServlet.doGet(CGIServlet.java:474) javax.servlet.http.HttpServlet.service(HttpServlet.java:617) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) The interface in question is located in a separate file, idb.php, to be found in the same directory as db.php. The first few lines of db.php are, <?php class Db implements IDb { Not having ever written any PHP myself, I'd really appreciated some help. Thanks, Rob |
From: <php...@li...> - 2013-04-30 20:21:06
|
I'm trying to include a .jsp file from PHP. I'm experienced in PHP, but new to Java. If I just include it using java_virtual() it includes and displays correctly, unless the attributes are used, in which case it fails with "org.apache.tiles.jsp.taglib.TilesJspException: Attribute with name 'title' not found": echo java_virtual("WEB-INF/views/tiles/test.jsp", true); But I can't figure out how to define the attributes from PHP. I've also tried using this method, which appears to have a mechanism for specifying attributes, but I'm new to Java and can't find any value that works for the foo.bar.bazTag part: $attributes = array("att1"=>"98.5", "att2"=>"92.3","att3"=>"107.7"); $pc = new java_PageContext($session); $tag = new java_Tag($pc, "foo.bar.bazTag", $attributes); if($tag->start()) { do { $pc->getPageContext()->getOut()->print("member:: "); $pc->getPageContext()->getOut()->println($pc->getPageContext()->getAttribute("member")); } while($tag->repeat()); } $tag->end(); I've tried the .tag filename, relative path, full path, and "name" attribute defined in WEB-INF/tiles-layout.xml: <definition name=".test" template="/WEB-INF/views/tiles/test.jsp"> <put-attribute name="title" value="${title}"/> </definition> Which loads it the same as doing this in PHP: $thisTag = new Java("foo.bar.bazTag"); It looks like either way should work if I can figure out how to define attributes for the first method, if possible, or know how to call it using java_Tag. Thanks, Brian |
From: <php...@li...> - 2013-02-20 11:43:32
|
http://www.cameronford.com.au/kfna/xo2xbbc8wg48g491ej1.yxr5zde6sgcdwmh2ijh0dt6m853o |
From: <php...@li...> - 2013-02-12 07:23:08
|
Hi Everyone I have got an Apache and Tomcat server in two different networks and I would like to use PHP JAVA Bridge in the first one as I need to use some Java libraries for my PHP application. Is it possible to do that? It works perfectly fine in my intranet but I couldn't make it work using servers from different networks on Internet. According to the architectural model on the web site, both servers must be in the same intranet. Is that a rule? Thanks -- Carlo Cardenas Gold Coast, Queensland, Australia |
From: <php...@li...> - 2013-02-11 12:13:40
|
Hello Everyone! I'm doubt ,it's in javabridge or my own server.. on log I see it , Feb 05 11:43:19 JavaBridge ERROR: An exception occured: java.net.SocketException: Connection reset by peer: socket write error java.net.SocketException: Connection reset by peer: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(Unknown Source) at java.net.SocketOutputStream.write(Unknown Source) at java.io.BufferedOutputStream.flushBuffer(Unknown Source) at java.io.BufferedOutputStream.flush(Unknown Source) at java.io.BufferedOutputStream.flush(Unknown Source) at php.java.bridge.http.ChunkedOutputStream.write(ChunkedOutputStream.java:77) at java.io.ByteArrayOutputStream.writeTo(Unknown Source) at php.java.bridge.Response$Writer.flush(Response.java:162) at php.java.bridge.Response.flush(Response.java:809) at php.java.bridge.Request.handleRequest(Request.java:421) at php.java.bridge.Request.handleRequests(Request.java:500) at php.java.bridge.JavaBridge.handleRequests(JavaBridge.java:150) at php.java.bridge.JavaBridgeRunner.doPut(JavaBridgeRunner.java:207) at php.java.bridge.http.HttpServer.service(HttpServer.java:289) at php.java.bridge.http.HttpServer$Runner.run(HttpServer.java:205) at php.java.bridge.ThreadPool$Delegate.run(ThreadPool.java:60) sometimes I can send messages without problems but sometimes it turns up. any idea ? just when I want send some message to my device.. my device it's on-line that may be my apache server ? thanks a lot best regards! Matheus Nani |
From: <php...@li...> - 2013-02-02 00:17:24
|
Hello, I'm beginning to use php/Java bridge with Tomcat 7. My servlet got a servicePage(HttpServletRequest, HttpServletResponse) method, which returns a String. That String depends on the value of a "cmd" parameter in HttpServletRequest. Could please anyone tell me what's wrong with my code ? PHP SIDE : $session = java_session(); $faqAdminServlet = java_context()->getServlet(); if (IsSet($_REQUEST["cmd"])) { java_context()->getHttpServletRequest()->setAttribute("cmd", $_REQUEST["cmd"]); } $nextPage = $faqAdminServlet->servicePage(java_context()->getHttpServletRequest(), java_context()->getHttpServletResponse()); header("Location: " . $nextPage); TOMCAT SIDE : public String servicePage(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException { String nextPage; /* Some code setting up nextPage, depending on the value of req.getParameter("cmd") */ return nextPage; } I get the following error : Fatal error: Uncaught [[o:Exception]:"java.lang.Exception: Invoke failed: [[o:PhpJavaServlet]]->servicePage([o:RemoteHttpServletRequest], [o:RemoteHttpServletResponse]). Cause: java.lang.NoSuchMethodException: servicePage([o:RemoteHttpServletRequest], [o:RemoteHttpServletResponse]) Any help would be greatly appreciated ! Ben |
From: <php...@li...> - 2013-01-20 11:11:57
|
http://passwordweb.it/includes/phpInputFilter/news113.html http://www.yahoo.com/ http://www.aol.com/ |
From: <php...@li...> - 2012-12-26 15:58:26
|
Never mind. Just use a PHP array. Evidently it is translated by the PJB into the corresponding Java type. From: Peterson, Stephen Sent: Wednesday, December 19, 2012 1:45 PM To: php...@li... Subject: creating java array of objects or strings in php file Tried using this list before. Got nothing back. Trying again on a new problem. I am trying to create this Java code in a PHP file with the bridge: new Object[] { "weblogic.management.security.authentication.UserEditorMBean" } I tried as new java("java.util.Arrays","com.bea:Name=MBeanTypeService,Type=weblogic.management.security.authentication.UserEditorMBean") And new java("javax.management.ObjectName[]","com.bea:Name=MBeanTypeService,Type=weblogic.management.security.authentication.UserEditorMBean") The java compiler doesn't like anything I have tried. Can't find a example to learn from. Nothing in API. Anyone out there to help? |
From: <php...@li...> - 2012-12-25 18:43:48
|
I am out of the office until 01/07/2013. Note: This is an automated response to your message "[Php-java-bridge-users] PHP/JB still maintained?" sent on 12/25/2012 9:09:45 AM. This is the only notification you will receive while this person is away. |
From: <php...@li...> - 2012-12-25 17:17:03
|
As far as I am aware, it's because it's stable. And as far as I know there aren't any working alternatives. Resin was close, but trashed my mail server. However, it's been at least 4 years since I tested that or any other bridge. PHP/JB works very well for what I use it for, so I've had no need of any updates or alternatives. --Nathan ________________________________ From: "php...@li..." <php...@li...> To: php...@li... Sent: Tuesday, December 25, 2012 9:09 AM Subject: [Php-java-bridge-users] PHP/JB still maintained? I haven't seen a new release on this project in a while. Is that just because it's stable or because the maintainers don't have the time to keep it up? Have people started using another alternative? ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |