What is the difference between txdatasource and datasource?



What is the difference between txdatasource and datasource?..

Answer / Girish Singh Gobari

A DataSource is a Java interface that provides a means for obtaining database connections. A TXDataSource extends DataSource to include support for transactions.nnIn other words, a DataSource can handle simple database operations, while a TXDataSource can manage more complex transactions, such as those involving multiple resources.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Weblogic Interview Questions

What steps it pass on when manage start

1 Answers   TCS,


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

1 Answers   BEA,


Explain The Term Clustering ?

1 Answers  


Difference between Weblogic server and websphere server?

1 Answers   IBM,


How do I enable debugging for the messaging bridge? : BEA Weblogic

1 Answers  


What are the different weblogic installation types?

1 Answers  


What is a messaging bridge?

1 Answers  


Difference between weblogic development and production mode?

1 Answers  


What are workload managers for?

1 Answers   HP, Logica CMG,


What is error ora-6502? : BEA Weblogic

1 Answers  


An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic

1 Answers  


By default thread dump goes to System.out log.How can we send it to a particular file so that when we take the thread dump, instead of searching in System.out we can analyse a particular file

2 Answers  


Categories