We are one project team, but with two separate codebases. They are hand coded (not generated) with about 50% of the team resources dedicated to each.
The C# version has some additional features not yet implemented in the Java version, including subclass support and CRUD generation.
The Java version has join mapping to solve the N+1 selects problem for M:N relationships.
Both projects are very much alive!
Cheers,
Clinton
On 4/18/05, Maxime Levesque <[EMAIL PROTECTED]> wrote:
I'm looking for an O2R framework for a c# .NET project.
It looks like iBatis could be a good choice, however, I was a bit concerned that
The c# version was lagging behind the java version (v1.0.1, vs v2.0.9).
Are both version on separate code bases or is the c# version generated from
the Java and then manually corrected every now and then ?
Thanks