Thursday, March 6

What is JNDI in weblogic ?


Applications uses namming service to locate objects in data sources, EJBs, JMS, Mail sessions and so on in the network. A naming service associates names with objects and finds objects based on their given name.(RMI registry is ex). JNDI provides a commmon-denominator interface to many existing naming services, such as LDAP(Lightweight Directory Access Protocol) and DNS (Domain Name System). These naming services maintain a set of bindings, which relate names to objects and provide the ability to look up objects by name. JNDI allows the components in distributed applications to locate each other.

No comments:

Post a Comment