No problem. I'm working on other area. Christophe
-----Original Message----- From: Sandro Böhme [mailto:[EMAIL PROTECTED] Sent: Tue 4/5/2005 9:17 AM To: [EMAIL PROTECTED] Cc: Subject: Re: JCR mapping - step 2 Hallo again, getting Graffito to run needed a little bit more time than I expected. What I have at the moment is not yet ready. But I hope I will have something until the end of the week. regards, Sandro Sandro Böhme wrote: > Hello, > > Christophe Lombart wrote: > >> Hi all, >> >> I commited a small prototype (basic foundation to work together) for >> the JCR mapping framework. See in the jcr-mapping subproject. >> >> Currently, it works like this : >> * There is a converter class/cms object registered in a config file >> (see a example in jcr-mapping\src\conf\convertertest\converters.xml). >> This config file is very simple for this prototype. >> * A simple converter class can be found in >> org.apache.portals.graffito.jcr.testconverter. >> * It is possible to use custom JCR nodetypes or unstructured nodes. >> This prototype is based on a node type called "graffito:folder" >> * Check the >> jcr-mapping/src/test/org/apache/portals/graffito/jcr/session/impl/JcrSessionTest.java >> >> <cid:[EMAIL PROTECTED]>to get more info >> >> What about the next step ? I think the following steps should be >> interesting : >> * Add search capabilities >> * More unit tests >> * Build a more generic converter class. I'm thinking about a more >> advanced config file. Something like : >> >> <converters> <converter class="org.mycmsframework.Folder" >> converterClass="org.apache.portals.graffito.jcr.converter.GenericConverter" >> nodetype="graffito:folder" > >> <attributes> >> <attribute name="description" /> >> <propertyNode name="graffito:description" /> >> </attribute> >> <attributes> >> .... >> <!-- add associations here --> <converter> >> </converters> >> >> * Any volonteer to continue this work ? Again, the code is still a > > yes, I would like to create a bean converter class at the weekend. > > Regards, > > Sandro > >> *prototype* and you are welcome to send us patches, comments, new >> enhancements, ... I'm going to create a new component in JIRA. > > >> >> Thanks, >> Christophe >> >> > >
