[Seaside-dev] Re: [Seaside] returning a response in seaside 2.9

Julian Fitzell jfitzell at gmail.com
Thu May 21 22:58:38 UTC 2009


On Wed, May 20, 2009 at 11:47 PM, Lukas Renggli <renggli at gmail.com> wrote:
>> I see you did this already today. Great.
>
> Yeah, that was really missing. It is much more concise now.
>
> The only thing that still looks a bit strange is the response generator:
>
>        aRequestContext responseGenerator
>                notImplemented;
>                respond
>
>
> It is not as bad as the other approach was, but maybe you have an idea
> for improvement here too?

Agree it's not as bad but also not great. The only thing that springs
to mind is to implement those methods like #notImplemented on
WAResponse and have it delegate to the current request context but
that seems pretty tacky in a few respects, I think. I'll try to give
it some thought.

Julian


More information about the seaside-dev mailing list