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
How to write a program to bind string values in a preparedstatement?
What are the ways in which weblogic servers can run on multiple machines?
How many way to start and stop weblogic servers?
What is t3??
What are the different modules of wlst?
If a java process keeps going down due to an out of memory error, what all java options would you start with that would tell you what was in memory at the time of the out of memory error?
How can we configure http tunneling on weblogic?
What is the tree view pane in the web logic server?
Can two jms servers share the same persistent store? : BEA Weblogic
What is the purpose of the serializedsystemini.dat file?
When should I use the -nostage option?
How many ways to start and stop weblogic servers?
How do I publish an xml message? : BEA Weblogic
Explain what is the purpose of using multipools in web logic server?
What are the States of the Weblogic Server ?