where is JNDI being used in java platform?

Answers were Sorted based on User's Feedback



where is JNDI being used in java platform?..

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

where is JNDI being used in java platform?..

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

Post New Answer

More Java J2EE AllOther Interview Questions

I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?

4 Answers  


What are the different types of ways where you can iterate over a list? : java collections

0 Answers  


What are the considerations to be made in case of loops in java ?

0 Answers  


who should use JNDI?

1 Answers  


what is filter ?

2 Answers   SolutionNET,






Write a postfix expression to (a*(b+c/d)*d-e)

4 Answers   Adobe,


Should we create system software ( e.g operating system ) in java ?

0 Answers  


Write a interface "CarOperations" with the following methods void turnOnEngin() void turnOffEngin() void turnOnLigths() void turnOffLights() void turnLeft() void turnRight() void accelerate() void deaccelerate() void putBreaks() void releaseBreaks()

1 Answers  


What is an Ioc pattern? There are assemblies in .net for establishing this task, Whats the special in Java /j2ee technologies about IOC

2 Answers  


What is the servletcontext listener and what is JspContext and page context pls tell in simple words.

1 Answers   IBM,


what is acl(access control list)?

1 Answers   Athena, HCL,


What is deque in the java collections framework? : java collections

0 Answers  


Categories