Return-Path: Delivered-To: apmail-incubator-ibatis-user-java-archive@www.apache.org Received: (qmail 18827 invoked from network); 17 Mar 2005 18:37:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Mar 2005 18:37:09 -0000 Received: (qmail 67316 invoked by uid 500); 17 Mar 2005 18:37:08 -0000 Delivered-To: apmail-incubator-ibatis-user-java-archive@incubator.apache.org Received: (qmail 67105 invoked by uid 500); 17 Mar 2005 18:37:08 -0000 Mailing-List: contact ibatis-user-java-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: ibatis-user-java@incubator.apache.org List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list ibatis-user-java@incubator.apache.org Received: (qmail 67081 invoked by uid 99); 17 Mar 2005 18:37:07 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of clinton.begin@gmail.com designates 64.233.184.197 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.197) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 17 Mar 2005 10:37:07 -0800 Received: by wproxy.gmail.com with SMTP id 50so3354554wri for ; Thu, 17 Mar 2005 10:37:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=KUIE23msdEdBVRDY1PhMgZtof/4X2ES+TZ3JyUnFD0OCxLS42MmP/1YujDFTtT3Q7G4hpGupb2HyjGixdumJ4Fke0+fAFM7cA8FnACgbs+HhRFtrk6FFn/aptPII91X4KM1LaEcKJFS1TdJLVN+3wzlTWrVYroLmCZSdj7es/Dk= Received: by 10.54.76.14 with SMTP id y14mr2186929wra; Thu, 17 Mar 2005 10:37:05 -0800 (PST) Received: by 10.54.33.78 with HTTP; Thu, 17 Mar 2005 10:37:05 -0800 (PST) Message-ID: <16178eb1050317103712c9c965@mail.gmail.com> Date: Thu, 17 Mar 2005 11:37:05 -0700 From: Clinton Begin Reply-To: cbegin@ibatis.com To: ibatis-user-java@incubator.apache.org, Brandon Goodin Subject: Re: Ibatis vs Jaxor In-Reply-To: <2fe5ef5b05031710323c270e00@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <373399D6389D8C42B4EAD9BE2B6B5C5F024A153A@tormail01.cihi.ca> <2fe5ef5b05031710323c270e00@mail.gmail.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N It's actually a code generator, much like Torque. So perhaps even comparing it to Hibernate would not be appropriate. Clinton On Thu, 17 Mar 2005 11:32:07 -0700, Brandon Goodin wrote: > Jaxor still funcitons with the mindset of mapping table -> objects and > querying the mappings. IBatis maps SQL to objects not Tables to > Objects. Also, i am very suspect of their sql support. I'm not certain > it is true SQL. It looks as though it may use SQL constructs yet it is > not the actual sql that reaches your database. I may be wrong. Also, > jaxor does not abstract it's sql from the java class. It only > abstracts the mapping to entity objects from the java class. > > That's just a quick overview of what i saw. I'd be interested to hear > what others have to say. > > Brandon > > > On Thu, 17 Mar 2005 13:19:22 -0500, Jason Hall wrote: > > > > > > Hi, > > > > I was just reading up on Jaxor, similar to ibatis using a xml mapping > > technique and traditional SQL queries. > > But it provides more, like "unit of work", identity, etc. It seems > > intrieging. What's significantly better in ibatis than Jaxor? > > > > > > Thanks:) > > > > Jason Hall >