Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 23076 invoked from network); 17 May 2010 22:27:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 May 2010 22:27:32 -0000 Received: (qmail 73406 invoked by uid 500); 17 May 2010 22:27:32 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 73367 invoked by uid 500); 17 May 2010 22:27:32 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 73360 invoked by uid 99); 17 May 2010 22:27:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 May 2010 22:27:32 +0000 X-ASF-Spam-Status: No, hits=-0.3 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of elecharny@gmail.com designates 74.125.82.178 as permitted sender) Received: from [74.125.82.178] (HELO mail-wy0-f178.google.com) (74.125.82.178) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 May 2010 22:27:25 +0000 Received: by wyb40 with SMTP id 40so155333wyb.37 for ; Mon, 17 May 2010 15:27:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=FKLzswI7YXwGdnTV/49w0KjTf54ACWlkxGsubu8h2QQ=; b=APSKg6hQl5DV7dSKJr+IuCg9OPQDAO8VWY+qC4wUWVKIo6Lc0PWhn7G9C1F9P+W0s5 A4A/BIRMrGQEx4frGNBemsTtVCLABBoK20gNCN0nf42e8IQJEKiuXNOfnhsvxcu27OWM FLNlLlNj3QclH82GzCOvaxph6u86BdGenApE8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=IIn8nLTVWoa8MuVv155Gy5va8QVCDFF7/YBeoeqE5FyPMMN8LOfO2qN01G/JXN2FQH dodnyjwDSAuVc696lTg52Y6j1DNuQJTZ375m0dLkBIqseMwLevQbcamFzJDVMJKyUCNB kEBaRfOIFEcjV50cbXAP5L+JHMtKF5FRPmWv0= Received: by 10.227.153.19 with SMTP id i19mr5463080wbw.97.1274135224307; Mon, 17 May 2010 15:27:04 -0700 (PDT) Received: from emmanuel-lecharnys-MacBook-Pro.local (vol75-3-82-66-216-176.fbx.proxad.net [82.66.216.176]) by mx.google.com with ESMTPS id z33sm43653163wbd.13.2010.05.17.15.27.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 17 May 2010 15:27:02 -0700 (PDT) Message-ID: <4BF1C2BC.2010106@gmail.com> Date: Tue, 18 May 2010 00:27:08 +0200 From: Emmanuel Lecharny Reply-To: elecharny@apache.org User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: Merging XDBM modules References: <4BF1B006.4010405@apache.org> In-Reply-To: <4BF1B006.4010405@apache.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit On 5/17/10 11:07 PM, Stefan Seelmann wrote: > Hi dev, > > we have a very deep dependency hierarchy within apacheds: > > jdbm-partition has dependency to > |- xdbm-search has dependency to > |- jdbm-store has test dependency to > |- core-avl has dependency to > |- xdbm-base has dependency to > |- core-api has dependency to > > As far as I know xdbm has been spitted into two separate modules to > decouple it from jdbm but keep the search engine (xdbm-search) testable > using jdbm-store, which is an implementation of xdbm-base. > > Today we have another store implementation, the in-memory AVL store. > This would make it possible to merge xdbm-base and xdbm-search again. A > requirement is to move the AVL store classes from avl-partition to xdbm > and use the AVL store for testing the XDBM search engine. > > The resulting dependency tree then would look like this: > > jdbm-partition > |- jdbm-store > |- xdbm (merged xdbm-search and xdbm-base plus AVL store classes) > |- core-avl > |- core-api > > IMO this step brings lot of advantages: Less modules. Less dependencies. > XDBM gets completely decoupled from JDBM. > > Thoughts? > +1 However, as it may break a lot of things can you do this big change in a branch, then merge it ? Thanks ! -- Regards, Cordialement, Emmanuel L�charny www.nextury.com