On 10/6/06, Ivo Limmen <[EMAIL PROTECTED]> wrote:
iBATIS is only a small helper tool that will help you to map objects to the database. This requires a lot of code to write. If you use Hibernate you can write the mapping and generate your beans. Hibernate does however require some practice, it has a steep learning curve.
I have to disagree. :-) Remember, iBATIS is *not* an ORM tool. It does not map your database to your object model. IMO, this is a good thing: Database design and object model design have different goals, so a tool that makes it possible to more flexibly map data to objects adds a great deal of value. Larry --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]