Hi, I believe an earlier version of the framework supported storing entities as JAXB marshalled XML (presumably in ordinary files on disk). I have a data model which contains approx 15 entity classes, with a typical quantity of associations and constraints amongst them. The model instances are stored as JAXB marshalled XML files, and are hand edited. I was thinking of using this framework to provide a simple UI to create/edit instances of the data model, but wanted to keep the data store as JAXB marshalled XML files if that is possible. Would that be possible with the current framework implementation ?
Thanks Andrew
