Seam Core JSF2 2.3.5.Final-redhat-1

@Namespace(value="http://jboss.org/schema/seam/transaction", prefix="org.jboss.seam.transaction")

Package org.jboss.seam.transaction

Abstracts all possible transaction management APIs behind a JTA-compatible interface.

See: Description

Package org.jboss.seam.transaction Description

Abstracts all possible transaction management APIs behind a JTA-compatible interface. Unfortunately, many otherwise-perfectly-intelligent-looking Java developers like to invent their own transaction management APIs when they get bored, even though JTA is well-known to be more than good enough. For example, one of the co-authors of this class was present at the creation of not one but two "alternative" transaction APIs (org.hibernate.Transaction and javax.persistence.EntityTransaction), and is more embarrassed by this than by any other of his many professional blunders.
See Also:
Transaction, UserTransaction
Seam Core JSF2 2.3.5.Final-redhat-1

Copyright © 2015 Seam Framework. All Rights Reserved.