2005/8/27, Sandro Böhme <[EMAIL PROTECTED]>: > Hello Christophe, > > >Here is my first question for the persistence Manager. > >why the method insert(object) doesn't have a uri for the path ? > because I think, that the user does not care about the path > in easy cases. This is why I would make a default path configurable. > But if the user want to map nodes distributed all over the > repository to objects, you are right, a path should be defined > in the insert method and other methods. >
> >Component & the Persistence Manager. I will create each time an > >interface component & a default implementation. > Do you expect more than one implementation for the persistence manager and > the mapping component? PersistenceManager : no Mapping component : if you want to show us your implementation, you are welcome. > Of course for the node type registration we need some kind of abstraction > because it is not part of the specification. > > BTW: I've not much time for the project at the moment. no problem > > Regards, > > Sandro > > > > > Christophe Lombart wrote: > > >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 > > > > > > > > > >
