You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Angela Schreiber <an...@day.com> on 2008/01/07 11:17:04 UTC

Re: Getting a NameFactory

Esteban Franqueiro wrote:
> Hi all.
> How can I get an instance of NameFactoryImpl?
> Certainly calling NameFactoryImpl.getInstance(), but is there another, more correct, way?
> Thanks.

if you want to use the default NameFactoryImpl there is no other
way. basically you shouldn't have to care about the NameFactory
as long as you are an JCR-API user.
in order to improve the internal usage of the NameFactory an open
enhancement requests exists (JCR-1202).

angela