[Seaside-dev] about issue 103

Philippe Marschall philippe.marschall at gmail.com
Sat Aug 2 07:38:29 UTC 2008


2008/8/2 Julian Fitzell <jfitzell at gmail.com>:
> No strong opinions (don't like the #do... version of the method name)
> but I'm wondering if you could explain what was the goal behind having
> the request handlers push themselves onto a stack. I'm not questioning
> it (seems like it could be useful), I'm just curious what you are
> planning to use the information for, having missed out on that
> discussion, obviously.

It allows accessing all the contextual information like the
application, the session and the dispatcher(s). Instead of making each
of them a special case we simply push all of them on the stack and you
can access what you need.

Cheers
Philippe


More information about the seaside-dev mailing list