ale 2011-02-25 12:17:11 UTC
FreeBSD ports repository
Modified files:
databases Makefile
Added files:
databases/jdbm2 Makefile distinfo pkg-descr
Log:
JDBM is a transactional persistence engine for Java. It aims to be for Java
what GDBM is for other languages: a fast, simple persistence engine.
You can use it to store a mix of objects and BLOBs, and all updates are done
in a transactionally safe manner. JDBM also provides scalable data structures,
such as HTree and B+Tree, to support persistence of large object collections.
JDBM2 provides HashMap and TreeMap which are backed by disk storage.
It is very easy and fast way to persist your data.
JDBM2 also have minimal hardware requirements and is highly embeddable.
WWW: http://code.google.com/p/jdbm2/
Revision Changes Path
1.957 +1 -0 ports/databases/Makefile
1.1 +41 -0 ports/databases/jdbm2/Makefile (new)
1.1 +2 -0 ports/databases/jdbm2/distinfo (new)
1.1 +13 -0 ports/databases/jdbm2/pkg-descr (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"