Return-Path: Delivered-To: apmail-jakarta-struts-dev-archive@apache.org Received: (qmail 79679 invoked from network); 4 Jun 2003 17:56:16 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 Jun 2003 17:56:16 -0000 Received: (qmail 16770 invoked by uid 97); 4 Jun 2003 17:58:33 -0000 Delivered-To: qmlist-jakarta-archive-struts-dev@nagoya.betaversion.org Received: (qmail 16763 invoked from network); 4 Jun 2003 17:58:33 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 4 Jun 2003 17:58:33 -0000 Received: (qmail 77526 invoked by uid 500); 4 Jun 2003 17:55:47 -0000 Mailing-List: contact struts-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list struts-dev@jakarta.apache.org Received: (qmail 77470 invoked from network); 4 Jun 2003 17:55:46 -0000 Received: from mailnw.centurytel.net (209.206.160.237) by daedalus.apache.org with SMTP; 4 Jun 2003 17:55:46 -0000 Received: from dev2 (pppoe1490.ka.centurytel.net [64.91.60.220]) by mailnw.centurytel.net (8.12.9/8.12.9) with SMTP id h54HtnxS015478 for ; Wed, 4 Jun 2003 10:55:50 -0700 (PDT) From: "Brandon Goodin" To: "Struts Developers List" Subject: RE: composable RequestProcessor Date: Wed, 4 Jun 2003 12:00:44 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal In-Reply-To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N If we use Filters in lieu of the RP wouldn't that require that we move the ActionServlet to a filter as well? Where does the ActionServlet fit in to this? Brandon Goodin -----Original Message----- From: David Graham [mailto:dgraham1980@hotmail.com] Sent: Wednesday, June 04, 2003 11:44 AM To: struts-dev@jakarta.apache.org Subject: Re: composable RequestProcessor >David Graham wrote: >>Why should we duplicate the effort of the container inside Struts? > >We often duplicate the effort of the container. Actions duplicate servlets. >Modules duplicate multiple applications. > >In each of these cases, the effect of the container feature is the same, >but the justification has always been "it more lightweight". In this case it's more heavyweight. We would have to alter the DTD, transform the new DTD elements to objects, code up the chaining mechanism, write unit tests, and deal with the bugs. Adding a RequestHandler interface is *much* simpler and acheives the desired results (if not in the xml configuration manner some would prefer). It doesn't make sense to me, to disregard all the work that containers have put into Filters and write our own. Even after implementing our own approach we would have to spend time supporting and modifying it. This especially seems like a waste of time given there's already a standard solution out there. This reminds me of modules where they sounded like a great idea and then there's nobody to support the bugs. David > >*If someone wanted to write it*, I don't see that a composable request >processor would have to be a 2.x change. The major changes could all take >place within the process method, and the original RequestProcessor could >remain available. > >Things like the DTD may have to be expanded, but it would not be anything >more radical than what we did between 1.0 and 1.1. [As if that's a good >justification for anything =:0)] > >-Ted. > > >-- >Ted Husted, >Struts in Action > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org >For additional commands, e-mail: struts-dev-help@jakarta.apache.org > _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus --------------------------------------------------------------------- To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-dev-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-dev-help@jakarta.apache.org