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 are the databases that are available to be used with the web logic j2ee connector architecture?
What is the domain in weblogic server?
Why the node manager is required?
Java-corba integration: rmi-iiop or java idl? : BEA Weblogic
What are the admin default ports?
What is t3 protocol?
What are the enhancements in ejb 2.0 with respect to cmp?
Tell me how are the notifications generated when a server is added to a cluster?
What can be the reasons of server hang?
Explain briefly what is the nm?
Can two jms servers share the same persistent store? : BEA Weblogic
What precautions should I take when I use blocking receive() calls? : BEA Weblogic
How does a file store compare with a jdbc store? : BEA Weblogic
Explain the domain creation types?
Can we deploy jar in weblogic?