1. What do I need to do to integrate JTA into a J2SE application? stackoverflow.comSuppose I want to implement an application container. Not a full-on JEE stack, but I need to provide access to JDBC resources and transactions to third party code that will ... |
2. Differences between javax.jms.ConnectionFactory and javax.jms.XAConnectionFactory stackoverflow.comI'm entering the world of JTA, due to need of distributed transactions, and I'm uncertain about the differences between |