From commits-return-9484-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Wed Jul 12 00:49:17 2006 Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 38401 invoked from network); 12 Jul 2006 00:49:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2006 00:49:17 -0000 Received: (qmail 24948 invoked by uid 500); 12 Jul 2006 00:49:16 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 24896 invoked by uid 500); 12 Jul 2006 00:49:16 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 24885 invoked by uid 99); 12 Jul 2006 00:49:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 17:49:16 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 17:49:16 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E50211A981A; Tue, 11 Jul 2006 17:48:55 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r421058 - /directory/sandbox/proyal/AsyncWeb-proposal.txt Date: Wed, 12 Jul 2006 00:48:55 -0000 To: commits@directory.apache.org From: proyal@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060712004855.E50211A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: proyal Date: Tue Jul 11 17:48:55 2006 New Revision: 421058 URL: http://svn.apache.org/viewvc?rev=421058&view=rev Log: initial draft of AsyncWeb incubation proposal Added: directory/sandbox/proyal/AsyncWeb-proposal.txt Added: directory/sandbox/proyal/AsyncWeb-proposal.txt URL: http://svn.apache.org/viewvc/directory/sandbox/proyal/AsyncWeb-proposal.txt?rev=421058&view=auto ============================================================================== --- directory/sandbox/proyal/AsyncWeb-proposal.txt (added) +++ directory/sandbox/proyal/AsyncWeb-proposal.txt Tue Jul 11 17:48:55 2006 @@ -0,0 +1,86 @@ +PROJECT PROPOSAL + +AsyncWeb: A non-blocking HTTP engine written in Java + + +RATIONALE + +The Directory MINA sub-project is looking to expand beyond just being a protocol/server construction kit and move towards housing implementations of popular protocols. + +AsyncWeb is a HTTP engine written on top of MINA. By bringing the project to the ASF and co-locating with MINA, it can leverage the community of MINA committers, gain increased visibility, and integration with other ASF projects. + + +INITIAL SOURCE + +The initial source will come from the AsyncWeb project at Safehaus, . + + +RESOURCES TO BE CREATED + + * None. (WIll exist in Directory SVN, and utilize existing MINA mailing lists). + + +CRITERIA + +Meritocracy: + +TODO + +Community: + +TODO + +Core Developers: + +TODO + +Alignment: + +AsyncWeb is closely aligned with MINA, since that is its foundation. + +License: + +AsyncWeb is already licensed under the Apache License 2.0 + + +AVOIDING THE WARNING SIGNS + +Orphaned products: + +AsyncWeb is not currently orphaned, and by joining MINA, hopes to add vitality to the project. + +Inexperience with open source: + +The existing AsyncWeb committers have experience working in open source projects. + +Homogenous developers: + +No two existing committers are from the same company. + +No ties to other Apache products: + +Just a user of MINA. + + +COMMITTERS + +Current Apache Comitters + + * Timothy Bennett + * Dan Diephouse + * Trustin Lee + * Alex Karasulu + +Non-Apache Committers + + * Dave Irving + + +PROPOSED APACHE SPONSOR + + * Directory (on behalf of MINA) + + +CHAMPION + + * Peter Royal \ No newline at end of file