Yeah I was thinking of adapting some of the sling stuff (which Felix
pointed out in another email) for session management. Then there would
be an object content manager factory which would rely on a session
factory and a cache factory.A lot of this already exists in the ocm-
spring project (Jackrabbit/JCRSessionFactory and JCRMappingTemplate
essentially do this), however, it would be nice to have this in the
default implementation. I think the object content manager factory
would also be a good place to plug in a level 2 cache controller and
factory?
-paddy
On Jan 16, 2008, at 11:54 AM, Christophe Lombart wrote:
+1
On Jan 16, 2008 6:47 PM, Padraic Hannon <[EMAIL PROTECTED]> wrote:
The factory could also preload the mapping
classes and other configuration items (like say the cache
implementation factory?).
If I understand, there is 3 factories :
one for the ObjectcontentManager
one for the JCR session
one for the Cache impl
It is correct ?
Christophe