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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to