RE: Decomposing RequestProcessor -- Some Code To Play With

2003-08-19 Thread Craig R. McClanahan
On Tue, 19 Aug 2003, Tom Drake wrote: > Date: Tue, 19 Aug 2003 09:30:56 -0700 > From: Tom Drake <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > To: 'Struts Developers List' <[EMAIL PROTECTED]> > Subject: RE: Decomposing

RE: Decomposing RequestProcessor -- Some Code To Play With

2003-08-19 Thread Tom Drake
ecomposing RequestProcessor -- Some Code To Play With Tom Drake wrote: >I've condensed the UnaryPredicate interface here. It provides both a boolean >return and a context parameter. > >package org.apache.commons.functor; > >public interface UnaryPredicate { >boolean test(Ob

Re: Decomposing RequestProcessor -- Some Code To Play With

2003-08-16 Thread Leonardo Quijano Vincenzi
Tom Drake wrote: I've condensed the UnaryPredicate interface here. It provides both a boolean return and a context parameter. package org.apache.commons.functor; public interface UnaryPredicate { boolean test(Object obj); } Commons-collections already has a Predicate interface, btw: o

RE: Decomposing RequestProcessor -- Some Code To Play With

2003-08-14 Thread Tom Drake
Forgive me if this has already been brought up, but jakarta-commons/sandbox/chain appears to have significant conceptual overlap with commons/sandbox/functor. (Command := UnaryPredicate) Any thoughts about merging these concepts? Tom -Original Message- From: Craig R. McClanahan [mailt

RE: Decomposing RequestProcessor -- Some Code To Play With

2003-08-14 Thread Tom Drake
he Command interface. How -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 7:57 PM To: Struts Developers List Subject: RE: Decomposing RequestProcessor -- Some Code To Play With On Wed, 13 Aug 2003, Tom Drake wrote: > Date: Wed

RE: Decomposing RequestProcessor -- Some Code To Play With

2003-08-14 Thread Craig R. McClanahan
On Wed, 13 Aug 2003, Tom Drake wrote: > Date: Wed, 13 Aug 2003 16:38:51 -0700 > From: Tom Drake <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > To: 'Struts Developers List' <[EMAIL PROTECTED]> > Subject: RE: Decomposing

Re: Decomposing RequestProcessor -- Some Code To Play With

2003-08-14 Thread Robert Leland
Paul Smith wrote: Hey guys, this is exactly what pageflow does, though it does more as well. Oh well Im working on a white paper which describes the functionality. How would I go about getting something into the contrib folder? You might want to contribute it to the www.sf.net/projects/struts pro

Re: Decomposing RequestProcessor -- Some Code To Play With

2003-08-14 Thread David Graham
--- Paul Smith <[EMAIL PROTECTED]> wrote: > Hey guys, this is exactly what pageflow does, though it does more as > well. > Oh well Im working on a white paper which describes the functionality. > How > would I go about getting something into the contrib folder? Well this is based on a new commons

Re: Decomposing RequestProcessor -- Some Code To Play With

2003-08-11 Thread Paul Smith
Hey guys, this is exactly what pageflow does, though it does more as well. Oh well Im working on a white paper which describes the functionality. How would I go about getting something into the contrib folder? - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAI