how to manage transactions without appserver [message #128765] |
Wed, 20 July 2005 09:14 |
liux99
Messages: 29 Registered: June 2005
|
Junior Member |
|
|
I have a legacy application which works as follows
1. client invokes a unix script in a server machine
2. the script calls a java application
3. the java application parse a data file and store in an oracle database
4. there maybe multiple clients invoking the script concurrently
my understanding is in this scenario each script run takes a process and each java invoke create a jvm.
Experts please shed some light on how to manage transactions either in the application level (Java ) or in the database level.
Thanks
|
|
|