<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://www.hiveminds.co.uk/feed.xsl" ?>
<?xml-stylesheet type="text/css" href="http://www.hiveminds.co.uk/feed.css" ?>
<rss version="2.0" xml:base="http://www.hiveminds.co.uk">
<channel>
 <title>Hiveminds Magazine - How to Bridge PHP and Java for Powerful Web Solutions - Comments</title>
 <link>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html</link>
 <description>Comments for "How to Bridge PHP and Java for Powerful Web Solutions"</description>
 <language>en</language>
 <copyright>Hiveminds Magazine</copyright>
 <pubDate>Thu, 21 Aug 2008 05:05:53 -0700</pubDate>
 <lastBuildDate>Tue, 19 Aug 2008 02:21:38 -0700</lastBuildDate>
<item>
 <title>If you have no need then don't use it!</title>
 <link>http://www.hiveminds.co.uk/node/3172#comment-972</link>
 <description>If you have no need then don't use it! There a many others both PHP and Java programmers that need this in their projects.

But just to give an example. I have a java class running in OpenCms that I want to connect to using a WordpressMu plugin. The java-bridge makes this a simpler task.</description>
 <pubDate>Fri, 11 Jul 2008 17:39:54 -0700</pubDate>
 <guid>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html#comment-972</guid>
 <category domain="/taxonomy/term/177/Tutorials">Tutorials</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
 <category domain="/taxonomy/term/642/php-java">php-java</category>
</item>
<item>
 <title>and the point of bridging...</title>
 <link>http://www.hiveminds.co.uk/node/3172#comment-971</link>
 <description>and the point of bridging these two is what? please. give us a break</description>
 <pubDate>Fri, 11 Jul 2008 06:25:22 -0700</pubDate>
 <guid>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html#comment-971</guid>
 <category domain="/taxonomy/term/177/Tutorials">Tutorials</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
 <category domain="/taxonomy/term/642/php-java">php-java</category>
</item>
<item>
 <title>You might want to post the...</title>
 <link>http://www.hiveminds.co.uk/node/3172#comment-954</link>
 <description>You might want to post the problems you are having. Just about everything has been covered, including the fact that the latest java bridge does not work on wampserver because of the missing dll.</description>
 <pubDate>Mon, 16 Jun 2008 06:44:48 -0700</pubDate>
 <guid>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html#comment-954</guid>
 <category domain="/taxonomy/term/177/Tutorials">Tutorials</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
 <category domain="/taxonomy/term/642/php-java">php-java</category>
</item>
<item>
 <title>Useless Article : regarding java bridge on wamp server</title>
 <link>http://www.hiveminds.co.uk/node/3172#comment-953</link>
 <description>sorry to say you dear,

It is useless article that you have posted.
you should be care full what you are serving to others, coz it spreading bad impact of you forum.

Your step have killed my couple of hour without any result.

I was just looking for a solution that can help me to integrate Java with in wampserver.

--A</description>
 <pubDate>Mon, 16 Jun 2008 06:25:02 -0700</pubDate>
 <guid>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html#comment-953</guid>
 <category domain="/taxonomy/term/177/Tutorials">Tutorials</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
 <category domain="/taxonomy/term/642/php-java">php-java</category>
</item>
<item>
 <title>You can find version 3.2.1 at Sourceforge</title>
 <link>http://www.hiveminds.co.uk/node/3172#comment-941</link>
 <description>You can find 3.2.1 and other versions at sourceforge under older releases. But there is no dll file that I could find. I hope that someone with the skills  will pick this up and branch it into a better version for windows. After all there are still Java programmers that develop for and on windows.
php-java-bridge version 3.2.1

Or maybe the Zend guys will get on the ball and work with Sun on getting the built in PHP dll to work with the release of PHP 5.3.</description>
 <pubDate>Fri, 06 Jun 2008 02:57:35 -0700</pubDate>
 <guid>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html#comment-941</guid>
 <category domain="/taxonomy/term/177/Tutorials">Tutorials</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
 <category domain="/taxonomy/term/642/php-java">php-java</category>
