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 are the enhancements in ejb 2.0 specification with respect to asynchronous communication?
Why do I get an error while trying to retrieve the text for ora-12705? : BEA Weblogic
Msi replica mode??
what are the new features of Webservices 1.6 than 1.4.From the interface and implementation aspect4.
What is meant by thread dump and how can we take?
What are managed servers?
What are stating modes are available in Weblogic Server ?
What is error ora-6502? : BEA Weblogic
Write a program to call the store procedure of oracle that takes no parameter?
How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic
What is t3 protocol?
How is the logging implementation specified in web logic?
What is bootup process?
What is the default jvm used for weblogic?
How do clients handle dns requests to failed servers?