jcr
High-level Java filesystem content manipulation : old style vs. jcr?
what is the best way to choose for managing text/binary content on filesystem? Typically when building web applications with a lot of multimedia binaries and other various text based content stored on[详细]
2023-01-17 00:55 分类:问答Java Content Repository implementation: single-threaded, in-memory, read-only?
Does a Java Content Repository (JCR, specified in JSR-283) implementation with the following features exist?[详细]
2023-01-11 08:22 分类:问答How do you restore a "versioned node" in a jackrabbit 2.1 repository?
Jackrabbit 2.1 has versioned nodes. We want to sup开发者_高级运维port the \"undo\" of a delete of one of these nodes. \"Finding it\" seems to be the tricky part. Not sure how to iterate over the versi[详细]
2023-01-07 21:33 分类:问答JCR vs. CMIS: Which repository API should I use?
I am starting a new project that needs to connect to a repository that offers JCR and CMI开发者_Python百科S APIs.[详细]
2022-12-31 20:45 分类:问答What's the correct way to read an inputStream into a node property in JCR 2?
In JCR 1 you could do: final InputStream in = zip.getInputStream(zip.getEntry(zipEntryName)); node.setProperty(JcrConstants.JCR_CONTENT, in);[详细]
2022-12-25 06:11 分类:问答How to store randomly accessed files (both on writing and reading) in Jackrabbit JCR implementation?
Is it possible to store randomly accessed files (both on writing and reading)开发者_开发百科 in Jackrabbit JCR implementation, if documentation says that DataStore interface stores data immutable. Wit[详细]
2022-12-21 14:13 分类:问答Java JCR how to change order of nodes?
I am using Jackrabbit with JCR, how can I开发者_JAVA百科 change the order of the nodes?There are a number of ways;[详细]
2022-12-15 09:54 分类:问答Logging into Jackrabbit with custom LoginModule
I am trying to write a LoginModule that authenticates users with Jackrabbit repository. However, I want it to check the credentials that are stored in repository itself. So the problem is, in my Login[详细]
2022-12-14 22:20 分类:问答