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 are notifications made when a server is added to a cluster?

0 Answers  


Which are the benefits of mdb (message driven beans) over standard jms consumers? : BEA Weblogic

0 Answers  


What is meany by plugin?

0 Answers  


What type of object is returned by resultset.getobject()?

0 Answers  


Inclined to build a profession as oracle weblogic developer?

0 Answers  






What is meant by jndi and why its needed??

0 Answers  


Why the node manager is required?

0 Answers  


What happen when your database and proxy server are down and your weblogic server is up

7 Answers  


What are jvm tuning parameters?

0 Answers  


How do I connect to an sql server instance that is running on a machine with multiple instances of sql server 2000? : BEA Weblogic

0 Answers  


What is unicast in weblogic?

0 Answers  


What are the enhancements in ejb 2.0 with respect to cmp?

0 Answers  


Categories