views:

45

answers:

2

I need to write a new app but using some data acces logic from other two app. One uses Hibernate and the other uses iBATIS. Can I use in the same app both, Hibernate and iBATIS?. How?.

Update: Let me reformule my question. Let's forget I will rehuse some DAOs or domain clases. I need to use in the same app, Hibernate and iBATIS. How can I do that? Thanks for your time...

A: 

check appFuse project. it has skeleton implementations for both orms. just combine both of them into the same app. database usually doesn't care what's behind the jdbc driver that accesses it

Boris Pavlović
A: 

--- moved to initial question ---

Humbetro Quintana
I've added this to the initial question. Please delete this answer (as this is not an answer). Thanks.
Pascal Thivent