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 you can do with node manager?
What are class paths? How can they be set?
When we can update the application? Is server up time or downtime?
What all jvm analysis/profiling tools you are familiar with please write the names?
How do I use a temporary destination? : BEA Weblogic
Explain the different versions of nm?
What is the difference between url instance and urlconnection instance?
Why does for update in oracle 8 cause an ora-01002 error? : BEA Weblogic
How Work Manager works in wls 9.2 and above versions?
What is the default thread stack size in windows?
How does sorting on message priority work? : BEA Weblogic
How do I bind string values in a preparedstatement? : BEA Weblogic
Can two jms servers share the same persistent store? : BEA Weblogic
What is error ora-6502? : BEA Weblogic
What is bootup process?