Tuesday, November 22, 2005

Web and EJB Tier Transaction Guidelines

Friday, November 18, 2005

JNDI object lookup in a clustered environment

In a clustered environment, it's safe to look up a JNDI object using local reference. For instance, if the JNDI name of your JMS queue connection factory is jms/myConnectionFactory, configure a local reference so that you can look it up like java:comp/env/myQueueConnectionFactory.