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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...