Return-Path: Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 48679 invoked from network); 19 Sep 2003 12:34:53 -0000 Received: from unknown (HELO bdsn4034.na.pg.com) (192.44.184.18) by daedalus.apache.org with SMTP; 19 Sep 2003 12:34:53 -0000 pgSenderHost: bdhp4103.na.pg.com [192.44.184.138] Received: from bdhp4103.na.pg.com (bdhp4103.na.pg.com [192.44.184.138]) by bdsn4034.na.pg.com (8.8.8/Switch-3.1.0) with ESMTP id h8JCYsPd014836 for ; Fri, 19 Sep 2003 08:34:54 -0400 (EDT) Received: from NAMRAC2247 ([155.118.182.107]) by bdhp4103.na.pg.com (8.8.8/8.11.1/v2r56) with SMTP id h8JCYmv20252; Fri, 19 Sep 2003 08:34:48 -0400 (EDT) Message-ID: <002601c37eaa$668aac10$6bb6769b@NAMRAC2247> From: james@carmanconsulting.com To: commons-dev@jakarta.apache.org References: <3F6A7E6B.6070200@comcast.net> <16234.59424.624505.535452@lisa.zopyra.com> Subject: Re: [HiveMind] Selective intercepting Date: Fri, 19 Sep 2003 08:34:42 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N In this situation, I would recommend that the interceptor use its own configuration file so that it knows what to do. I wouldn't suggest having HiveMind have to "decide" whether to call an interceptor or not. ----- Original Message ----- From: "Bill Lear" To: "Jakarta Commons Developers List" Sent: Friday, September 19, 2003 7:27 AM Subject: Re: [HiveMind] Selective intercepting > On Thursday, September 18, 2003 at 23:56:27 (-0400) Harish Krishnaswamy writes: > >Interceptors, as I know of them in HiveMind right now, can only be > >applied across the board to all methods in the service; there is no > >selectivity. But, I think, selective intercepting will be a requirement > >for other kinds of interceptors (like a security interceptor or a > >transactional interceptor, for example). What do you think? I realize > >this would be treading along the AOP territory; may be this could extend > >into an ultra light aspect framework too! One for all! > > So, for that to happen, would a service-point have to declare a > set of methods? > > > Bill > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > > >