Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 81571 invoked by uid 500); 14 Aug 2003 02:23:02 -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 81557 invoked from network); 14 Aug 2003 02:23:02 -0000 Received: from saturn.opentools.org (HELO www.princetongames.org) (66.250.40.202) by daedalus.apache.org with SMTP; 14 Aug 2003 02:23:02 -0000 Received: from localhost (ammulder@localhost) by www.princetongames.org (8.11.6/8.11.6) with ESMTP id h7E3tvu00726 for ; Wed, 13 Aug 2003 23:55:58 -0400 X-Authentication-Warning: www.princetongames.org: ammulder owned process doing -bs Date: Wed, 13 Aug 2003 23:55:57 -0400 (EDT) From: Aaron Mulder X-X-Sender: ammulder@www.princetongames.org To: geronimo-dev@incubator.apache.org Subject: Re: [JSR-88] Which Java Package? In-Reply-To: <3F3AF000.7050805@jonandkerry.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 I'm fine with .server and .tool, but I don't think .common is necessarily right for the other stuff. I guess by "the other stuff", I'm thinking of any kind of "back end logic" responsible for doing stuff on the server side, that won't be exposed to the client. Just saying that though makes me think that perhaps ".server" doesn't mean what we want it to mean. Perhaps they should be .enterprise.deploy.provider // the JSR-88 provider code .enterprise.deploy.tool // the JSR-88 tool code .enterprise.deploy.server // the back-end Geronimo logic that // is not specific to JSR-88 My only concern is that if we have any subpackages, a 7-part package name is kind of gross. Aaron On Wed, 13 Aug 2003, Jonathan Duty wrote: > How about > > geronimo.enterprise.deploy.common > geronimo.enterprise.deploy.server > geronimo.enterprise.deploy.tool > > Let me know if I'm totally not understanding things (which could very > well be). ~Jonathan