</item>
<item>
 <title>No longer Windows friendly</title>
 <link>http://www.hiveminds.co.uk/node/3172#comment-940</link>
 <description>I fully agree and I would like to use the old version. Unfortunately I could not find it any more on the internet these days. I would be VERY grateful if anybody could help me to acquire it somewhere, preferably the php-java-bridge-3.2.1_ j2ee.zip</description>
 <pubDate>Thu, 05 Jun 2008 05:31:24 -0700</pubDate>
 <guid>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html#comment-940</guid>
 <category domain="/taxonomy/term/177/Tutorials">Tutorials</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
 <category domain="/taxonomy/term/642/php-java">php-java</category>
</item>
<item>
 <title>File includes</title>
 <link>http://www.hiveminds.co.uk/node/3172#comment-896</link>
 <description>This one adds the following line of code:
require_once("http://localhost:9090/JavaBridge/java/Java.inc");

If you get the error "Call to undefined function java_require()" you must add the line above. Adding the php_java.dll will provide that function, but you can't use the DLL *and* include the line above since they contain functions with the same name. You might (as of this writing) get a "Cannot redeclare {function name..}" error.

I strongly agree with the comment above regarding DLL versioning, and the fact that its better to have a pure Java server to run the Java.

-sylnsr</description>
 <pubDate>Tue, 29 Apr 2008 08:31:32 -0700</pubDate>
 <guid>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html#comment-896</guid>
 <category domain="/taxonomy/term/177/Tutorials">Tutorials</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
 <category domain="/taxonomy/term/642/php-java">php-java</category>
</item>
<item>
 <title>Don't use Wamp</title>
 <link>http://www.hiveminds.co.uk/node/3172#comment-892</link>
 <description>Don't use WAMP :: The option in the WAMP systray interface do not correlate with PHP.ini

-Sylnsr</description>
 <pubDate>Mon, 28 Apr 2008 20:41:36 -0700</pubDate>
 <guid>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html#comment-892</guid>
 <category domain="/taxonomy/term/177/Tutorials">Tutorials</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
 <category domain="/taxonomy/term/642/php-java">php-java</category>
</item>
<item>
 <title>No longer Windows friendly</title>
 <link>http://www.hiveminds.co.uk/node/3172#comment-890</link>
 <description>Okay, I have spent a few hours going through the docs and  setting up a test script or two. I have come to the conclusion that the Bridge is no longer Windows friendly.  The reason being is that there is no dll file in the latest version. This forces you to use a Java application server like Tomcat or instantate a Java servlet as recommended in the docs. This is not at all what most want to do. Definatly not what I want to do.

So I will post a new tutorial. But I don't think Windows users are going to like it. My suggestion is to  stick with the older version or help with the testing of the php_java bridge in PHP5. Though this is an experimental dll extension of PHP5 it is still more natural than being forced to use a certain type of webserver to get Java to PHP functionality.

Now there may be some stability issues. There always are...sigh. But the way I see it the only way to see something go from experimental to a stabel version is for developers to use it and share information about it.</description>
 <pubDate>Sun, 27 Apr 2008 03:42:45 -0700</pubDate>
 <guid>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html#comment-890</guid>
 <category domain="/taxonomy/term/177/Tutorials">Tutorials</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
 <category domain="/taxonomy/term/642/php-java">php-java</category>
</item>
<item>
 <title>Before you start the server...</title>
 <link>http://www.hiveminds.co.uk/node/3172#comment-889</link>
 <description>Before you start the server using "java -jar JavaBridge.jar SERVLET:9090" , you also need to copy Java.inc from the JavaBridge folder into the same folder that you placed JavaBridge.jar</description>
 <pubDate>Fri, 25 Apr 2008 12:02:28 -0700</pubDate>
 <guid>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html#comment-889</guid>
 <category domain="/taxonomy/term/177/Tutorials">Tutorials</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
 <category domain="/taxonomy/term/642/php-java">php-java</category>
