This content has been marked as final.
Show 1 reply
-
1. Re: Improve Remote interfaces (marshaling unmarshaling...)
vons1234 Jul 1, 2009 5:42 PM (in response to mnenchev)if your client code which looks up EJB resides in same JVM where your EJB's are deployed. then you can use EJB local interface rather than remote interface.
Another thing is you can use ServiceLocator pattern and cache the home object to prevent the expensive look up.