What is difference between weblogic connection pool and conection factory?

Answers were Sorted based on User's Feedback



What is difference between weblogic connection pool and conection factory?..

Answer / chalam

connection pool is the pool of pre-defined JDBC connections
maintained with backend database in order to provide
database connections for client requests.

connection factories will be created as a part in JMS
configuration for messaging services.

Is This Answer Correct ?    14 Yes 2 No

What is difference between weblogic connection pool and conection factory?..

Answer / 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

More Weblogic Interview Questions

How can the nm be made to work with web logic?

0 Answers  


What is a domain?

0 Answers  


How do you do performance tuning of wls?

0 Answers  


What can I do when I get java.lang.outofmemoryerror because producers are faster than consumers? : BEA Weblogic

0 Answers  


List components of jndi?

0 Answers  






Which is the best tool for monitoring Weblogic server(WLS8)?

10 Answers   BEA, Symantec,


what are the pre requisite to installing weblogic server 10

3 Answers  


What is nmenroll in wlst?

0 Answers  


Can you explain what are the ways in which the dns request of failed servers handled?

0 Answers  


How do I learn what codesets are available in oracle? : BEA Weblogic

0 Answers  


Arrange in order the various message severity levels?

0 Answers  


What should you do in a passive method?

0 Answers  


Categories