Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@locus.apache.org Received: (qmail 13647 invoked from network); 29 Dec 2008 22:50:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Dec 2008 22:50:09 -0000 Received: (qmail 70167 invoked by uid 500); 29 Dec 2008 22:50:09 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 70155 invoked by uid 500); 29 Dec 2008 22:50:09 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 70144 invoked by uid 99); 29 Dec 2008 22:50:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Dec 2008 14:50:09 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Dec 2008 22:50:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 43AF5234C490 for ; Mon, 29 Dec 2008 14:49:44 -0800 (PST) Message-ID: <1443716056.1230590984265.JavaMail.jira@brutus> Date: Mon, 29 Dec 2008 14:49:44 -0800 (PST) From: "Andrew Jaquith (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Commented: (JSPWIKI-38) Rename packages to "org.apache.jspwiki" In-Reply-To: <13380135.1195162423024.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JSPWIKI-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659678#action_12659678 ] Andrew Jaquith commented on JSPWIKI-38: --------------------------------------- Murray -- my counter-proposal was that we eliminate the .api package and focus on refactoring concrete classes into interfaces instead. I.e., WikiEngine becomes an interface in the top-level package, and we provide a concrete class called DefaultWikiEngine (for example) that provides the implementation. This could be combined with a factory class that produces WikiEngines. This has already been done, partially, with WikiContext (even though the interface ended up in the .api package, which I'd prefer us to avoid). In other words: focus on refactoring by extracting interfaces, not shunting developers off to another package. If we provide good interfaces, developers will use them in preference to the concrete classes anyway. > Rename packages to "org.apache.jspwiki" > --------------------------------------- > > Key: JSPWIKI-38 > URL: https://issues.apache.org/jira/browse/JSPWIKI-38 > Project: JSPWiki > Issue Type: Task > Reporter: Janne Jalkanen > Assignee: Janne Jalkanen > Fix For: 3.0 > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.