One quick detail that I recall here. I'd once wondered: why do we have both a JavaBeansDB and JAXBDB?, since, as Raymond said both can use the same transformers to convert to/from XML. One difference I realized, though, is the copy() implementation: the JavaBeans copy uses Java serialization or cloning instead of XML marshalling/unmarshalling.
Maybe that helps provide some context? Scott
