[Twisted-web] Reuse twisted.web resources in nevow

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Fri Nov 27 09:39:45 EST 2009


On 26 Nov, 11:05 pm, anis_mourad at yahoo.fr wrote:
>Hi all
>my app is entirely writen using twisted.web resources. Now i'm thinking 
>to migrate to nevow,
>and i'd like to know is it possible to reuse my old resources inside 
>nevow.
>Would it be possible to write a nevow class that render twisted.web 
>resources.
>Any examples are welcome.

Nevow Pages basically support this now (although I don't know how 
completely).  If you add a Twisted Web Resource as a child of a Nevow 
Page, Nevow will traverse to the Resource and render it.

Jean-Paul



More information about the Twisted-web mailing list