Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 22587 invoked from network); 14 Feb 2011 11:54:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Feb 2011 11:54:24 -0000 Received: (qmail 15672 invoked by uid 500); 14 Feb 2011 11:54:24 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 15477 invoked by uid 500); 14 Feb 2011 11:54:22 -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 15470 invoked by uid 99); 14 Feb 2011 11:54:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Feb 2011 11:54:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Feb 2011 11:54:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7835C1A4759 for ; Mon, 14 Feb 2011 11:53:57 +0000 (UTC) Date: Mon, 14 Feb 2011 11:53:57 +0000 (UTC) From: "Stefan Seelmann (JIRA)" To: dev@directory.apache.org Message-ID: <476494995.14657.1297684437488.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Created: (DIRSHARED-97) Review Package Names MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Review Package Names -------------------- Key: DIRSHARED-97 URL: https://issues.apache.org/jira/browse/DIRSHARED-97 Project: Directory Shared Issue Type: Task Reporter: Stefan Seelmann Fix For: 1.0.0-RC1 The package names should be reviewed. Package names are not consistent and IMHO too long. So here I just put some questions and ideas. Example from ldap-model: org.apache.directory.shared.ldap.model.name.Dn - Do we need the *shared* in package names? I think we can remove it, everything that doesn't start with o.a.d.studio or o.a.d.server in the name is implicitly a 'shared' package. - Should we keep the *model* in package names? While I understand that during refactoring it's easier to see the model packages, it isn't common in other APIs. The result could be: org.apache.directory.ldap.name.Dn Example from ldap-client-api: org.apache.directory.ldap.client.api.LdapConnection - Do we need the 'client.api' in package names? I think we can remove it, everything with o.a.d.ldap in the name is implicitly the LDAP API. The result could be: org.apache.directory.ldap.LdapConnection -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira