Hi Alberto,

On 5/1/06, Alberto Valverde <[EMAIL PROTECTED]> wrote:
> My idea is that we could have a middleware.cfg file or something like
> that which has a middleware_stack list like this:
>
> middleware_stack = [
>         (EvalException, ((pos_arg1, pos_arg2, ...), {kw1:X, kw2:Y,..}),
>         (MyMiddleware, (.....)),
>         (etc...)
> ]

My notion in tossing evalexception in there was simply to get that
particular functionality.

Rather than creating some sort of configuration format for middleware
like that, I'd rather go with PasteDeploy, which is the plan for
TurboGears 1.1. I already had it running, in fact, in the firstclass
branch. I think that application reuse is just as important as the
ability to use middleware, andI I think we can get a working system
with PasteDeploy in the front fairly quickly.

That kind of thing is fair game to play with on the trunk, for sure.

Kevin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to