[Zope3-Users] stuffing the request object in zope3
Andreas Jung
lists at andreas-jung.com
Mon Oct 3 12:23:26 EDT 2005
--On 3. Oktober 2005 11:19:22 -0400 Tim Middleton <x at vex.net> wrote:
> > it...)
>
> So still, I wonder... how can I get that request object I love so to
> abuse?
>
A quote from Philipp: """Everything that deals with a the request object
should be a view (or browser view)""" This means your approach is wrong.
Make clear separation between your core implementation which should not
know anything about a request object. The connection between your core
implementation and your frontend should be done through browser views which
are initialized with the request object.
-aj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope3-users/attachments/20051003/b28eed75/attachment.bin
More information about the Zope3-users
mailing list