I'd steer away from ibatis vs hibernate debates, both with do what you need. Take a look at spring and read up on its dao support, there are a lot of examples and spring in action is a great little book.
This will give you a strutured way of trying out or even changing ORM (or plain JDBC) with relatively little work. Mark On Apr 2, 2005 3:31 PM, Larry Meadors <[EMAIL PROTECTED]> wrote: > When I started with iBATIS, it took less than an afternoon to get it working > in my application (that was using hibernate at the time, but an older > version that was *really* bad) and I have never once considered going back > to Hibernate. > > My suggestion is that if the database is an enterprise DB, shared by other > applications that you should use iBATIS. If it is incidental (i.e., just a > place to store this application's data) then using Hibernate may be OK...but > not for me. :-) > > Larry > > On Mar 18, 2005 3:20 PM, Ken Robinson <[EMAIL PROTECTED]> wrote: > > > > I don't know about iBatis, but I was able to get Hibernate up and > > running in about 2 - 3 days, I'm a novice at this as well. I found a > > really great site: > > http://www.laliluna.de/struts-hibernate-integration-tutorial-en.html > > > > > > -----Original Message----- > > From: Milson Cardona [mailto:[EMAIL PROTECTED] > > Sent: Friday, March 18, 2005 3:39 PM > > To: user@struts.apache.org > > Subject: what do you suggest me? iBatis or Hibernate > > > > Hi > > > > I am novice in J2EE. > > > > I have been working with JDBC (SQL statements within of business > > class), but now desire to work with persitence objects. > > > > I know that this are different, Hibernate is then biggest, but iBatis > > have a knowledge curve very short.... > > > > what do you suggest me? iBatis or Hibernate. > > > > thanks > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]