netsql a écrit :
So are you saying Hibreante for big complex or iBatis for big complex?
I don't know about iBatis, but Hibernate is definitely for medium to big projects. The real "complexity" of Hibernate is in its configuration (there is more or less one Java class for each table in your DBRMS, with one XML configuration file, and a "global" config file to describe general behaviour). After that, using Hibernate is quite easy really.
-- Stéphane Zuckerman --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]