Use Hibernate and Ibatis in the same application
- by Humberto Quintana
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?.