On Nov 7, 2007 3:56 PM, Jukka Zitting <[EMAIL PROTECTED]> wrote: > > > > I've seen lots of primitive examples where nodes are accessed directly > via > > "getNode" and "addNode" etc. However, I think a more scalable solution > would > > need to wrap nodes with domain logic (similar to how DTO objects are > used > > with a relational database I suspect). > > I tend to avoid wrapping JCR nodes into custom Java objects, since > IMHO in many cases that's just an extra layer of complexity with > little value, but that's just a personal opinion. >
Another solution is Jackrabbit OCM . http://svn.apache.org/repos/asf/jackrabbit/sandbox/jackrabbit-jcr-mapping/jcr-mapping/ > > BR, > > Jukka Zitting >
