Adam Bien's Weblog
Lightweight Publish-Subscribe--Free Article
The free JavaMagazine article "Lightweight Publish-Subscribe Communication" discusses the use of Java EE 6 (CDI / EJB 3.1) for the implementation of local communication. On the way it also deprecates some J2EE patterns. Enjoy reading and code deleting! :-)
Posted at 07:29AM Feb 07, 2012 by Adam Bien in Real World Java EE Patterns - Rethinking Best Practices | Comments[1] | Views/Hits: 3821
NEW Workshop: "JPA, NoSQL, Caching, Grids and Distributed Caches with Java EE 7", May 7th, 2013, Airport Munich
A book about rethinking Java EE Patterns
Tweet Follow @AdamBien

What I really need is some form of post-transaction notification. Like, I need to send this email only after the transaction really succeeds. But don't bail out anything if sending the email blows out in any kind of client communication exception. Right now, current approaches using anything but transitional queues rollbacks the transaction on any kind of runtime exception.
Posted by Solerman Kaplon on February 08, 2012 at 02:56 PM CET #