Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BCBF99017 for ; Wed, 29 Feb 2012 16:26:18 +0000 (UTC) Received: (qmail 46657 invoked by uid 500); 29 Feb 2012 16:26:18 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 46590 invoked by uid 500); 29 Feb 2012 16:26:18 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 46582 invoked by uid 99); 29 Feb 2012 16:26:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 16:26:18 +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; Wed, 29 Feb 2012 16:26:17 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 45FFFC70D2 for ; Wed, 29 Feb 2012 16:25:57 +0000 (UTC) Date: Wed, 29 Feb 2012 16:25:57 +0000 (UTC) From: "Simone Tripodi (Resolved) (JIRA)" To: issues@commons.apache.org Message-ID: <2130206484.3501.1330532757288.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2063365945.13195.1315004649806.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CHAIN-55) split the huge project in submodules 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 [ https://issues.apache.org/jira/browse/CHAIN-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simone Tripodi resolved CHAIN-55. --------------------------------- Resolution: Fixed fixed on r1295177 on trunk at the end I applied the Niall's suggestion of having 3 modules: * core * configuration * web without overengineering the modularization in the web package > split the huge project in submodules > ------------------------------------ > > Key: CHAIN-55 > URL: https://issues.apache.org/jira/browse/CHAIN-55 > Project: Commons Chain > Issue Type: Improvement > Affects Versions: 2.0 > Reporter: Simone Tripodi > Assignee: Simone Tripodi > Fix For: 2.0 > > > As discussed in the [dev ML|http://markmail.org/message/pnyin5xzmxt2up5q], there is a general agreement between people interested on chain, on splitting the huge component in small submodules, in order to have a lightweight, dependencies-less (unless the logging library, if required) and self-contained core module, and users interested on core APIs only don't need to bring unused code in their applications. SUggested modules are: > * core APIs; > * XML configuration APIs (depends from Digester); > * servlet (depends from Servlet APIs); > * portlet (depends from Portlet APIs); > * faces (depends from Faces APIs). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira