What is the difference between Connection Pool and data source?
Answer Posted / raju
Connection pool is an mechanism of pre-creating group of connections and keeping them in cache memory for use and reuse.
DataSource is an interface in javax.sql ackage.Datasource is nothing but object oriented representation of connection pool or DataSource can be called as connection factory.
Coming to DataSource implementations some third parties have implemented this datasource and also server vendors like Tomcat,Websphere also implemented.
NOTE:mostly we use the server implemented DataSources
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are pending messages in the console? : BEA Weblogic
How many admin consoles possible in a single domain?
How to troubleshoot it?
What happens when a failure occurs and the stub cannot connect to a weblogic server instance? : BEA Weblogic
what are the new features of Webservices 1.6 than 1.4.From the interface and implementation aspect4.
Do you know what is the local interface used by web logic server?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic
What is console mode?
What can be the various reasons for a server crash?
What is the tree view pane in the web logic server?
What are servers?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
Open the find box and editing the text in text box then what is name for this dialog box??
Which of the programs can be created using the zac publish wizard tool? : BEA Weblogic
What is a messaging bridge?