Return-Path: Delivered-To: apmail-incubator-beehive-dev-archive@www.apache.org Received: (qmail 75073 invoked from network); 8 Jul 2005 18:33:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jul 2005 18:33:28 -0000 Received: (qmail 8463 invoked by uid 500); 8 Jul 2005 18:33:26 -0000 Delivered-To: apmail-incubator-beehive-dev-archive@incubator.apache.org Received: (qmail 8271 invoked by uid 500); 8 Jul 2005 18:33:25 -0000 Mailing-List: contact beehive-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list beehive-dev@incubator.apache.org Received: (qmail 8258 invoked by uid 99); 8 Jul 2005 18:33:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 11:33:24 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of richfeit@gmail.com designates 64.233.170.203 as permitted sender) Received: from [64.233.170.203] (HELO rproxy.gmail.com) (64.233.170.203) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 11:33:23 -0700 Received: by rproxy.gmail.com with SMTP id z35so430451rne for ; Fri, 08 Jul 2005 11:33:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:x-enigmail-version:x-enigmail-supports:content-type:content-transfer-encoding; b=VIM63dVqGwdED7xT25MRfq28/6/2NU0/Xu6bBrg0LtOPW4TGHjPpdbqgDB1XJ1SsXNCwULH98YVzTMCBGDh1exezLlqmURI3u3YJOT2JrypYePSJGkGkmyh+slx4u3A+46LN4p33WWCduAIm2+HgViqRnzF7i0JXtqAy09J9nFQ= Received: by 10.38.104.28 with SMTP id b28mr2067800rnc; Fri, 08 Jul 2005 11:33:22 -0700 (PDT) Received: from ?10.36.33.149? ([63.96.162.1]) by mx.gmail.com with ESMTP id 73sm1779429rna.2005.07.08.11.33.22; Fri, 08 Jul 2005 11:33:22 -0700 (PDT) Message-ID: <42CEC6EF.4030808@gmail.com> Date: Fri, 08 Jul 2005 12:33:19 -0600 From: Rich Feit User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Beehive Developers Subject: netui-core module X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime 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 Hi all, I'd like to split out org.apache.beehive.netui.core.* into a separate module: "netui-core". This will allow the following string of dependencies: netui-core -> scoping -> util Currently, the order is: util -> scoping Which, in addition to being weird, is limiting for scoping because it can't use any of the basic util classes like Logger, the concurrent-read-map class, etc. Let me know if you have any other thoughts about this. Rich