Hi, On Thu, Aug 20, 2009 at 9:19 AM, Bertrand Delacretaz<[email protected]> wrote: > I've been thinking for a while that a JCR utilities library that > encapsulates such things ("create a file from this InputStream", > "create child node with a unique name", ...) in JCR would be useful. > > Is there a module in Jackrabbit for such general-purpose JCR > utilities? Or where should that go?
jackrabbit-jcr-commons That component has traditionally been more of a support library for jackrabbit-core (and to some extent also for jackrabbit-jcr2spi), but recent work there (see for example the new JcrUtils class) has been targeted more for JCR clients. I'm still not entirely happy about the scope of that component and it actually might make sense to start a fresh new component in the new JCR Commons subproject for this based on selected parts of the existing code. BR, Jukka Zitting
