[jboss-user] [EJB 3.0] - does jboss cache JNDI looked up objects for injected EJBs?

jainsau do-not-reply at jboss.com
Mon Jul 30 18:26:09 EDT 2007


In EJB 2.1 and earlier we used service locators to cache objects looked up on JNDI. This improved performance as we didnt need to look up the same beans again.
In EJB 3.0, beans are injected by the AS and look up is hidden from us and is performed by JBoss. So, does JBoss perform any caching similar to service locators to give us the performance boost. Or are we loosing on this performance benefit when using EJB  injections in EJB 3.0?

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

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



More information about the jboss-user mailing list