Re[4]: [JBoss-dev] PHP

2003-01-09 Thread julien viet
we already tried to investigate that way a couple of month ago. but servlet and PHP are not in the same space. Therefore no tight interraction is possible with jboss, serialization issues are a consequence. julien HB just found it: HB XLVIII. Java HB There are two possible ways to bridge PHP

Re: Re[4]: [JBoss-dev] PHP

2003-01-09 Thread Holger Baxmann
. let's do both bax Von: julien viet [EMAIL PROTECTED] Antworten an: [EMAIL PROTECTED] Datum: Fri, 10 Jan 2003 01:14:23 +0100 An: Holger Baxmann [EMAIL PROTECTED] Betreff: Re[4]: [JBoss-dev] PHP we already tried to investigate that way a couple of month ago. but servlet and PHP

RE: Re[4]: [JBoss-dev] PHP

2003-01-09 Thread marc fleury
by ten. marcf -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Holger Baxmann Sent: Thursday, January 09, 2003 7:28 PM To: [EMAIL PROTECTED] Subject: Re: Re[4]: [JBoss-dev] PHP mmmmmm, i am not talking about porting xor integration. i

Re[4]: [JBoss-dev] PHP

2003-01-09 Thread julien viet
zend engine is PHP parser-compiler from zend company : www.zend.com now they are working on a version 2 with more robust object as said on their website. finally they'll have a true OOP language julien mf what is the zend engine? mf marcf -Original Message- From: [EMAIL PROTECTED]

Re: Re[4]: [JBoss-dev] PHP

2003-01-09 Thread Holger Baxmann
finally they'll have a true OOP language OOP in this case: Other Orphaned Preprocessor ;-) bax julien mf what is the zend engine? mf marcf -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of julien viet Sent: Thursday, January 09, 2003

RE: Re[4]: [JBoss-dev] PHP

2003-01-09 Thread Bill Burke
] [mailto:[EMAIL PROTECTED]]On Behalf Of marc fleury Sent: Thursday, January 09, 2003 7:35 PM To: [EMAIL PROTECTED] Subject: RE: Re[4]: [JBoss-dev] PHP holger, we totally agree and we are talking about the same thing. I already proposed it to Julien back when we wanted to go PN. The idea

Re: Re[4]: [JBoss-dev] PHP

2003-01-09 Thread Holger Baxmann
: Re[4]: [JBoss-dev] PHP holger, we totally agree and we are talking about the same thing. I already proposed it to Julien back when we wanted to go PN. The idea is indeed to RUN PHP APPS AS IS in JBoss but with the merit of same VM cache access. That is what it is all about and what

RE: Re[4]: [JBoss-dev] PHP

2003-01-09 Thread Bill Burke
PROTECTED] Subject: Re: Re[4]: [JBoss-dev] PHP I've been looking into this as you speak. Seems from reading doco that you can't go Java-PHP-Java which is what we need. Not sure what would happen if PHP called from Java created a JVM. Too bad there isn't a PHP Jython like thing