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 |
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?
What is need of DAO? Write one simple DAO example?
what is the difference between checked and unchecked Exceptions?
Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers
what is difference between vector and arraylist?.
what is jndi?
What is the Spring2.5 MVC Navigation flow?
How is hashset maintained in memory by java ?
which book is the best for preparing for SCWCD 1.5
what is filter ?
what protocols does JNDI provide an interface to?
What is markup language?