Top "Jcr" questions

JCR is an acronym for Java Content Repository: an API and object database of hierarchical data mainly used by content management systems.

Accessing resource data from JCR repo

Using sling resource interface I am trying to get access the data saved as a binary property to my JCR …

java jackrabbit aem jcr sling
What's the purpose of resourceResolver.adaptTo(Session.class) in Apache Sling?

I am new to Apache Sling, CQ5, etc. In our codebase, we have a code snippet similar to this: void …

java aem jcr sling
ADOBE CQ5 JCR - How to orderby/sorting query builder result using node's property

basically below is the java coding part, which the result will then be populated to a .csv file. However, I …

java aem jcr crx
How to run query on Apache Jackrabbit, explain with example

I am using Apache Jackrabbit as a database. In my case, root node has numbers of child nodes(only at …

java database jackrabbit jcr jcr-sql2
browsing JACKRABBIT content visually?

i want to remove my current content from my DataBase tables. and take them to a Content Repository (JCR) is …

java apache jackrabbit jcr jsr170
JCR query by path

i am trying to query a subtree for a given node type by a this query: SELECT * FROM [my:Type] …

java jackrabbit jcr jcr-sql2
How can you change the name of a JCR node?

I'm trying to change the name of a JCR node, but I have no idea how? Has someone of you …

java jackrabbit jcr
cq5 get parent node properties

I have component hierarchy parsys -> parentcomp -> childcomp parentcomp node has some properties. I am trying to …

aem jcr sling
How to add multivalue property to jcr node through java code?

According this answer https://stackoverflow.com/a/18726682/2674303 I see that I can add property to node in crxde. But I …

jackson aem jcr sling