[jboss-user] [Performance Tuning] - Re: Improve Remote interfaces (marshaling unmarshaling...)

vons1234 do-not-reply at jboss.com
Wed Jul 1 17:42:28 EDT 2009


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.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241298#4241298

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241298



More information about the jboss-user mailing list