Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 70215 invoked from network); 18 Nov 2005 15:46:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Nov 2005 15:46:04 -0000 Received: (qmail 16789 invoked by uid 500); 18 Nov 2005 15:45:59 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 16721 invoked by uid 500); 18 Nov 2005 15:45:59 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 16710 invoked by uid 99); 18 Nov 2005 15:45:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2005 07:45:59 -0800 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of tomdzk@gmail.com designates 64.233.182.195 as permitted sender) Received: from [64.233.182.195] (HELO nproxy.gmail.com) (64.233.182.195) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2005 07:47:31 -0800 Received: by nproxy.gmail.com with SMTP id l36so544684nfa for ; Fri, 18 Nov 2005 07:45:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MqdgPG5EDQWm5fbMidXhYwI/mzD9CHdJsxnxz+uU3oEte6K4uOBluRh8qQGy/Xe7jygFkO0VM2n05zTwRYpbtzEB7PPLlBKHJLuscq3RiOumkd1tqNQuWN2CXotNyc2koOB+gk1W5gZeBBY2+7N6l7UNcnh3iKbWZAWXmwCzJxE= Received: by 10.48.225.4 with SMTP id x4mr575190nfg; Fri, 18 Nov 2005 07:45:36 -0800 (PST) Received: by 10.48.250.6 with HTTP; Fri, 18 Nov 2005 07:45:36 -0800 (PST) Message-ID: <224f32340511180745x526afa7amb86a39525b51410a@mail.gmail.com> Date: Fri, 18 Nov 2005 16:45:36 +0100 From: Thomas Dudziak To: Jakarta Commons Developers List Subject: Re: feature addition proposal: disconnected jdbc statement In-Reply-To: <1132328150.2934.50.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1132328150.2934.50.camel@localhost> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 11/18/05, Raffaele Spazzoli wrote: > Hi, > > I've developed a class library to allow use of jdbc statements > (Statement, PreparedStatement, CallableStatement) in a disconnected > environment (i.e. a situation where a jdbc connection is not available). > This library can be thought as the counterpart of the CachedResultSet > class. I believe this library (about 6 classes) could be hosted in the > common-dbutils project. Please let me know if you are interested. This sounds somewhat similar to P6Spy, though with a different intent. Wouldn't it be more useful to write a proxy jdbc driver that is able to forward the requests if a connection is available, or cache the request (possibly blocking the caller) until available ? Tom --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org