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

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -