jta « jndi « Java Enterprise Q&A





1. What do I need to do to integrate JTA into a J2SE application?    stackoverflow.com

Suppose 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.com

I'm entering the world of JTA, due to need of distributed transactions, and I'm uncertain about the differences between javax.jms.ConnectionFactory and javax.jms.XAConnectionFactory or more accurately how can it be that javax.jms.ConnectionFactory ...