A follow-up : I suggest though that we both still stick to running all the tests against both ORM persistence managers. Running all the tests is an important guarantee of quality for these implementations, and I'd like to make sure we are "as good as" the default persistence managers (over time of course), provided we have the required time to "catch up" :)
Regards, Serge ...
Edgar Poce wrote:
Hi serge
I'm making major changes in the OJB PM in order to improve performance. I'm trying to remove all the ORM specific objects.
OJB uses transparent persistence: Persistent classes don't have to inherit from a persistent base class or to implement an interface, so I'm using the OJB features to persist the jackrabbit objects directly to the database. Instead of ORM objects I'm using OJB specific features like RowReader and FieldConversion. I think this improvement would tackle most of the "unnecesary complexity issue".
So, you can focus on the hibernate while I work on OJB, WDYT?.
regards edgar
