Questions tagged [jcr]

JCR is an acronym for Java Content Repository: an API and object database of hierarchical data mainly used by content management systems. Apache Jackrabbit is an open source implementation; there are several commercial products.

JCR is an acronym for Java Content Repository: an API and object database of hierarchical data mainly used by content management systems. Apache Jackrabbit and ModeShape are open source implementations. There are several commercial products such as Adobe CRX

Links

784 questions
-2
votes
2 answers

JCR_SQL2 example in Javascript?

I'm looking for some sample code using the AEM JCR_SQL2 API in server-side Javascript (NOT Java), i.e. code that starts with use(function() { ... }) and is loaded via data-sly-use=${...}. All Google results are 100% Java based examples. What I've…
Alex R
  • 11,364
  • 15
  • 100
  • 180
-2
votes
1 answer

Magnolia, JCR, sort node order by customized property value

For example, i have a node ref 29949, it has property like this: so it's positionIndex is 1, this is a customized property. my current nodes is totally unordered, like this: I wish to compare and sort node into a ascending order by this…
sefirosu
  • 2,558
  • 7
  • 44
  • 69
-2
votes
1 answer

Java OpenSource library for versioning files

My task description is something like this: "Application should be able to store text/binary files in some filesystem storage. Every file has an author and date of uploading. Application should store all versions of files and provide abilities to…
ybondar
  • 399
  • 2
  • 18
-2
votes
2 answers

Need a cq5 example

I am new to Adobe cq5. Went through many online blogs and tutorials but could not get much. Can any one provide a Adobe cq5 application example with detailed explanation that can store and retrieve data in JCR. Thanks in advance.
Harish
  • 1
  • 1
  • 4
1 2 3
52
53