top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is mean by JNDIand what is use of jndi in EJB?

+5 votes
251 views
What is mean by JNDIand what is use of jndi in EJB?
posted Feb 4, 2014 by Prasad

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

JNDI (Java Naming and Directory Interface) enables Java platform-based applications to access multiple naming and directory services. Part of the Java Enterprise application programming interface (API) set, JNDI makes it possible for developers to create portable applications that are enabled for a number of different naming and directory services, including: file systems; directory services such as Lightweight Directory Access Protocol (LDAP), Novell Directory Services, and Network Information System (NIS); and distributed object systems such as the Common Object Request Broker Architecture (CORBA), Java Remote Method Invocation (RMI), and Enterprise JavaBeans (EJB).

Let me know if it serves your purpose?

answer Feb 4, 2014 by Salil Agrawal
...