在java中实现存储系统

时间:2022-02-12 03:39:00

I have a requirement of building a storage system in Java, where user can store his file(text,images,pdf etc) which supports versioning and access control. Is there any known tutorials/articles/documents or existing library? Or it would be helpful even if I can know what are the keywords which I should look for while searching. Thanks

我需要用Java构建存储系统,用户可以在其中存储支持版本控制和访问控制的文件(文本,图像,PDF等)。有没有已知的教程/文章/文件或现有的图书馆?或者即使我知道在搜索时我应该寻找什么是关键字,它也会有所帮助。谢谢

1 个解决方案

#1


3  

You could take a look at Apache Jackrabbit. Their claims of

你可以看看Apache Jackrabbit。他们的主张

A content repository is a hierarchical content store with support for structured and unstructured content, full text search, versioning, transactions, observation, and more.

内容存储库是分层内容存储库,支持结构化和非结构化内容,全文搜索,版本控制,事务,观察等。

sound just like what you need.

声音就像你需要的一样。

#1


3  

You could take a look at Apache Jackrabbit. Their claims of

你可以看看Apache Jackrabbit。他们的主张

A content repository is a hierarchical content store with support for structured and unstructured content, full text search, versioning, transactions, observation, and more.

内容存储库是分层内容存储库,支持结构化和非结构化内容,全文搜索,版本控制,事务,观察等。

sound just like what you need.

声音就像你需要的一样。