RE: [PHP] Java / PHP Bridge

2009-01-23 Thread Boyd, Todd M.
> -Original Message- > From: Boyd, Todd M. > Sent: Friday, January 23, 2009 1:44 PM > To: 'Bastien Koert' > Cc: php-general@lists.php.net > Subject: RE: [PHP] Java / PHP Bridge > > > -Original Message- > > From: Bastien Koert [mailto:phps

RE: [PHP] Java / PHP Bridge

2009-01-23 Thread Boyd, Todd M.
> -Original Message- > From: Bastien Koert [mailto:phps...@gmail.com] > Sent: Friday, January 23, 2009 1:13 PM > To: c...@l-i-e.com > Cc: php-general@lists.php.net > Subject: Re: [PHP] Java / PHP Bridge > > On Fri, Jan 23, 2009 at 10:02 AM, wrote: > > &

Re: [PHP] Java / PHP Bridge

2009-01-23 Thread Bastien Koert
On Fri, Jan 23, 2009 at 10:02 AM, wrote: > > Zero real experience, but what I hear is that the Java / PHP bridges are a > bit brittle and difficult to shore up properly... > > You may want to consider going with HTTP REST / RPC services instead, as > those are quite solid, and you can get what yo

Re: [PHP] Java / PHP Bridge

2009-01-23 Thread Nathan Rixham
c...@l-i-e.com wrote: And vice-versa: Any PHP functionality that needs to be called from Java can be a web service using whatever weapon you find suitable. yup and if I may suggest, wso2 WSF for PHP is probably you're best bet for doing this; http://wso2.org/ no finer php web service fram

Re: [PHP] Java / PHP Bridge

2009-01-23 Thread ceo
And vice-versa: Any PHP functionality that needs to be called from Java can be a web service using whatever weapon you find suitable. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Java / PHP Bridge

2009-01-23 Thread Nathan Rixham
c...@l-i-e.com wrote: Zero real experience, but what I hear is that the Java / PHP bridges are a bit brittle and difficult to shore up properly... You may want to consider going with HTTP REST / RPC services instead, as those are quite solid, and you can get what you want. Note that this is a

RE: [PHP] Java / PHP Bridge

2009-01-23 Thread Boyd, Todd M.
> -Original Message- > From: c...@l-i-e.com [mailto:c...@l-i-e.com] > Sent: Friday, January 23, 2009 9:02 AM > To: php-general@lists.php.net > Subject: Re: [PHP] Java / PHP Bridge > > > Zero real experience, but what I hear is that the Java / PHP bridges > are

Re: [PHP] Java / PHP Bridge

2009-01-23 Thread ceo
Zero real experience, but what I hear is that the Java / PHP bridges are a bit brittle and difficult to shore up properly... You may want to consider going with HTTP REST / RPC services instead, as those are quite solid, and you can get what you want. Note that this is all hearsay on my pa