Hi, On Tue, Sep 8, 2009 at 11:04 AM, Thomas Müller<[email protected]> wrote: > Using your proposal, an application would have to call > RepositoryManager.start() to be able to use the repository, right?
No. A management API is typically only needed for deployments like jackrabbit-standalone, -webapp, and -jca where the JCR client is separate from the repository server. Normal JCR clients can and will in all these cases simply use the standard RepositoryFactory API to access the repository and would never need to worry about the management features. BR, Jukka Zitting
