hi again, <snip> > ... I was thinking along these lines myself. But I was afraid > that I would > also have to change my field-declarations to 'DList' instead > of 'List'. Glad > that I don't have to :-) > Still have to find a way make the proper factory-object > available in all > places where it needs to be... Right now, my objects are > practically unaware > of there being any persistence-layer and they will have to > somehow get a > reference to the instance of the persistence-provider > abstraction layer. > There can be multiple instances of multiple implementations > at the same time > - 1 to serve XML, 1 to serve DB. Perhaps 2 to serve different > databases, if > I want to compare performance of different databases or O/R mapping > solutions. > When creating an instance of one of my objects I will need to somehow > specify which of the PersistenceProvider instances to choose from for > creating List / Map instances! > > Do I just want too much? ;-)
makes sense for me! > --Tim > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
