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 can I debug the java code that I have running in weblogic server? : BEA Weblogic
Explain the types of application deployed in wls?
What are the different versions of nm?
What is weblogic?
What is the meaning of classformaterrors used with the applet?
How can the OUT OF MEMORY be solved?
What technologies are included in j2ee?
Java-corba integration: rmi-iiop or java idl? : BEA Weblogic
How to configure a DB connection pool ?
What is the difference between url instance and urlconnection instance?
How many way to start and stop weblogic servers?
what are the new features of Webservices 1.6 than 1.4.From the interface and implementation aspect4.
How Can Cluster Communication Occur ?
Why did the messaging bridge fail to connect to the source bridge destination? : BEA Weblogic
How do I configure jms security? : BEA Weblogic