> So, these aren't two different apps? These are two different
> implementations of the same app (or at least the same transactions)?
They are two different applications. App 1 may carry out transactions in
the set T1 and App 2 may carry out transactions in the set T2. T2 is not
equal to T1, but the intersection of T1 and T2 is not empty.
I've been looking at EJBs to do this (as per Larry's advice), but I have
to check that they will work with PHP.
John
Alex Hunsley - 07 Apr 2006 16:26 GMT
>> So, these aren't two different apps? These are two different
>> implementations of the same app (or at least the same transactions)?
[quoted text clipped - 5 lines]
> I've been looking at EJBs to do this (as per Larry's advice), but I have
> to check that they will work with PHP.
You can certainly access EJBs from PHP. Here's an article about that:
http://www.devx.com/Java/Article/21707
(I've not read this article, so I can't vouch for how good it is)
I'd read up on pros and cons of EJBs, and the alternatives, before
diving in. .