Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 19565 invoked from network); 2 Sep 2004 23:16:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Sep 2004 23:16:34 -0000 Received: (qmail 17041 invoked by uid 500); 2 Sep 2004 23:16:15 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 17014 invoked by uid 500); 2 Sep 2004 23:16:15 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 17001 invoked by uid 99); 2 Sep 2004 23:16:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [211.29.132.190] (HELO mail09.syd.optusnet.com.au) (211.29.132.190) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Sep 2004 16:16:14 -0700 Received: from terosaprime.bpa.nu (c211-30-112-38.carlnfd2.nsw.optusnet.com.au [211.30.112.38]) by mail09.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id i82NG8bg008578 for ; Fri, 3 Sep 2004 09:16:10 +1000 Received: from Neb.objectpositive.com (unknown [192.168.4.143]) by terosaprime.bpa.nu (Postfix) with ESMTP id 3EFF75C12E for ; Thu, 2 Sep 2004 21:13:28 +1000 (EST) Message-Id: <6.1.2.0.2.20040902211937.0e32cf68@192.168.4.1> X-Sender: langdons@192.168.4.1 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Thu, 02 Sep 2004 21:25:59 +1000 To: Struts Users Mailing List From: Langdon Stevenson Subject: Re: Hibernate VS ibatis, which is better? In-Reply-To: <20049271715.550902@PC15> References: <003301c49075$52a6e820$5c76b4ca@struts> <20049271715.550902@PC15> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N >As it stands today, a team has three major choices in data access libraries: > > 1. Roll your own persistence layer using the stock data access libraries (JDBC) > > 2. Use an Object-Relational-Modeling (ORM) Tool, like Hibernate or Apache OJB or Sun's JDO > > 3. Use a Data Mapper framework, like iBATIS Nice summary thanks Ted. I chose to go with Hibernate for my project (which fits the ORM category above perfectly) and am very happy with it so far. Relatively short learning curve (even for a Java/Struts newbie like me). After slugging it out with log4j, and the Struts validator, it was a piece of cake to implement. I am only doing simple stuff with it at the moment, but have no complaints (just wish that it had been around 8 years ago!). Langdon --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org