Return-Path: Delivered-To: apmail-db-commons-user-archive@www.apache.org Received: (qmail 7430 invoked from network); 20 Apr 2004 22:09:47 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Apr 2004 22:09:47 -0000 Received: (qmail 32084 invoked by uid 500); 20 Apr 2004 22:09:29 -0000 Delivered-To: apmail-db-commons-user-archive@db.apache.org Received: (qmail 32050 invoked by uid 500); 20 Apr 2004 22:09:28 -0000 Mailing-List: contact commons-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: list-id: "DB Commons Users List" reply-to: "DB Commons Users List" Delivered-To: mailing list commons-user@db.apache.org Received: (qmail 32002 invoked from network); 20 Apr 2004 22:09:28 -0000 Received: from unknown (HELO mail24-res-R.bigfish.com) (63.161.60.61) by daedalus.apache.org with SMTP; 20 Apr 2004 22:09:28 -0000 Received: from mail24-res.bigfish.com (localhost.localdomain [127.0.0.1]) by mail24-res-R.bigfish.com (Postfix) with ESMTP id 0F2AF2A02B3 for ; Tue, 20 Apr 2004 22:09:35 +0000 (UCT) Received: by mail24-res (MessageSwitch) id 108249897533602_18305; Tue, 20 Apr 2004 22:09:35 +0000 (UCT) Received: from smtpgw5.sprintspectrum.com (smtpgw5.sprintspectrum.com [207.40.188.13]) by mail24-res.bigfish.com (Postfix) with ESMTP id C78D32A0262 for ; Tue, 20 Apr 2004 22:09:34 +0000 (UCT) Received: from mailhost.sprintspectrum.com (smtpgw8.it.sprintspectrum.com [207.40.65.56]) by smtpgw5.sprintspectrum.com (8.12.10/8.12.8) with ESMTP id i3KM9YaY008701 for ; Tue, 20 Apr 2004 17:09:34 -0500 (CDT) Received: from PKDWG01A.ad.sprint.com (PKDWG01A.corp.sprint.com [10.185.12.78]) by mailhost.sprintspectrum.com (Switch-2.2.8/Switch-2.2.8) with ESMTP id i3KM9YO06211 for ; Tue, 20 Apr 2004 17:09:34 -0500 (CDT) Received: from pdawb04c.ad.sprint.com ([10.184.134.36]) by PKDWG01A.ad.sprint.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 20 Apr 2004 17:09:20 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Newbie qs Date: Tue, 20 Apr 2004 17:09:33 -0500 Message-ID: <23316DCF435F8D4BBFBFCD9B9C8647C705793EC0@PDAWB04C.ad.sprint.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Newbie qs Thread-Index: AcQnItC9ZnfflSn4Q7KC7pQ63Bp6TAAAO3kw From: "Philip, Anil [ITS]" To: "DB Commons Users List" X-OriginalArrivalTime: 20 Apr 2004 22:09:20.0685 (UTC) FILETIME=[21752DD0:01C42724] X-BigFish: vc X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Brian, Thanks a lot for the links - somehow, I could not find anything from here: http://db.apache.org/commons/index.html I am simply looking for a library to connect to Oracle, (with connection pooling ability) that is easy to use but performs decently... thanks, Anil Philip EWS, Sprint (PCS) phone: (913) 794 5682 jabber id: AnilPhilip01@jabber10.dev.sprint.com -----Original Message----- From: Brian McCallister [mailto:brianm@apache.org]=20 Sent: Tuesday, April 20, 2004 5:00 PM To: DB Commons Users List Subject: Re: Newbie qs In Apache: If you need full object/relational mapping OJB or Torque are good=20 options. If most of your data is tabular and you want to work with it=20 that way, Jakarta commons-dbutils works pretty well. http://db.apache.org/ojb/ http://db.apache.org/torque/ http://jakarta.apache.org/commons/dbutils/ Both OJB and Torque use connection pooling -- I think commons-dbutils=20 requires that you manage your own connections, I think. Outside of Apache: Hibernate, iBatis, TJDO, Cayenne, and Spring DAO all work pretty well.=20 iBatis is particularly nice if you want O/R mapping and still want to=20 be able to specify your own SQL. -Brian On Apr 20, 2004, at 5:45 PM, Philip, Anil [ITS] wrote: > > > Hi, > I am looking for an easy to use but efficient library class(es) to > connect to the database - especially with connection pooling. Can=20 > anyone direct me to examples, downloads, documentation etc? > > thanks, > Anil Philip > EWS, Sprint (PCS) > Overland Park, KS