Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Java (http://www.velocityreviews.com/forums/f30-java.html)
-   -   Library for Transactional Files Access - who knows Java libraries? (http://www.velocityreviews.com/forums/t128395-library-for-transactional-files-access-who-knows-java-libraries.html)

Michal Szymanski 11-05-2003 10:42 PM

Library for Transactional Files Access - who knows Java libraries?
 
Hi,
I have very common task. System which we develop will be divided in 2
pieces - interface and calculation module. Depending on client
communication between these two modules can be based on database,
queues or files.
First two ways of communication are by default transactional and there
is no problem. But for communication using file I have to write
library that support transactional access to files (at least locking
is necessary). I've seen several systems in my life where file system
were treated as a database but in each solution authors used home-made
libraries not well know libraries.
Because we are preparing for new project I've once again try to find
suitable library for this task and I've found nothing :(

Do you know any nice Java library ? If yes let me know.

p.s in last JDJ there is article "Enabling A file system as a
transactional resources" but it is baseD on Connector Architecture and
JTA.

Michal Szymanski
dyrexNOSPAM@poczta.onet.pl

Kai Grossjohann 11-05-2003 11:04 PM

Re: Library for Transactional Files Access - who knows Javalibraries?
 
There is a C library called Berkeley DB. (www.sleepycat.com I
believe.) I vaguely remember that they have ways to talk to their
files from other languages than C.

Versions 2 and up also provide some kind of transaction, but I forget
the details.

Kai

Michal Szymanski 11-06-2003 07:09 AM

Re: Library for Transactional Files Access - who knows Java libraries?
 
Kai Grossjohann <kai@emptydomain.de> wrote in message news:<873cd25sev.fsf@emptyhost.emptydomain.de>...
> There is a C library called Berkeley DB. (www.sleepycat.com I
> believe.) I vaguely remember that they have ways to talk to their
> files from other languages than C.


But I am looking for Java library, I do not want to use native calls.

Best regards
M.Szymanski

ioganis 09-02-2008 06:40 PM

Check this forum topic.
Talks about a project on Transactional Files in Java


All times are GMT. The time now is 08:15 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57