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
Which xml parser comes with weblogic server 6.1? : BEA Weblogic
How does weblogic support corba and client communication via iiop? : BEA Weblogic
how can we sync the nodes with administration server in weblogic.
What happens if acknowledge() is called within a transaction? : BEA Weblogic
What is the emergency log message?
How can I run multiple instances of the same servlet class in the same weblogic server instance? : BEA Weblogic
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle? : BEA Weblogic
When should I use the -nostage option?
What are the supported installation modes for WebLogic Server ?
In a web logic server what is the domain?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection? : BEA Weblogic
What is the tree view pane in the web logic server?
Do you know what is the purpose of t3 in weblogic server?
Tell me what are the ways in which weblogic servers can run on multiple machines?
What are the different versions of nm?