Questions tagged [content-repository]
25 questions
11
votes
3 answers
What are Advantages to Content Repositories (not talking about CMS's)
Given that a lot of people use content repositories. There must be a good reason. I'm building out a new web application that will need to store content. Can someone help me understanding this?
What are the advantages to using a content repository…

Bill Rosmus
- 2,941
- 7
- 40
- 61
8
votes
2 answers
How to learn using content repository and Apache JackRabbit?
Where do I go after doing the "First hops" in the Apache JackRabbit website? I don't understand how to create a repository that is not in memory and how to configure it and so on.

LuckyLuke
- 47,771
- 85
- 270
- 434
4
votes
2 answers
What exactly is the definition of a content repository?
I am using Apache JackRabbit for storing the images for my application. I have just started to use it and I still have some questions unanswered:
What is the difference between a content repository and a database?
Can you use a content repository…

LuckyLuke
- 47,771
- 85
- 270
- 434
3
votes
2 answers
Apache Jackrabbit - Where are my files?
I'm new to Jackrabbit and I'm using Sling to access the repository through its REST interface. I've figured out how to add and access various files to the repository, but my question is, where is Jackrabbit physically storing these files?
Here is…

Vinnie
- 12,400
- 15
- 59
- 80
3
votes
1 answer
Use of MixinTypes in JCR
I was trying to understand the concept of MixinTypes in JCR, What i red "Mixin node types usually specify additional properties or child nodes related to a capability being added to the node" but it seems some unclear, I am looking for simple…

Vivek Dhiman
- 1,967
- 6
- 46
- 82
2
votes
2 answers
How to create repository instance in JackRabbit Oak using MicroKernel
According to JackRabbit Oak official documentation, one of the ways of creating Repository instance is to create a MicroKernel object and pass it to JCR's parameterized constructor like this:
MicroKernel kernel = ...;
Repository repository = new…

Aman Arora
- 1,232
- 1
- 10
- 26
2
votes
2 answers
What is a workspace in a content repository?
Starting out with JCR and Jackrabbit I do not understand what a workspace is and how it is intended to be used. And why is it named workspace in the firstplace? Are repositories like databases, workspaces like tables and items like rows (or pretty…

LuckyLuke
- 47,771
- 85
- 270
- 434
1
vote
1 answer
Azure enabling content trust will impact exisitng images in registry?
We are planning to enable content trust in Azure Content Registry so that we can push the signed images to repo for the consumers to use. But I have few doubts?
Once I enable content trust, can the users still able to pull the existing images?
Once…

gopankallazhy
- 33
- 1
- 6
1
vote
2 answers
Content Validation in JCR
We are evaluating a few technologies to build a repository of WSDLs, and XSDs used within our organization. One of the options we have is to use Apache JackRabbit, that implements JCR 1.0 and 2.0. It almost meets our expectations on uploading…

Amar
- 274
- 3
- 12
1
vote
0 answers
How to store and retrieve a PDF file in PHPCR?
I am using Apache Jackrabbit server as WebDAV server as our application's file storage backend. The application is developed using PHP. I want to store a PDF file and retrieve it back from jackrabbit server using PHP content repository.
Can anyone…

Francis Varghese
- 61
- 4
1
vote
1 answer
How to migrate content from one alfresco repository to other using Open CMIS
I want to migrate all alfresco repository contents from one repository to other. but i don't want the existing folder structure.
while migrating i have to validate the content according to some business requirement, and based on content type i have…

Deepak Talape
- 997
- 1
- 9
- 35
1
vote
0 answers
How to create User access level workspace using Jackrabbit?
I want to create user level workspace using content repository and Apache JackRabbit
I want to achieve :
How to create User access level workspace using Jackrabbit ??
if i have created the workspace then other person can't be able to access.
Kindly…

Pallavi
- 11
- 2
1
vote
1 answer
Label:- XMLContent De-duplication
Question 1--->
Currently i am working on a project where in we translate the English content to other 17 languages. To reduce the translation cost currently we are using MD5 hashcode and based on the results we decide whether the topic is…

user3211037
- 49
- 1
- 7
1
vote
1 answer
Doctrine PHPCR DataFixtures
I am trying to use the Doctrine PHPCR DataFixtures with a reference here is an example.

888
- 181
- 1
- 1
- 6
1
vote
1 answer
How to check if node is removed from content repository?
I am learning how to use a content repository (Jackrabbit) and I wonder how it is possible to check if a node actually was removed. I use datastore and I know that is immutable however the node must be stored somewhere? I have configured the…

LuckyLuke
- 47,771
- 85
- 270
- 434