[OT] iBatis DAO + Hibernate?

2003-12-16 Thread Hookom, Jacob
It seems kind of moot to use iBatis DAO over Hibernate. You are better off rolling out something to the tune of Sun's DAO spec. We use the DAO with the same kind of behavior as iBatis. Depending on the app, we will make additional methods on the DAO that are specific to the use-case or you can

Re: [OT] iBatis DAO + Hibernate?

2003-12-16 Thread David Erickson
- From: Hookom, Jacob [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 9:38 AM Subject: [OT] iBatis DAO + Hibernate? It seems kind of moot to use iBatis DAO over Hibernate. You are better off rolling out something to the tune of Sun's DAO spec