基于Java的文件归档解决方案
我需要创建某种文件存档 - 控制 MD5、文件元信息等。按日期从存档中删除。是否存在一些开源解决方案、框架?谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JSR-170 和 JSR-283 定义了此类功能。请参阅 http://en.wikipedia.org/wiki/Content_repository_API_for_Java
Apache Jackrabbit - http://en.wikipedia.org/wiki/Apache_Jackrabbit - 是参考开源实现。
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.