Invoking a EJB from PHP

badgeruk

New Member
Is there any easy way to invoke a RMI method on a EJB from PHP? We have a java app and a PHP app that sometimes needs to talk to it. What we do now is have a java binary that PHP invokes when it needs to do something, but I would love to know if there is a way to do this directly from PHP?
 
Back
Top