I have a code accessing to content repositories through JCR API. My code is being developed in OSGI environment. What I want is to have a JCR content repository which should be available while running
i want to remove my current content from my DataBase tables. and take them to a Content Repository (JCR)
Currently doing a test-app with JCR (Modeshape). The abstracted flow is as follows: session.open, a repository fetches on or more nodes related to a query, session.close.
Background: I\'ve been tasked with implementing search engine sitemaps for a website running on Sling. The site has multiple country-specific sites, and every country-specific sites can have multiple
I\'m relatively new to Jackrabbit.In our application we never turned on SearchIndex section within repository.xml (so as workspace.xml) files because we always go directly to a given document using th
Could please anybody interpret JCR 2.0 specification in regard to JCR workspaces ? I understand that a session is always bound to exactly one persistent workspace, though a single persistent workspa
I can hardly find any documentation on how to design and build a repository for multiple users. I\'m quite new to Jackrabbit and I was always using one master user credentials to build a repository t
I\'d like to set up a portal where users don\'t cooperate but they are not aware of each other within the community. Each user works only with his files.
I just familiarized myself with Apache JackRabbit. I\'ve done a little multi-user repository for document management.
We are usingJackrabbit 2.2.6 ( webapp)deployed on a Glassfish Application server. We are also building a client to upload files to the server using the rmi interface exposed by the server. We are able