views:

52

answers:

1

Preparing a proposal for my team, I have the obvious ones.

Ibatis is retired, no more fixes/enhancements. Hibernate is the de-factor standard. Hibernate has more/better documentation.

What would add or take away from the proposal?

Thanks

A: 

Hibernate is dynamic, generated SQL. If it works for you, great. Some people don't like the SQL they get from Hibernate. iBatis gives you control over the SQL that's used.

Hibernate makes no sense if you don't have a good object model.

I'm not sure I agree that Hibernate is a de-facto standard.

How much more documentation do you need? Is the iBatis documentation sufficient?

Some problems are "done". Maybe iBatis is complete. What features do you think are needed to be added?

duffymo