...and by doing that lose all of the performance, type safety, context and compatibility of a proper domain model. While you're at it, why not dispense with all other best practices as well.
Cheers, ;-)
Clinton
On 3/13/06, netsql <[EMAIL PROTECTED]> wrote:
You can do that and more including losly coupled by using a HashMap as
return type (return ArrayList of Maps from iBatis ) like I do. No more
out of sync beans.
.V
Paul Carr wrote:
>
> Ideally I'd like all my DAO interfaces to extend a BaseDAO
> and all my
> value objects to extend a BaseValueObject automatically as
> abator
> creates them ???
>
>
