• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

best technology supporting transaction isolation?

 
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1) JTA/JTS
2) stateless session bean
3) entity bean
my choice is 1).
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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... :-)
 
Never trust an airline that limits their passengers to one carry on iguana. Put this tiny ad in your shoe:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic