Hi Subash That's great news!
The project you would probably be interacting most is org.apache.clerezza.platform.content, unfortunately its maven site isn't deployed (this always takes many hours and unfortunately cannot afaik be done by hudson). So check out this project and have a look. There's the package org.apache.clerezza.platform.content.hierarchy which provides classes that expose a graph backed content hierarchy, to actually retrieve the bits of a content use org.apache.clerezza.platform.content.DiscobitsHandler (available as OSGi service). For properties other than position in the hierarchy and binary content you need to access the content-graph, for this use the getContentGraph method of the service exposing org.apache.clerezza.platform.graphprovider.content.ContentGraphProvider. Is this enough to get you started? Unfortunately the tutorials covering triples stores are very outdated [1], but I guess its best to start at the higher abstraction level provided by platform.content as a started anyway. Cheers, reto 1. http://incubator.apache.org/clerezza/mvn-site/org.apache.clerezza.rdf.core/documentation/tutorial_1.xhtml On Tue, Apr 6, 2010 at 1:07 PM, Subash Chaturanga <[email protected]>wrote: > HI ,I,am Subash Chaturanga ,an undergraduate of University of Moratuwa. > > I really would like to contribute to a CLEREZZA project in this SoC.I am > willing to contribute to implement the JCR API for Triple Store. > > I have already went through the JCR 2 API (but still some more to cover). > > Does Triple Store a content repository like apache jackrabbit.Because > jackrabbit is 100% JCR compliant. > > I'am really interested in this project.Because I'am currently work at WSO2 > as an intern and there I am doing a project that implement a JCR API for > WSO2 Governance Registry. > > Does CLEREZZA expecting it to be tested by the JCR TCK ? > > Also googled to find clerezza documentation. > http://incubator.apache.org/clerezza/mvn-site/org.apache.clerezza.platform.documentation/project-info.html > > I got a checkout from the trunk and trying to build it these days. > But I couldn't find a clear idea about Triple Store which is a key aspect > to this project.But I have already started writing a proposal. > > Best Regards > Subash > >
