Page 1 of 1

Apache Sling

PostPosted:Sun Nov 21, 2010 12:27 pm
by sveinhelge
Have anyone done any thoughts about using Apache Sling to deliver HTTP REST framework for the OpenKM project?

Would it be easy to setup Apache Sling to access the OpenKM repository?

Re: Apache Sling

PostPosted:Wed Nov 24, 2010 2:40 pm
by bdelacretaz
Hi, I'm not familiar with OpenKM but it seems like it's using Jackrabbit for storage.

If that's the case, it should be relatively easy to have Sling provide the application layer. Out of the box, Sling provides an embedded Jackrabbit repository, but it's easy to connect it to a different one, using JNDI for example.

Best might be to ask on the Sling users list if you want to have a closer look, see http://sling.apache.org/site/project-in ... tion-lists

-Bertrand Delacretaz (Sling committer)

Re: Apache Sling

PostPosted:Thu Nov 25, 2010 8:36 pm
by pavila
This may be interesting. We are open to code contributions in this sense.