The Java Naming and Directory Interface (JNDI) is a Java API for a directory service that allows Java software clients to discover and look up data and objects via a name.
public static void main(String[] args) { String INITCTX = "com.sun.jndi.ldap.LdapCtxFactory"; String MY_HOST = "ldap://Localhost:1389"; String MGR_…
java ldap jndiI am tring to lookup the resource defined on the Websphere aplication server 7.0 from the out side of the Container …
java jndi websphere-7We have a plain standalone spring application and we need to put jdbc datasource in jndi. (we use jboss treecache …
java spring configuration jndiI need the code to add JNDI name to achive connection pooling in hibernate. I have configured the connetion pooling …
hibernate jndi connection-poolingWe have a MDB listening to a Queue reading data and sending data to another Queue @MessageDriven( activationConfig = { @ActivationConfigProperty( propertyName = "…
ejb jndi websphere-8 message-driven-bean