Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 8979 invoked from network); 11 Apr 2007 07:42:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Apr 2007 07:42:45 -0000 Received: (qmail 67373 invoked by uid 500); 11 Apr 2007 07:42:44 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 67323 invoked by uid 500); 11 Apr 2007 07:42:44 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 67312 invoked by uid 99); 11 Apr 2007 07:42:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2007 00:42:44 -0700 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 nilsga@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2007 00:42:37 -0700 Received: by ug-out-1314.google.com with SMTP id u40so54030ugc for ; Wed, 11 Apr 2007 00:42:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Jcsv2gjqmS9l2RPQZJAIN8qE5jEFa3YkDz4EUlExDX4CzCHK9NFFYvbQXKGj4+/NhMbmIK+8bkIGBHoQKE12PIeMYujSPh8M1Tqqx5rJjp29PnPynLmFzLyAXYCsZeC6Y4cRYdp/+H2r/6TIP3A7Il5xNJ3Wl4WDLzC2C1WGx8s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=g3R5g0hwoxvjqIa3yyIhCiBNKjPf/llXK7ss3nvNPfjLxGG7YTZEAvv5Ao+e27W+OMMDSb83flTK5gkUkflKu30DuTg4NWcJR5mmXQPqXzupWGBBmbR3AkMmevqVRNaso/YumErHXxWVY4E/oc8L3JZ5NoB5RPe+WI1qe6Ph9Xk= Received: by 10.82.155.10 with SMTP id c10mr259470bue.1176277333111; Wed, 11 Apr 2007 00:42:13 -0700 (PDT) Received: by 10.82.174.19 with HTTP; Wed, 11 Apr 2007 00:42:13 -0700 (PDT) Message-ID: <7270d7cd0704110042y21e0d3b0ybfaefd005ab35bd0@mail.gmail.com> Date: Wed, 11 Apr 2007 09:42:13 +0200 From: "Nils-Helge Garli" To: "Struts Developers List" Subject: Re: Portlet plugin In-Reply-To: <8b3ce3790703260516y483c0913pad608a3dea0dfc2b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7270d7cd0703250343w674cf544i6877fc7ca1580c8e@mail.gmail.com> <8b3ce3790703260516y483c0913pad608a3dea0dfc2b@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org I have started the process of moving the portlet code to a plugin. But any further progress requires the url building abstraction discussed earlier. What is the status for this code? Also, I think the code in general would benefit from a common abstraction of the servlet- and portlet types (request, response, context etc). It would most certainly reduce the amount of "almost duplicated" code needed to operate Struts in a portlet. Nils-H On 3/26/07, Ted Husted wrote: > The trunk is the correct place (we branched for 2.0.x). > > On 3/25/07, Nils-Helge Garli wrote: > > Hi! > > > > I want to start looking into moving the portlet support to a plugin, > > but need a little guidance to get started. > > > > - What is the status of refactoring the URL-building, as discussed in > > previous mail threads? > > - From what I understand, a "hook" for injecting a URL builder > > implementation from the plugin must be provided. How is that achieved? > > - Is trunk the correct place to work on, or will a 2.1.x branch be created? > > > > Nils-H > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org > For additional commands, e-mail: dev-help@struts.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org