Web Framework Reviews

flupke flupke at nonexistingdomain.com
Wed Jul 20 02:30:52 EDT 2005


Dave Cook wrote:
> On 2005-07-19, istvan.albert at gmail.com <istvan.albert at gmail.com> wrote:
> 
> 
>>On the other hand I even in its current form I don't see how I would to
>>the simple things that I need every day. Create a session, set a
>>cookie, redirect to another url,  perform HTTP autentication, create
>>filter,  use another templating language? This is also integral part of
>>the  functionality that I expect from an web framework. Web specific
>>things exposed in some python ic way.
> 
> 
> Take a look at the Nevow FAQ and examples.  Also, Nevow sits on top of
> Twisted, so you have all of Twisted's features available.
> 
> http://divmod.org/users/wiki.twistd/nevow/moin.cgi/FrequentlyAskedQuestions
> 
> Dave Cook

One could use twisted.web2 also without the nevow part.
The docs @ http://twistedmatrix.com/projects/web2/documentation/ are 
very clear and it contains a good example at the end.

Benedict



More information about the Python-list mailing list