On Monday 26 November 2001 06:23 pm, Tavis Rudd wrote:
> How many people have actually written custom servlet factories?

I have. Most frequently for text heavy pages that still need the 
customized header, sidebar and footer of the web site.

I use the extension .htmlf and simply install the factory in my 
context's __init__.py. The ability to do so, and the desire for fairly 
independent contexts, is why I never got around to enhancing 
Application.config for factories.

So the content of these files is something like:

-----------
Once upon a time there was product named Webware...

        <ul>
                <li> foo
                <li> bar
        </ul>
...
-----------


-Chuck

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to