Hi, Can I implement 2 phase commit in a standalone java application ? I access multiple databases with different connection objects in a single class in a single transaction. But how do I implement the 2 phase commit manually in a java standalone application. Please note that I dont have any environment(like server, jndi etc.,) where i can deploy the datasources. So pls let me know whether i can implement distributed transactions in this scenario. This is very urgent.
Simon Brown
sharp shooter, and author
Ranch Hand
Joined: May 10, 2000
Posts: 1860
posted
0
Since this isn't directly related to J2EE, I'm closing the thread. Also, please don't post the same question all over the forum - it won't help you get a more complete answer. Thanks Simon