Watch Transaction Management Strategies in Mission Critical Applications (89 min)
The presentation begins with Juergen explaining some transaction management myths:
- A serious, mission-critical enterprise application requires XA transactions.
- Not true: Many enterprise application do not require XA transactions at all.
- Proper transactional O/R Mapping integration requires XA / JTA.
- Not true: O/R Mappers usually just operate on a database connection and add some additional cache housekeeping, which does not require XA.
- For combining JDBC and JMS access, XA transactions are a necessity.
- Not true: Many enterprise applications use JMS with local transactions or even with plain acks.
- And the biggest myth of it all: Proper transaction management requires EJB.
- While in reality, EJB just offers a baked-in style for transaction demarcation. The hard work is done by the underlying transaction manager...Or, even broader: Proper transaction management requires a full J2EE server.
- What about distributed transaction propagation?
- not actually a responsibility of the core transaction manager...rather context passing in the remoting protocol EJB containers (and J2EE servers) build this on top of RMI, simply piggybacking the XID there
Community comments
Flash presentation
by Stefan Mahs,
Flash presentation
by The Troll,
Re: Flash presentation
by Floyd Marinescu,
Usal question..:-)
by Andrea Del Bene,
Video does not start
by Nikhil Vasaikar,
Re: Video does not start
by Nikhil Vasaikar,
Flash presentation
by Stefan Mahs,
Your message is awaiting moderation. Thank you for participating in the discussion.
Hi,
Can we get the flash file as a download? My corp. firewall does not permit the stream.
Thanx,
Stefan
Flash presentation
by The Troll,
Your message is awaiting moderation. Thank you for participating in the discussion.
Yeah, ability to download separate Flash file would be really appreciated. You can of course presents us with form where we will confirm that we wont redistribute the data etc etc.
Thx
Re: Flash presentation
by Floyd Marinescu,
Your message is awaiting moderation. Thank you for participating in the discussion.
Unfortunately we don't support this. Plus the video and slides are separate flash files. In future we will switch to a progressive download approach like youtube so you should be able to see videos from work.
Usal question..:-)
by Andrea Del Bene,
Your message is awaiting moderation. Thank you for participating in the discussion.
Nice presentation. Juergen is one of my favorite speakers! But...where can we find a printable version of his slides?
Video does not start
by Nikhil Vasaikar,
Your message is awaiting moderation. Thank you for participating in the discussion.
When i click the play button, video does not start!
Re: Video does not start
by Nikhil Vasaikar,
Your message is awaiting moderation. Thank you for participating in the discussion.
The problem is with our internet connection, nothing wrong with the site.