What is difference between weblogic connection pool and conection factory?
Answers were Sorted based on User's Feedback
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 |
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 |
Tell me how is the security handled in web logic j2ee connector architecture?
How to migrate the weblogic domains Existing physical box to New box ? Assume:I have 2 Domains and 5 ms servers and i have deploy the application in managed servers in cluster Envirolment how to migrated? any budy give me steps ?
What are the uses of a middleware server?
How we can know whether proxy server up or not?
How do I call a servlet with parameters in the url? : BEA Weblogic
How do I use jta transactions within an mdb? : BEA Weblogic
Explain the performance tuning in jvm?
How can the nm be made to work with web logic? Explain?
How should you type cast a remote object?
Do you know what is the local interface used by web logic server?
How are multi-byte characters used with weblogic jdriver?
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?