What is DataSource ?how can its associated with connection
pools ?
Answer Posted / faraz
DataSoource is an Interface that is an alternative to
Driver manager.It has methods :
getConnection()
getConnection(username,pwd)
...and many more..
Through JNDI it connects with database.
Or It takes from Connection pool.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Do ejbs have to be homogeneously deployed across a cluster?
What Are The Various Types Of Weblogic Installations ?
Why do I get an exception when trying to find a connection factory? : BEA Weblogic
Can I set the deployment order for application modules? For standalone modules?
What is a local transaction?
Why does executing the preparedstatement class cause a trunc fails: ora-00932: inconsistent datatypes error? : BEA Weblogic
What is the difference between jboss and weblogic?
How Can Cluster Communication Occur ?
How do I connect to an sql server instance that is running on a machine with multiple instances of sql server 2000? : BEA Weblogic
What can I do when I get java.lang.outofmemoryerror because producers are faster than consumers? : BEA Weblogic
What are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What is the no_acknowledge acknowledge mode used for? : BEA Weblogic
How to write a program of web logic server to get the connection pool attribute?
What Is Boot.proerties File In Weblogic Server ?
When we will take thread dump?