Hi, How would you instantiate the RepositoryManager object on the server side?
Regards, Thomas On Tue, Sep 8, 2009 at 11:54 AM, Jukka Zitting<[email protected]> wrote: > Hi, > > On Tue, Sep 8, 2009 at 11:43 AM, Thomas Müller<[email protected]> wrote: >> What about embedded usage? > > Then you don't need the management API as the application already has > direct control over the repository instance. If you want, you can use > the management API for that control or even expose it to external > management clients, but that's by no means mandatory. > >> What if I want to use the log wrapper on the server side? > > Just use it. Just like a log wrapper can support > JackrabbitRepositoryFactory.shutdown() it can support > RepositoryManager.start(). > > BR, > > Jukka Zitting >
