Home > Enterprise >  Why didn't the ejb people use?
Why didn't the ejb people use?

Time:09-19

New to the company, now in using ejb technology, understand the feeling after ejb is quite strong.. But why with so little?

CodePudding user response:

Complex heavy, debugging trouble, general use a lightweight RPC replace

RPC distributed remote invocation framework

http://www.verejava.com/? Id=1756827901192

CodePudding user response:

The ORM micro persistent framework

http://www.verejava.com/? Section_id=1697715673191

CodePudding user response:

If it is a relatively simple method calls, the execution efficiency may be much slower than native, and even remote Socket mechanism, compared to simple data returned by the application will be slower, the reason is that the need to pass information between network not only contains the function, the return value of the information content may also contain the object serialized byte,
  • Related