What is difference between weblogic connection pool and conection factory?
Answer Posted / vamsi.t
When we install spring s/w there is built-in supplied
connection pool in spring container.
Built-in connection pooling mechanism is implemented
using the appropriate classes like DriverManagerDataSource
and SingleConnectionDataSource,but these are dummy
connection pools,it can not be used in real time
applications.
There are Third party supplied connection pools like
C3P0,Apache DBCP(DataBaseConnectionPool).Spring s/w
supports these third party supplied connection pools.
There are server supplied connection pools like
weblogic server supplied connection pooling and appilcation
server supplied connection pooling.
we can define a connection factory instance that provides
the entry point for interacting with the JMS(JavaMessaging
Service). It can be used to interact with the ActiveMQ
Message Broker for creating a connection, through which a
session can be established for sending and receiving
messages
Here i have written as par as my knowledge is concerned.If
iam wrong let me know.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is meany by plugin?
How do I debug weblogic server using visual cafe 4.1? : BEA Weblogic
How can the OUT OF MEMORY be solved?
Do you know what type of object is returned by resultset.getobject()?
What Is Boot.proerties File In Weblogic Server ?
Explain the types of deployment modes and diffrernces between them?
How does sorting on message priority work? : BEA Weblogic
What are class paths? How can they be set?
Can the bean class implement the ejbobject class directly? If not why?
I tried to run two of the applets in the examples directory of the distribution? : BEA Weblogic
How to change from development mode to production mode in weblogic 10.3?
What are middleware servers?
What are the transaction isolation levels supported by weblogic jdriver?
How many admin consoles possible in a single domain?
What is administration server?