Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic

0 Answers  


Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic

0 Answers  


how to upgrade the weblogic server licence?

0 Answers   CTS, Wipro,


diff b/w managed server and non managed server? can u briefly explain?

3 Answers   Wipro,


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

0 Answers  


what is heart beat in weblogic

4 Answers   HCL, TEN,


What is the difference in the web.xml and weblogic.xml ?

0 Answers  


Why ca not I boot weblogic server when using the ldap security realm? : BEA Weblogic

0 Answers  


How can the admin console be disable before it is re-enable by WLST?

1 Answers   BEA,


I tried to run two of the applets in the examples directory of the distribution? : BEA Weblogic

0 Answers  


Explain the different groups under web logic security?

0 Answers  


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 ?

1 Answers   IBM,


Categories