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 is acl(access control list)?
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
what are callback methods?
what is the difference between checked and unchecked Exceptions?
How to implement or use the singleton class in java?
what is hibernate ceteria ?
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?
What are the differences between the java collection and the java list? : java collections
What is the use of the list interface in the java collection? : java collections
What is need of DAO? Write one simple DAO example?
what is the difference between banking and insurance domain?
What are the types of java collections? : java collections