JCR is an acronym for Java Content Repository: an API and object database of hierarchical data mainly used by content management systems.
Using sling resource interface I am trying to get access the data saved as a binary property to my JCR …
java jackrabbit aem jcr slingI am using Apache Jackrabbit as a database. In my case, root node has numbers of child nodes(only at …
java database jackrabbit jcr jcr-sql2i want to remove my current content from my DataBase tables. and take them to a Content Repository (JCR) is …
java apache jackrabbit jcr jsr170i am trying to query a subtree for a given node type by a this query: SELECT * FROM [my:Type] …
java jackrabbit jcr jcr-sql2I'm trying to change the name of a JCR node, but I have no idea how? Has someone of you …
java jackrabbit jcrI have component hierarchy parsys -> parentcomp -> childcomp parentcomp node has some properties. I am trying to …
aem jcr sling