Answer Posted / weblogic
JNDI is the directory which contains the list of objects
defined on the server. When the user requests for a
connection pool, the code would look for the object on the
JNDI and would get the requested connection pool from the
datasource.
JDBC is the one which does all the interactions with the
database. An application will lookup the JNDI to get a
connection pool for it to interact with the database.
| Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
What is the difference between jboss and weblogic?
What are the supported installation modes for WebLogic Server ?
What should an xpath selector look like? : BEA Weblogic
Explain how a web logic server works?
What are jvm tuning parameters?
What is the admin server?
When should I use server session pools and connection consumers? : BEA Weblogic
What is meant by node manager?
which protocol it user to connect manage server to admin ? where it is defined ?
What causes java.io exceptions in the log file? : BEA Weblogic
Can you use a foreign jms provider to drive an mdb transactionally? : BEA Weblogic
Explain briefly what is the nm?
How you deploy your applications on weblogic server?
We often see BSU when using weblogic. What is the meaning of BSU ?
What is Horizontal and vertical clustering ?