How do I get a reference to a VisiTransact Transaction Manager instance from a Java application that manages transactions using JTA?
In J2EE and CORBA applications, transaction processing can be performed using either OTS or JTA. If using JTA, no direct interaction with VisiTransact is required; Borlands implementation of JTA maps API calls to CORBA/OTS methods, which are in turn invoked upon a resolved OTS/JTS Transaction Manager. J2EE applications can obtain a reference to an instance of JTA UserTransaction from JNDI, to control transaction boundaries programmatically.