Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 24676 invoked by uid 500); 13 Mar 2003 20:27:57 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 24663 invoked from network); 13 Mar 2003 20:27:56 -0000 Received: from pop015pub.verizon.net (HELO pop015.verizon.net) (206.46.170.172) by daedalus.apache.org with SMTP; 13 Mar 2003 20:27:56 -0000 Received: from verizon.net ([4.47.133.0]) by pop015.verizon.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20030313202801.XQAG14460.pop015.verizon.net@verizon.net> for ; Thu, 13 Mar 2003 14:28:01 -0600 Message-ID: <3E70E9D2.4000106@verizon.net> Date: Thu, 13 Mar 2003 12:28:02 -0800 From: Christopher Oliver Reply-To: coliver@apache.org User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cocoon-dev@xml.apache.org Subject: Java PetStore sample Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop015.verizon.net from [4.47.133.0] at Thu, 13 Mar 2003 14:28:01 -0600 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I've made a first cut at implementing the Java PetStore example application using Cocoon. I started by converting the Ibatis PetStore (https://sourceforge.net/projects/ibatisjpetstore) which is struts-based to use the Cocoon flow layer (and converted its jsp's to velocity templates). I could use some help with this, since I'm not a Cocoon expert. I've placed a snapshot here: http://www.primaryinterface.com/cocoon/petstore/ Eventually, I'd like to add this to the flow samples, but in the meantime if anyone is interested in helping, let me know and I'll check it into the scratchpad. (Unfortunately the scratchpad samples are still broken though). Right now the flow scripts directly talk to a database. But I'd like to try attaching different back-ends. And the views are all velocity templates, but I'd like to also try using XMLForm and/or Xsp's. Regards, Chris