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.

how to get array values of a node property in jcr

Need help in getting the string[] values of node property?? for example I have a node image which has property "…

jcr aem
When to use JCR (content repository) over other options?

I'm trying to evaluate content repositories (JSR283) like Jackrabbit and ModeShape but I must confess that I don't understand what …

java database content-management jcr
Get a node form currenPage in CQ5

I have a component that needs to fetch properties from another component on the same page. Is there a way …

aem jcr
Get File Out of JCR File Node

I have the following code to insert "rose.gif" into a roseNode. But how do I retrieve the file from …

file file-io jackrabbit jcr jsr170
CMS - Alfresco, Magnolia, Drupal and Joomla Comparison

I am comparing Alfresco, Magnolia & Joomla especially specific to following features: a. Ease of Integration of user created templates. …

drupal joomla alfresco jcr magnolia
CQ access deep child node's property from current node (current component)

i am working on a carousel component called "tabbedcarousel", i need to iterate through it's children nodes to access an …

jsp components aem jcr sling
How to set a resource property

I have a Sling Resource object. What is the best way to set or update its property?

aem jcr sling
What does ModeShape offer that JackRabbit doesn't?

I just familiarized myself with Apache JackRabbit. I've done a little multi-user repository for document management. If anybody used both …

java comparison jackrabbit jcr modeshape
What is the difference between jcr:primaryType and jcr:mixinTypes?

I am just curious to know what is the difference between jcr:primaryType and jcr:mixinTypes, and why exactly does …

aem jcr
How to access remote jackrabbit repository?

I need to work with remote jackrabbit repository. I use following code to connect to the local repository: Repository repository = …

java jackrabbit jcr