Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 34051 invoked from network); 3 Nov 2000 11:24:45 -0000 Received: from ns.donpac.ru (HELO donpac.ru) (195.161.172.254) by locus.apache.org with SMTP; 3 Nov 2000 11:24:45 -0000 Received: from www.r-style.donpac.ru (rstyle-ATS52.donpac.ru [195.161.173.143]) by donpac.ru (8.9.1/8.9.1/cae1.1.0.4) with ESMTP id OAA05359 for ; Fri, 3 Nov 2000 14:24:28 GMT Received: from veles.r-style.donpac.ru (veles [192.168.1.22]) by www.r-style.donpac.ru with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id WFKADT6X; Fri, 3 Nov 2000 15:23:14 +0300 Received: (from naumov@localhost) by veles.r-style.donpac.ru (8.9.3/8.9.3) id OAA13587 for cocoon-users@xml.apache.org; Fri, 3 Nov 2000 14:24:34 +0300 Date: Fri, 3 Nov 2000 14:24:28 +0300 From: "Sergei O . Naumov" To: cocoon-users@xml.apache.org Subject: Re: Help! connecting to a database Message-ID: <20001103142428.C10646@veles.r-style.donpac.ru> Reply-To: naumov@r-style.donpac.ru References: <3A029448.41E2E1E0@anyware-tech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: =?KOI8-R?Q?=3C3A029448=2E41E2E1E0=40anyware-tech=2Ecom=3E=3B_from_sylvai?= =?KOI8-R?Q?n=2Ewallez=40anyware-tech=2Ecom_on_=F0=D4=CE=2C_=EE=CF=D1_03?= =?KOI8-R?Q?=2C_2000_at_13:32:40_+0300?= X-Mailer: Balsa 0.8.1 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N �� ���, 03 ��� 2000 13:32:40 Sylvain Wallez �������: > Cocoon's builtin esql taglib will satisfy your need : connection > pooling, SQL to XML transformation et al. Ok. But there is something I do not quite catch. In cocoon.properties I configure Turbine to connect to a Db which it does on the start-up. But I do not want to directly transform SQL to XML because I also need to process the database output BEFORE it gets transformed into XML. So, I wouldn't use SQL taglib but rather access a db from Java and put this code into an XSP library. Can I do that? I read somewhere that connection pooling is only supported for SQL taglibs. Thanks, Sergei