Hi,
I have been developping several extranets using PHP and a relational database. One of these site is growing and getting more and more complex. Some issues, such as access control, profiling, ... are a nightmare to handle with PHP.
It seems that J2EE is providing the adequate framework to solve this kind of issues; you don't have to bother with them while coding.
I however don't want to throw away all we did in PHP and especially a large part of the code which is related to numerical computing (and not so much to Web issue). Is there a way to call it from an Application Server which would take in charge session, profiling, and so on ?
Thanks,
Antoine