Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 59055 invoked by uid 500); 13 Aug 2003 20:01:26 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 59042 invoked from network); 13 Aug 2003 20:01:26 -0000 Received: from saturn.opentools.org (HELO www.princetongames.org) (66.250.40.202) by daedalus.apache.org with SMTP; 13 Aug 2003 20:01:26 -0000 Received: from localhost (ammulder@localhost) by www.princetongames.org (8.11.6/8.11.6) with ESMTP id h7DLYBl31951 for ; Wed, 13 Aug 2003 17:34:11 -0400 X-Authentication-Warning: www.princetongames.org: ammulder owned process doing -bs Date: Wed, 13 Aug 2003 17:34:11 -0400 (EDT) From: Aaron Mulder X-X-Sender: ammulder@www.princetongames.org To: geronimo-dev@incubator.apache.org Subject: RE: JSR-88 Deployment API In-Reply-To: <20030813193141.80099.qmail@web11006.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Let's start with EJB, since that's what the server is working towards supporting at the moment. The tags under "enterprise-beans" are probably the place to start. We should think about how we want to tie DDBeans to XPaths. Aaron On Wed, 13 Aug 2003, Chris Opacki wrote: > So was have some deployable objects to implement > including DDBeans > and ConfigBeans. > They are EAR,JAR,WAR and RAR. If I'm missing > any..please add them to the list. > > > Do we want to list all of the DD tags we need to > implement beans for first? > > Do we want to each take a spec to find which tags we > need to implement? > > Do we want to order them by importance? > > Anything we want to do before we implement these (I > don't think that > implementing these will require the detail as the rest > of the Deployment implementation)?