Re: iBATIS Survey (10 Minutes)

2007-07-07 Thread Saeed Iqbal
done On 7/7/07, Clinton Begin <[EMAIL PROTECTED]> wrote: Hi everyone, I've put together a simple survey to help us set the direction for future versions of iBATIS. Please fill it out to ensure that iBATIS remains or becomes the product you want. It should only take 10 minutes to fill out. T

iBATIS Survey (10 Minutes)

2007-07-07 Thread Clinton Begin
Hi everyone, I've put together a simple survey to help us set the direction for future versions of iBATIS. Please fill it out to ensure that iBATIS remains or becomes the product you want. It should only take 10 minutes to fill out. The results are not displayed, but I will publish a summary o

Re: Which to choose : iBatis or Hibernate

2007-07-07 Thread zhlu
As a more general recommendation, I'd say: If the database for your application already exists, then use iBATIS. If you get to create it from scratch, use Hibernate. I agree with that. But remember, no company in the world that doesn’t have a database in way or another, legacy or modem. iBatis

Re: Which to choose : iBatis or Hibernate

2007-07-07 Thread Clinton Begin
I should be the most biased person right? ;-) Maybe not is my assumption right. Does Hibernate have namespace support like in iBatis. Well...yes. Possibly better. Hibernate simply uses the package structure in which you place the XML files as the namespace (just like a class), because