What is DataSource ?how can its associated with connection
pools ?
Answers were Sorted based on User's Feedback
Answer / sriram
A Data Source object enables JDBC applications to obtain a DBMS connection from a connection pool. Each Data Source object binds to the JNDI tree and points to a connection pool or MultiPool. Applications look up the Data Source on the JNDI tree and then request a connection from the Data Source.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / 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 |
JDBC datasource provides the database access and database
connection management each datasource contain the pool of
database connections,
1. In single server configuration, assign each datasource
and its associated connection pools or multiple to the server.
2.Admin server & managed server congiguration, the target
the datasource and associated with a connection pool to the
servers.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you differentiate between a server hang and server crash issue?
What is non-stage deployment?
Explain what is the purpose of using multipools in web logic server?
How do I bind string values in a preparedstatement? : BEA Weblogic
What is the boot? What is the significance of it?
What is advantage if silent mode installation...urgent..need answer to this question
In cluster , the load balancing that simply redirect the client request to any available server in weblogic server cluster. Suppose assume we have 4 managed servers and one admin server. can we trace that request is going to which managed server in the cluster? is it possible to tell that request is going to which ipaddr/managed server?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
What are crossdomainconnectors in reference to web logic servers?
What is meant by adminserver?
What are the steps required to modify config.xml file of web logic server?
Explain the different groups under web logic security?