Transaction Management in standalone java program
843854Nov 15 2003 — edited Jan 6 2004Hi,
My requirement is to do the transaction management in a standalone java program that will run on UNIX operating system outside the application server. Normal transaction mgmt with commit & rollback can be implemented, but i do not know how to handle the exceptions like power or network failure.
Can i use JTA/JTS API for this kind of requirement or it can only be used with Application Server.
It would be great if anybody can give be details on the implementation of this requirement. Its urgent please.
Thanks.