On Mon, Mar 23, 2009 at 2:53 PM, Sujoy Bhattacharjee <[email protected]> wrote: > Please let me know how I could integrate Magnolia Repository with Apace > sling.
You would need a custom bundle that gives access to Magnolia and implements all the non-standardized repository operations (eg. such as registering node types). Sling provides the org.apache.sling.jcr.jackrabbit.client bundle, which is Jackrabbit only. I think this can be used as a template for something like a org.apache.sling.jcr.magnolia.client bundle. But I have no experience with Magnolia, so I cannot talk about the implementation details ;-) Regards, Alex -- Alexander Klimetschek [email protected]
