Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 29721 invoked from network); 7 Mar 2008 13:47:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2008 13:47:46 -0000 Received: (qmail 23592 invoked by uid 500); 7 Mar 2008 13:47:38 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 23518 invoked by uid 500); 7 Mar 2008 13:47:38 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 23500 invoked by uid 99); 7 Mar 2008 13:47:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 05:47:38 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nicolas.deloof@gmail.com designates 72.14.214.239 as permitted sender) Received: from [72.14.214.239] (HELO hu-out-0506.google.com) (72.14.214.239) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 13:47:02 +0000 Received: by hu-out-0506.google.com with SMTP id 38so309511huc.5 for ; Fri, 07 Mar 2008 05:47:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=e66SYSZbA9dJtj8IC7ijKq0HEyT+fTl2/UNnT9yczlU=; b=m3wsyxSnVmcZKfKbZbrKmzdeAW1VUlo4qgomzECRSyXM71BeTNXATFVeh8EpS0NqpFPzkzAOZJiFeyAReL3GQ2+gC4jzT9iSKrGjCSjr3X04HzJY1f6Q/RiXUdVoUj8GC2QIdzUkR4VIAX9eBqcsO3ltTdNU1c1f4OSmJeHi6qA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=kq8QXqSJ4R2vSKpOR183DQoWu2yGGLweWauVrFqpLnmOLo24EmMNr7hVojjSN4V2MMRkX7sU6WSUXGQBJbEpT6hk2mLr69dTc+h/wTotpSrS8shK8cieho7nxlu1Y2wW6do0m2yD5wKIde8dNS1ArvaAqfmPbS3QzV42IPPse+Q= Received: by 10.78.189.5 with SMTP id m5mr3678316huf.74.1204897631301; Fri, 07 Mar 2008 05:47:11 -0800 (PST) Received: by 10.78.136.1 with HTTP; Fri, 7 Mar 2008 05:47:11 -0800 (PST) Message-ID: <4c39e3030803070547w577d370ao1f7c8b56d0064f8d@mail.gmail.com> Date: Fri, 7 Mar 2008 14:47:11 +0100 From: "nicolas de loof" Sender: nicolas.deloof@gmail.com To: "Jakarta Commons Users List" Subject: Re: [ANNOUNCE] Release of Commons Proxy 1.0 In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16602_15455446.1204897631251" References: <4c39e3030803070537j65711900u27b6ce7899c1ec66@mail.gmail.com> X-Google-Sender-Auth: 6446ed8407fb6585 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_16602_15455446.1204897631251 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Nice, thanks. 2008/3/7, James Carman : > > On 3/7/08, nicolas de loof wrote: > > Did you consider to use the aopalliance API ? > > I note the Interceptor interface is very similar to aopalliance > > MethodInterceptor. > > > > > There's an adapter > ( > http://commons.apache.org/proxy/apidocs/org/apache/commons/proxy/interceptor/MethodInterceptorAdapter.html > ) > in Commons Proxy for the MethodInterceptor interface. I didn't want > to introduce a dependency if I didn't have to. So, we created our own > interface and provided an adapter. Commons Proxy has no required > dependencies other than the JDK itself. All other dependencies are > optional. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org > For additional commands, e-mail: user-help@commons.apache.org > > ------=_Part_16602_15455446.1204897631251--