| Author |
best technology supporting transaction isolation?
|
Denis Wang
Ranch Hand
Joined: Jan 23, 2004
Posts: 81
|
|
1) JTA/JTS 2) stateless session bean 3) entity bean my choice is 1).
|
 |
Sunil Patil
Greenhorn
Joined: Feb 05, 2003
Posts: 15
|
|
Hi, I am not sure if we can compare JTA/JTS with enterprise beans for technology supporting transaction isolation. Even though ejbs provide transaction isolation level they use Transaction service provided by container for that which will be confirming to JTS. So only thing ejbs are doing is calling methods of Transaction service Sunil
|
 |
Alessandro Martins
Greenhorn
Joined: Jul 15, 2003
Posts: 4
|
|
Hi! Correct me if I'm wrong, but we are comparing oranges and apples here :-) The transaction subsystem (JTS) is based on the transaction architecture (JTA), and containers, applications and the like implement/use these mechanisms in order to have transaction management, which manages transactions for EJB's, JDO implementations and stuff like that. Thus, the only alternative that may be correct - because it's the only one that may make sense - is a). My 2 cents, Alessandro Martins No certs, only battle scars... :-)
|
 |
 |
|
|
subject: best technology supporting transaction isolation?
|
|
|