aspose file tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes best technology supporting transaction isolation? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "best technology supporting transaction isolation?" Watch "best technology supporting transaction isolation?" New topic
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... :-)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: best technology supporting transaction isolation?
 
Similar Threads
difference between entity bean and session bean
Create Exception
Map to View
WA #1.....word association
Form Bean