summaryrefslogtreecommitdiff
path: root/www/py-webware-component/pkg-descr
blob: b9ca9c3a5d374d39342ff5cdd285968e5ef6fc38 (plain) (blame)
1
2
3
4
5
6
7
8
9
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