[Twisted-web] LivePage in templates

Alberto Trujillo alberto.trujillo at ucd.ie
Mon Oct 3 10:32:22 MDT 2005


Thank you very much for this, because I didn't know anything about that. 
I'll try to put in practise, althoug if you could send me a completed 
example to know how is working would be great.

Thanks again.


Jp Calderone wrote:

> On Mon, 03 Oct 2005 16:13:22 +0100, Alberto Trujillo 
> <alberto.trujillo at ucd.ie> wrote:
>
>> Hi:
>> I'm trying to understand how works LivePage, but everything is very 
>> confuse and I'm listening that a lot of changes are happening in 
>> LivePage.
>> Could anybody give me a little idea, tutorial, o explanation about 
>> LivePage, and how can I use LivePage in the templates, I mean with 
>> out using Stan.
>>
>> Thanks in advance.
>>
>
> There's pretty much just one requirement.  You need to invoke the 
> "liveglue" renderer:
>
>    <html namespace junk>
>        <head><nevow:invisible nevow:render="liveglue" /></head>
>        ...
>    </html>
>
> Sprinkle with Javascript to taste.  The current client-side API is 
> "server.handle('name', ...)" (no return value).  The API under 
> development will most likely turn out as "server.callRemote('name', 
> ...')" with a Deferred as the return value.
>
> Jp
>
> _______________________________________________
> Twisted-web mailing list
> Twisted-web at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web





More information about the Twisted-web mailing list