JNDI resource lookups in WebSphere Application Server

The Java Naming and Directory Interface (JNDI) is mainly used for accessing resources that are managed by a container. JEE application servers expose JDBC data sources, JMS connection factories, JTA user transactions among others to applications via JNDI. Each resource has a global unique JNDI name. For example jdbc/ORA45X2 could be a data source.
20 September 2013 | Category: Java | Tags: WAS, Spring