6 messages in org.apache.jackrabbit.usersRe: TransientRepository Vs. BindableR...
FromSent OnAttachments
Khanapurkar, Mona A.Sep 30, 2007 9:31 pm 
Jukka ZittingSep 30, 2007 11:43 pm 
Andrea K.Oct 1, 2007 2:54 am 
Jukka ZittingOct 1, 2007 3:09 am 
Khanapurkar, Mona A.Oct 1, 2007 8:18 am 
Jukka ZittingOct 2, 2007 1:04 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: TransientRepository Vs. BindableRepositoryActions...
From:Jukka Zitting (jukk@gmail.com)
Date:Oct 1, 2007 3:09:26 am
List:org.apache.jackrabbit.users

Hi,

On 10/1/07, Andrea K. <akre@alteanet.it> wrote:

is it (also) right to do that using Repository rather than BindableRepository?

Like this:

InitialContext context = new InitialContext(); ... Repository repository = (Repository)context.lookup("jcr/repository");

Correct. In your client code you should try to use the JCR API interfaces instead of classes from Jackrabbit..

BR,