On 11/2/05, Paul Benedict <[EMAIL PROTECTED]> wrote: > I could use iBATIS and Hibernate side by side, but > that would be an odd combination.
I have to confess that I was involved in a project that did just that. For the love of all that is good and right in the universe, don't do it. It was *that* bad. Two frameworks caching data with different strategies...two frameworks managing transactions differently...two frameworks grabbing and releasing connections. The pain...the pain... Larry