Reinhard Poetz <[EMAIL PROTECTED]> writes:
I found an article with an implementation of atomic file transactions in Java at http://www.onjava.com/pub/a/onjava/2001/11/07/atomic.html?page=1 but the attached source code doesn't have any license headers or copyright statement.
Does anybody know of an ready-to-use open source alternative (of course with a license that can be used in combination with ASL) or should I try to contact the author?
The TxFileStore from Jakarta Slide moved to Jakarta Commons recently. See http://jakarta.apache.org/commons/sandbox/transaction/
IIUC it enables "transparent" filesystem transaction, e.g. it operates directly on the filesystem writing/deleting/renaming of file://c:/cocoon/myfile.txt. Am I correct here?
Many thanks!
-- Reinhard
