Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 26597 invoked from network); 14 Jun 2009 22:05:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jun 2009 22:05:58 -0000 Received: (qmail 49720 invoked by uid 500); 14 Jun 2009 22:06:08 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 49664 invoked by uid 500); 14 Jun 2009 22:06:08 -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 49654 invoked by uid 99); 14 Jun 2009 22:06:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jun 2009 22:06:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.189.248.32] (HELO mail.sexingtechnologies.com) (209.189.248.32) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jun 2009 22:05:59 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.sexingtechnologies.com (Postfix) with ESMTP id 3401A6E8007 for ; Sun, 14 Jun 2009 17:15:28 -0500 (CDT) X-Virus-Scanned: amavisd-new at X-Spam-Score: -2.823 X-Spam-Level: Received: from mail.sexingtechnologies.com ([127.0.0.1]) by localhost (mail.sexingtechnologies.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4+ceuf0Wpfhf for ; Sun, 14 Jun 2009 17:15:23 -0500 (CDT) Received: from mail.sexingtechnologies.com (mail.sexingtechnologies.com [209.189.248.32]) by mail.sexingtechnologies.com (Postfix) with ESMTP id 93AAB6E8006 for ; Sun, 14 Jun 2009 17:15:23 -0500 (CDT) Date: Sun, 14 Jun 2009 17:15:23 -0500 (CDT) From: David Brown To: user-java@ibatis.apache.org Message-ID: <2139458642.936761245017723509.JavaMail.root@mail> Subject: SimpleDataSource type a house-of-cards? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [208.240.64.5] X-Mailer: Zimbra 5.0.7_GA_2444.RHEL5_64 (ZimbraWebClient - FF3.0 (Win)/5.0.7_GA_2444.RHEL5_64) X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: NO X-Old-Spam-Status: No, score=-2.823 tagged_above=-10 required=6.6 tests=[AWL=-0.324, BAYES_00=-2.599, RDNS_NONE=0.1] Hello IBatis java users, I have read through the SQL Maps PDF and at the very bottom of the document there is fairly strong language the the SimpleDataSource is what-it-is: Simple. I.E. not to be used in a heavy transaction enterprise web app. I gooled this issue and some indefinite answers hovering around substituing DBCP but even this was not convincing. I have know about DBCP for some years but never have I used this technology. And, I'm not in a position to use something like Weblogic as the last gig I was on was all Weblogic and a nightmare to configure. I am using the AppFuse: wicket-spring-ibatis-mysql framework and it is proving to be very promising. Notwithstanding, I would just like to know if anyone can say the SimpleDataSource can bring the house-of-cards tumbling down? What are the reasonable ORM commercial alternatives to the SimpleDataSource type? Please advise, David.