Sandro, I'm going to merge your code into mine. I'm starting with the Mapping Component & the Persistence Manager. I will create each time an interface component & a default implementation.
Here is my first question for the persistence Manager. why the method insert(object) doesn't have a uri for the path ? eg. public String insert(String path, Object object) Christophe