</item>
<item>
 <title>Please do a updated tutorial...</title>
 <link>http://www.hiveminds.co.uk/node/3172#comment-888</link>
 <description>Please do a updated tutorial for 5.2.2! I've been trying to get it to work for a few days now, and i'm beginning to give up :/</description>
 <pubDate>Fri, 25 Apr 2008 01:41:01 -0700</pubDate>
 <guid>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html#comment-888</guid>
 <category domain="/taxonomy/term/177/Tutorials">Tutorials</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
 <category domain="/taxonomy/term/642/php-java">php-java</category>
</item>
<item>
 <title>The java.inc file contains necessary code</title>
 <link>http://www.hiveminds.co.uk/node/3172#comment-886</link>
 <description>The java.inc file contains necessary PHP code classes and methods. You could write your own but using the one you get is so much easier. You could also just copy and paste the PHP contained in java.inc to your file. But it is over 2000 lines of code. Do you really want to do that ;)

Otherwise I suppose mean that java_require is in place of   require_once(java/java.inc). The explaination is that the  tutorial is old. The java bridge has advanced very fast. I will try and udpate the tutorial to suit version 5.2.2</description>
 <pubDate>Wed, 23 Apr 2008 03:10:55 -0700</pubDate>
 <guid>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html#comment-886</guid>
 <category domain="/taxonomy/term/177/Tutorials">Tutorials</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
 <category domain="/taxonomy/term/642/php-java">php-java</category>
</item>
<item>
 <title>require_once("java/Java.inc");</title>
 <link>http://www.hiveminds.co.uk/node/3172#comment-885</link>
 <description>In the pho script above, don't you need require_once("java/Java.inc"); ?
Will it work without it? Thanks</description>
 <pubDate>Wed, 23 Apr 2008 01:43:55 -0700</pubDate>
 <guid>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html#comment-885</guid>
 <category domain="/taxonomy/term/177/Tutorials">Tutorials</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
 <category domain="/taxonomy/term/642/php-java">php-java</category>
</item>
<item>
 <title>hi</title>
 <link>http://www.hiveminds.co.uk/node/3172#comment-871</link>
 <description>hi all,
       if any one is successfully invoking java in php.Please help how to configure in php.ini file and php extensions folder. Can any one help me. thanks</description>
 <pubDate>Sat, 29 Mar 2008 05:21:37 -0700</pubDate>
 <guid>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html#comment-871</guid>
 <category domain="/taxonomy/term/177/Tutorials">Tutorials</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
 <category domain="/taxonomy/term/642/php-java">php-java</category>
</item>
<item>
 <title>what do you mean configure?</title>
 <link>http://www.hiveminds.co.uk/node/3172#comment-845</link>
 <description>everything is straight forward there is no configuration. What part of the tutorial was not clear?</description>
 <pubDate>Mon, 03 Mar 2008 22:07:40 -0800</pubDate>
 <guid>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html#comment-845</guid>
 <category domain="/taxonomy/term/177/Tutorials">Tutorials</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
 <category domain="/taxonomy/term/642/php-java">php-java</category>
</item>
<item>
 <title>How to Bridge PHP and Java for Powerful Web Solutions</title>
 <link>http://www.hiveminds.co.uk/content/how-to-bridge-php-and-java-for-powerful-web-solutions.html</link>
 <description>Here's how to team up two of the most popular and powerful platforms for web development together. With the php-java bridge you can build classes and jar files in Java and call them and use their methods in PHP. Use the quick and easy PHP language to bring Java muscle to your web pages.</description>
 <pubDate>Wed, 25 Jun 2008 03:55:42 -0700</pubDate>
 <category domain="/taxonomy/term/177/Tutorials">Tutorials</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
 <category domain="/taxonomy/term/642/php-java">php-java</category>
</item>
</channel>
</rss>
