where is JNDI being used in java platform?
Answers were Sorted based on User's Feedback
Answer / harish
HOtJava views using JNDI to access LDAP. Enterprise APIs
such as Enterprise Java Beans,Java Message Service, and
JDBC 2.0 make use of JNDI for their naming and directory
needs. RMI over IIOP applications can use JNDI to access
the CORBA(COS) naming service.
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / satya
JNDI is a naming service provided an Application Server,
where as Application Server provides some external services
like transactions and Naming Services so with the
Application Servers to access the components (EJB) it
dynamically use the naming service with JNDI, for this we
need to configure the component to the namin service with
rebind() method
| Is This Answer Correct ? | 5 Yes | 3 No |
What are the interfaces in java collections? : java collections
what is filter ?
whatis arguments &what is default argument
What are the queues in the java collection framework? : java collections
Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...
What is the servletcontext listener and what is JspContext and page context pls tell in simple words.
What is Visual Source Safe(source control Tool)?
How to use ANT?
Difference between Spring framework and Struts framework?
12 Answers IBM, L&T, VAM,
How to implement or use the singleton class in java?
what protocols does JNDI provide an interface to?
what is class/object diagram