Return-Path: Delivered-To: apmail-portals-pluto-dev-archive@www.apache.org Received: (qmail 16683 invoked from network); 6 Dec 2006 00:21:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2006 00:21:49 -0000 Received: (qmail 41897 invoked by uid 500); 6 Dec 2006 00:21:57 -0000 Delivered-To: apmail-portals-pluto-dev-archive@portals.apache.org Received: (qmail 41866 invoked by uid 500); 6 Dec 2006 00:21:57 -0000 Mailing-List: contact pluto-dev-help@portals.apache.org; run by ezmlm Precedence: bulk Reply-To: pluto-dev@portals.apache.org list-help: list-unsubscribe: List-Post: Reply-To: pluto-dev@portals.apache.org List-Id: Delivered-To: mailing list pluto-dev@portals.apache.org Received: (qmail 41855 invoked by uid 99); 6 Dec 2006 00:21:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 16:21:57 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ddewolf@gmail.com designates 66.249.82.237 as permitted sender) Received: from [66.249.82.237] (HELO wx-out-0506.google.com) (66.249.82.237) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 16:21:45 -0800 Received: by wx-out-0506.google.com with SMTP id h31so31707wxd for ; Tue, 05 Dec 2006 16:21:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=HDoJvKRv6zd6fb1jxrKqw2kDfF3dUJZQ1Jk9QARJIUQcNI1y2qoDI5gjywqJ2fuJz3OtkG+GpMVGem5MaX7NTdFHrjF9NjytJzdGymg4Tjdn248Zu7NlCciuJMKtVhQ2dS4LfMfzy4q6DXVXyadzL1qnRQMpd3uqgCGGlFpYgcQ= Received: by 10.70.109.12 with SMTP id h12mr96489wxc.1165364484665; Tue, 05 Dec 2006 16:21:24 -0800 (PST) Received: from ?192.168.1.103? ( [71.114.55.130]) by mx.google.com with ESMTP id h38sm1401909wxd.2006.12.05.16.21.24; Tue, 05 Dec 2006 16:21:24 -0800 (PST) Message-ID: <45760D02.90300@apache.org> Date: Tue, 05 Dec 2006 19:21:22 -0500 From: "David H. DeWolf" User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: pluto-dev@portals.apache.org Subject: Re: [Fwd: Admin Portlet] References: <20061205185202.1370.qmail@web36505.mail.mud.yahoo.com> <457607F8.1060000@maine.com> In-Reply-To: <457607F8.1060000@maine.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: "David H. DeWolf" X-Virus-Checked: Checked by ClamAV on apache.org Craig Doremus wrote: > oli wrote: > >> Elliot Metsger schrieb: Hi Craig, >> >> CDoremus@hannaford.com wrote: >> >> >>> Also, much of the the pluto-util code needs to be moved >>> into pluto-portal-driver or pluto-portal-driver-impl. >>> >> >> >> >> Can you explain this part? Can we not keep the pluto-util as separate >> artifacts? >> >> > > Sorry, Oliver for the confusion. I was only referring to the code that I > just added to pluto-util in this branch. We need to keep the other code > in pluto-util for use by the maven plugin and the ant tasks. > I think that the key is understanding the scope of each module. Some of the code that was recently put into the util package heavily relied upon servlet/portlet apis. The original util package was intended to provide generic facilities for deploying/assembling portlets - whether on the command line or on in an app server. With that in mind, I would expect that it would be generic and not include ui dependencies. > > >