Hi, I finally managed to browse folders of my Jcr-Repository through Shane's Cmis-Client and the Chemstry-Atompub.
In order to achieve this, I had to map the jcr node property-names (propertyDefinition.getName()) into cmis property-names (org.apache.chemistry.Property.*). Now I would like to implement some generic mapping layer for this. What would be the most elegant way? Creating a static method with a hashmap? Best, Michael
