Answer Posted / ashok
JDBC is used to connection from DB.
JNDI is is used in connection pooling..
In weblogic server therir will be a JNDI Tree Option..
By Using Jndi we can get Certail connections from Database
at a time..and those connection will distubute to different
people...if connection are over then their will be increment
in option inserver ...we can set taht according to our
requirment..
So final statement is in JNDI we are not going to
interact(getting connection) with Database .we will in
interact with server..
But in case of JDBC we will interact with Database directly
for gettin connection
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
Why the node manager is required?
What are managed servers?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic
What Is A Weblogic Server Cluster ?
What is the msi mode in weblogic? How can you enable and disable this option?
What is the difference between txdatasource and datasource?
What is wlst in web logic?
What is ticketing tool used in your project?
How can we change heap size?
What are pending messages in the console? : BEA Weblogic
What causes java.io exceptions in the log file? : BEA Weblogic
Can I still use the default connection factories supported in weblogic release 5.1? : BEA Weblogic
tell me the permenent memory issues?
Can you explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What is mulicast and unicast in weblogic?