freebsd-ports/www/py-webware-component/pkg-descr
Eitan Adler d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00

9 lines
398 B
Text

From document:
Components are useful if you have code that should know about the
request and response, and possible intercept it. If the code doesn't need to
know about the request at all, you should just create a normal Python library,
and call into it explicitly. Components can also be a convenient way to add new
convenience methods to your servlet.
WWW: http://wiki.w4py.org/component.html