From dev-return-37712-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Mon Apr 04 09:45:03 2011 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 12154 invoked from network); 4 Apr 2011 09:45:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Apr 2011 09:45:03 -0000 Received: (qmail 33289 invoked by uid 500); 4 Apr 2011 09:45:02 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 32480 invoked by uid 500); 4 Apr 2011 09:44:40 -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 32469 invoked by uid 99); 4 Apr 2011 09:44:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Apr 2011 09:44:38 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.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, 04 Apr 2011 09:44:29 +0000 Received: by wyb33 with SMTP id 33so5363280wyb.37 for ; Mon, 04 Apr 2011 02:44:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:reply-to:user-agent :mime-version:to:subject:content-type:content-transfer-encoding; bh=Fqvqp50SF1HY9ipo4Si52tg8wdwuGO0FD4iW0WEHfD0=; b=WiUvsP5zp99jyr/g8Z6WDsxkjQLvnwR5OXO5ssI9tUmY7r17aqSp6ovd0ruwIIhbKp LMSE+FTKrSp0gF/CUNvf/0sY4ckfYQ1jXnRao8ahUjXH5WJL2KwMgiJFpJpJaI39cgwc icRewqkcgXFdV8Ow9hu0o9Zq08gh7a4zU1UEw= 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 :content-type:content-transfer-encoding; b=jvOeCieGwPJtmNj0VheMO6yv0K1dow/ApKAtgfnXmrqEHvYzqyAINJUWvkiQxcjrpv 66mSyagMRR1A6Fv8iCKAagc62OcDIwz6SuKEckuYkGerF/9G6kl0NLA4m67ITyDclB63 X8Eudps2hj+9rUlDoge5pF58HYjotjshvVcD8= Received: by 10.216.244.71 with SMTP id l49mr3721850wer.13.1301910249493; Mon, 04 Apr 2011 02:44:09 -0700 (PDT) Received: from emmanuel-lecharnys-MacBook-Pro.local (ran75-1-78-192-106-184.fbxo.proxad.net [78.192.106.184]) by mx.google.com with ESMTPS id n2sm2163085wej.46.2011.04.04.02.44.07 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 Apr 2011 02:44:07 -0700 (PDT) Message-ID: <4D9992E1.6040104@gmail.com> Date: Mon, 04 Apr 2011 11:44:01 +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.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: Apache Directory Developers List Subject: API heads up Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi guys, I'm now finishing the Attribute and Entry cleanup. Most of it is already done : * EntryAttribute has been renamed to Attribute * Some methods have been removed, as they were not really useful. The idea was to keep it as simple as possible * The Entry class has also been cleaned up, I still have to review the Javadoc * The Attribute and Entry documentation on the wiki is on its way. I still have to see if we should add some way to create an Entry and an attribute from a Ldif value. Currently, this is done with an helper class (LdifUtils.createEntry(...)) but it's not really convenient IMO. Any thoughts ? -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com