Is it possible to implement an EJB in PHP, using REST? -
is possible create ejb implementation in php, accessible through rest (not rmi)?
ejb programming model, ejb components deployed , managed application server provides managed facilities ejb, declarative transactions, dependency injection, security, etc. can not code ejb in php , deploy in app. server.
you can code want in php , expose rest, access rest resource other ejb. doesn't make rest resource code php ejb.
Comments
Post a Comment