On Tue, 04 Jan 2005 22:17:43 -0600, Ian Bicking <[EMAIL PROTECTED]> wrote:
<snip> > There's some ideas here. I'm very interested in using decorators > instead of subclassing, for instance. And there's other ways of making > things more functional. I've been using Component and LoginKit in the > w4py.org repository, and I find them useful. But I don't think anyone > else uses them. > So you know. At my current job we use both Component and LoginKit. We have extracted any framework we could from Page style classes into Components. It has worked very well for us. We even turned FormKit's mix-in into a Component. At any rate just to voice some more support for them. <snip> ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Webware-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/webware-discuss
