Dear All,
Is there any collocation support in the Java EE5 server? I mean that I do not need to call the local interface directly to achieve better performance when the caller and the called (client-server) are on the same addrespace. I know that CORBA implementations support collocation:
http://www.research.ibm.com/Middleware2000/WiP_Papers/wang.pdf
http://www.fpx.de/fp/Uni/Diplom/node24.html
Thanks,
Zsolt
Hi Zsolt,
Can you elaborate a bit?
Are you talking about EJBs?
Am I getting you right that you want to always call the remote interface and rely on the framework to automatically detect and replace that with a local invocation when the caller and the callee reside on the same server (JVM)?
Best regards,
Vladimir
Add a comment