Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 84788 invoked from network); 26 Oct 2005 21:51:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Oct 2005 21:51:22 -0000 Received: (qmail 64342 invoked by uid 500); 26 Oct 2005 21:51:18 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 64273 invoked by uid 500); 26 Oct 2005 21:51:18 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 64262 invoked by uid 99); 26 Oct 2005 21:51:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2005 14:51:18 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [68.230.240.38] (HELO eastrmmtao01.cox.net) (68.230.240.38) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2005 14:51:15 -0700 Received: from [192.168.0.100] (really [70.179.64.83]) by eastrmmtao01.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051026215026.ZOVN13165.eastrmmtao01.cox.net@[192.168.0.100]> for ; Wed, 26 Oct 2005 17:50:26 -0400 Message-ID: <435FFA3F.5080204@reverycodes.com> Date: Wed, 26 Oct 2005 17:50:55 -0400 From: Vadim Gritsenko User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Super-easy SQL/Form integration for simple CRUD applications References: <43595E46.5090005@apache.org> In-Reply-To: <43595E46.5090005@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sylvain Wallez wrote: > Just in time before the code freeze deadline, I committed an additional > sample for CForms [1], which shows how, using JDBI [2] and the > Collection wrappers for container widgets and repeaters [3] and a few > conventions, writing simple CRUD applications with Cocoon is a breeze. A > simple flowscript, a form definition and a few templates and you're done. > > No Java classes, no binding file, no O/R mapping tool! How long till form definitions and templates are generated out of db schema? ;-) Vadim