Atomikos Forum |
|
Hello all,
As the topic says, I'm currently evaluating Atkmicos to see if it meets my needs. I am working on a plugin framework where the plugins can be setup in a distributat environment. This is all working as planned, but now I need to look into the storage end of the framework and I ran into a problem. The actual transaction is going to be spread accross several plugins, which could be running on multiple physical servers. Would it be possible to accomplish a solid transaction scheme like this through Atomikos? Oh yeah, I forgot to mention, the entire framework should run outside a J2EE container, so it should also be able to run with just J2SE. |