Re: [nyphp-talk] PHP scripts running in JBoss

2009-02-23 Thread Artur Marnik
There are a few ways to approach PHP/JEE application server integration, and the solution you pick depends on the answer to a few questions: - Is this a straight conversion of your applications from PHP to Java? Or do you intend to leave some portion in PHP? temporary we will leave our PHP

Re: [nyphp-talk] PHP scripts running in JBoss

2009-02-23 Thread Artur Marnik
When you want to start a new discussion, you need to make a whole new email. Replying to an earlier email makes your discussion show up as part of the earlier discussion. ok sorry for that Sorry for not really answering your question, but _exactly_ why do they want to do this? Seems li

Re: [nyphp-talk] PHP scripts running in JBoss

2009-02-23 Thread Daniel Krook
Hi Artur, Artur Marnik wrote on 02/23/2009 03:42:31 PM: > Hi All > > In my company we are using Linux servers where we have > PHP, mysql and > all other nice stuff. My new manager is a Java guy and he > always worked > with Java and his new idea is to move all our stuff to > Jboss. There i

Re: [nyphp-talk] PHP scripts running in JBoss

2009-02-23 Thread Daniel Convissor
Hi Artur: When you want to start a new discussion, you need to make a whole new email. Replying to an earlier email makes your discussion show up as part of the earlier discussion. On Mon, Feb 23, 2009 at 03:42:31PM -0500, Artur Marnik wrote: > > My new manager is a Java guy and he always work

Re: [nyphp-talk] PHP scripts running in JBoss

2009-02-23 Thread Jake McGraw
Try using this: http://php-java-bridge.sourceforge.net/pjb/ - jake On Mon, Feb 23, 2009 at 3:42 PM, Artur Marnik wrote: > Hi All > > In my company we are using Linux servers where we have PHP, mysql and all > other nice stuff. My new manager is a Java guy and he always worked with > Java and hi

[nyphp-talk] PHP scripts running in JBoss

2009-02-23 Thread Artur Marnik
Hi All In my company we are using Linux servers where we have PHP, mysql and all other nice stuff. My new manager is a Java guy and he always worked with Java and his new idea is to move all our stuff to Jboss. There is only one problem - we don't have enough time to migrate all of our PHP co