Currently doing a test-app with JCR (Modeshape). The abstracted flow is as follows: session.open, a repository fetches on or more nodes related to a query, session.close.
Could please anybody interpret JCR 2.0 specification in regard to JCR workspaces ? I understand that a session is always bound to exactly one persistent workspace, though a single persistent workspa
I just familiarized myself with Apache JackRabbit. I\'ve done a little multi-user repository for document management.
import logging, email from google.appengine.ext import webapp from google.appengine.ext.webapp.mail_handlers import InboundMailHandler