What is the difference between JTA and a local transaction?
An example that shows when to use JTA and when to use a local transaction would be great.
J2EE application includes suppoart fot DT through 2 specifications JTA--->Java Transaction API.highe-level implementation and is always enabled JTS--->Java Transaction Service.