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
