简体   繁体   English

基于Java的文件归档解决方案

[英]Java based solution for file archive

I need to create some kind of file archive - with control of MD5, meta-information of files,etc. 我需要创建一些文件存档 - 控制MD5,文件的元信息等。 Remove from archive by date. 按日期从存档中删除。 Do exist some open source solutions, frameworks for this? 是否存在一些开源解决方案和框架? Thanks. 谢谢。

JSR-170 and JSR-283 define such functionality. JSR-170和JSR-283定义了这样的功能。 See http://en.wikipedia.org/wiki/Content_repository_API_for_Java 参见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. Apache Jackrabbit- http://en.wikipedia.org/wiki/Apache_Jackrabbit-是参考开源实现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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