On Mon, 11 Aug 2003, Mike Jasnowski wrote:

> Date: Mon, 11 Aug 2003 09:50:29 -0400
> From: Mike Jasnowski <[EMAIL PROTECTED]>
> Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> To: Struts Developers List <[EMAIL PROTECTED]>,
>      [EMAIL PROTECTED]
> Subject: RE: ActionForwards, et al (was SuccessAction)
>
> >This may be a good time to add an ActionContext interface instead of
> >passing all these individual pieces.  This would also slightly remove the
> >dependence on Servlet to allow us more flexibility when we look at the
> >portlet API.
>
> As an outside observer I would like to see something like this added. We've
> already added something like you
> describe to our application.
>

You'll also note that commons-chain (basis for the decomposable request
processor proposal) does exactly this, with the added twist that it lets
you specialize the Context implementation with typesafe property accessors
if you want to, or use generic attributes otherwise.

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to