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
Can I configure the messaging bridge to automatically downgrade the quality of service if the exactly-once service is not available on either the source or target bridge destination? : BEA Weblogic
Which are the benefits of mdb (message driven beans) over standard jms consumers? : BEA Weblogic
How does a server know when another server is unavailable ?
Does weblogic jms support clustering? : BEA Weblogic
Explain the difference between txdatasource and datasource?
Explain the functionality of T3 associated with WebLogic server?
What happens if acknowledge() is called within a transaction? : BEA Weblogic
What is the easiest way to set the classpath ?
How do I use a less than or greater than on a message selector in ejb-jar.xml? : BEA Weblogic
Tell me how are the notifications generated when a server is added to a cluster?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
What causes the condition OUT OF MEMORY?
What are the types of gc and in which different scenarios each should be used?
Can the messaging bridge forward durable subscription messages between separate weblogic server 6.1 and release 7.0 or later domains? : BEA Weblogic
Where are the files placed while deploying the resource adapter in web logic server?