Is anyone running a large production environment utilizing PHP with Corba or EJB's?
We have a large production environment currently using an extensive amount of PHP. We've been very happy with the performance and capabilities of PHP. However, we are currently using a 2 tier architecture(PHP directly to Databases). This is making for difficult code reuse, business logic changes, etc...
We've experimented with Java calls and we're able to make it work, but we are concerned with going to a full n-tier architecture using PHP as the presentation code, EJB on a biz logic tier, and Oracle as the data tier.
We have also done some work with Corba. Is the Corba implementation any better than the Java implementation?
If you've used these in a full large production environment, please tell me your setup, which appserver/ORB, how was performance/how busy is your site, etc..
Thanks for the assistance.
Michael Julson