简体   繁体   中英

Java based solution for file archive

I need to create some kind of file archive - with control of MD5, meta-information of files,etc. Remove from archive by date. Do exist some open source solutions, frameworks for this? Thanks.

JSR-170 and JSR-283 define such functionality. See http://en.wikipedia.org/wiki/Content_repository_API_for_Java

Apache Jackrabbit - http://en.wikipedia.org/wiki/Apache_Jackrabbit - is the reference open source implementation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM