Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 63214 invoked from network); 20 Jul 2005 11:40:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jul 2005 11:40:39 -0000 Received: (qmail 31432 invoked by uid 500); 20 Jul 2005 11:40:34 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 31387 invoked by uid 500); 20 Jul 2005 11:40:34 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 31366 invoked by uid 99); 20 Jul 2005 11:40:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2005 04:40:33 -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 [209.233.18.245] (HELO buttons.boynes.com) (209.233.18.245) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2005 04:40:29 -0700 Received: from [192.168.37.199] (unknown [192.168.37.199]) by buttons.boynes.com (Postfix) with ESMTP id A4EB917284 for ; Wed, 20 Jul 2005 04:40:31 -0700 (PDT) Message-ID: <42DE382E.9080308@apache.org> Date: Wed, 20 Jul 2005 04:40:30 -0700 From: Jeremy Boynes User-Agent: Mozilla Thunderbird 1.0.2-1.3.3 (X11/20050513) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Web Console Status References: In-Reply-To: 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 Geir Magnusson Jr. wrote: > 2) Why 4 modules? I would have thought of this as one module that > produces a WAR and we're done... > IIRC there is one module per generated artifact: * a library jar containing support classes * a war for the generic UI framework * a portlet application containing the panels * an ear to bind it all together The library jar can potentially be rolled into the main codebase and the ear is optional which would get you down to two: the UI and the portlets. -- Jeremy