JCR is an acronym for Java Content Repository: an API and object database of hierarchical data mainly used by content management systems.
Need help in getting the string[] values of node property?? for example I have a node image which has property "…
jcr aemI'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 jcrI have a component that needs to fetch properties from another component on the same page. Is there a way …
aem jcrI have the following code to insert "rose.gif" into a roseNode. But how do I retrieve the file from …
file file-io jackrabbit jcr jsr170i am working on a carousel component called "tabbedcarousel", i need to iterate through it's children nodes to access an …
jsp components aem jcr slingI have a Sling Resource object. What is the best way to set or update its property?
aem jcr slingI 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 modeshapeI am just curious to know what is the difference between jcr:primaryType and jcr:mixinTypes, and why exactly does …
aem jcrI need to work with remote jackrabbit repository. I use following code to connect to the local repository: Repository repository = …
java jackrabbit jcr