I would use Ibatis or Hibrenate as a DAO, not both.

iBatis lets you use any SQL(corelated self join, sooner or later you will need to do a trick or tune performance), which is why I have been using it with much success; and I teach Struts with it, and there are other Struts/iBatis resources. It is ER based.

Hibrenate used to be more popular before iBatis and it is more OR (which I make a minus since I work with "rows of columns", for example with DisplayTag).

Either will server you very well, they are both great.

(bad things IMO are JDO, EJB, JDBC)

.V

David Erickson wrote:
We're needing to roll out DAO and ORM in our webapp... been evaluating
hibernate and it looks awesome, but we'd like to insulate our app from that,
has anyone tried using iBatis' DAO layer then plugging hibernate underneath
that?
-David



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to