Return-Path: Delivered-To: apmail-incubator-beehive-user-archive@www.apache.org Received: (qmail 80269 invoked from network); 18 Aug 2004 14:18:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Aug 2004 14:18:24 -0000 Received: (qmail 56836 invoked by uid 500); 18 Aug 2004 14:17:31 -0000 Delivered-To: apmail-incubator-beehive-user-archive@incubator.apache.org Received: (qmail 56690 invoked by uid 500); 18 Aug 2004 14:17:28 -0000 Mailing-List: contact beehive-user-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: list-id: beehive-user.incubator.apache.org Reply-To: "Beehive Users" Delivered-To: mailing list beehive-user@incubator.apache.org Received: (qmail 56543 invoked by uid 99); 18 Aug 2004 14:17:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [63.96.162.5] (HELO ussjmh01.bea.com) (63.96.162.5) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 18 Aug 2004 07:17:24 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [172.16.120.57]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id i7IEHKZZ003488; Wed, 18 Aug 2004 07:17:22 -0700 Received: from USBOEX01.amer.bea.com ([10.36.32.15]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 18 Aug 2004 07:17:21 -0700 Received: from [10.36.35.227] ([10.36.35.227]) by USBOEX01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 18 Aug 2004 08:17:21 -0600 Message-ID: <412364EF.7030809@bea.com> Date: Wed, 18 Aug 2004 08:17:19 -0600 From: "Eddie O'Neil" User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Beehive Developers CC: Beehive Users Subject: jpetstore sample appliation Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Aug 2004 14:17:21.0010 (UTC) FILETIME=[132FB520:01C4852E] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N All-- One of the things that is in the works is a version of the classic Petstore webapp that demonstrates some Beehive features including: - Custom Controls used to implement business services - The Page Flow programming model - nesting - webapp security integration - page flow scoped forms - shared flow (webapp-level flow controller) - page inputs - declarative (JSR 175 metadata) validation - The NetUI JSP tags - general tag features (forms, use of JSTL, etc) - data binding using JSP 2.0 EL - using the template tags to do site layout - internationalization using the "bundle" data binding context - editing data sets using the tag - Using XMLBeans with controls and Page Flows The plan is to check this into the SVN and make it part of the Beehive tree. Hopefully, this will help by providing some examples of the Beehive functionality. Since this is happening in my spare time, I'd guess that it will be ready to checkin in the next three weeks. But, an end-to-end sample is coming. Eddie