Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 69230 invoked from network); 17 Jun 2007 21:15:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jun 2007 21:15:57 -0000 Received: (qmail 48785 invoked by uid 500); 17 Jun 2007 21:15:57 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 48773 invoked by uid 500); 17 Jun 2007 21:15:57 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 48762 invoked by uid 99); 17 Jun 2007 21:15:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jun 2007 14:15:56 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jun 2007 14:15:51 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1I025r-0007As-5j for user-java@ibatis.apache.org; Sun, 17 Jun 2007 14:15:31 -0700 Message-ID: <11167014.post@talk.nabble.com> Date: Sun, 17 Jun 2007 14:15:31 -0700 (PDT) From: vinays84 To: user-java@ibatis.apache.org Subject: RE: New to iBatis In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: vinays84@hotmail.com References: <11123809.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Thanks for all the replies. I'd like to quickly compare using iBatis vs. Hibernate. I'm not an expert on either, so please correct any false assumptions I make: With Hibernate, the entire data model is mapped out for the application, which can initially take a while and have a lot of configuration, but once complete, will allow the developer to access the update the data model as the application develops with any specific queries that they see fit, without adding any extra POJOS or configuration code. iBatis, on the other hand, is much simpler to set up, but configuration and java code (POJOS and DAOS) will have to be added as more queries are added to the application because each result class will have to be specifically designed for the individual query. Please edit/add anything that you think so I may get a proper understanding of the differences between the two frameworks. Thanks! -- View this message in context: http://www.nabble.com/New-to-iBatis-tf3922862.html#a11167014 Sent from the iBATIS - User - Java mailing list archive at Nabble.com.