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
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
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
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
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
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
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
--- 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
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