Tim,

While at this point, all the CometActor stuff is associated with screen real
estate in a browser, that's not a requirement for using CometActors.
CometActors can communicate via XHTML, JavaScript or both (yes, we can
extend this to support JSON as well).  The value that the CometActors bring
to the table and why they would be especially valuable for the Cappuccino
related work is that they can multiplex many different components through 1
HTTP request pipe.

So, yes, we need a REST long poll facility for HTTP clients that want to do
long polling, but do not want to monitor more than 1 thing.  The application
for that has been in ESME and in ESME, I just hard-coded a thread stealing
wait as a place holder.

But for your application, we need to develop example code to demonstrate an
HTML-less CometActor that hooks into the Cappuccino stuff.

Thanks,

David

On Mon, Jul 27, 2009 at 1:30 AM, Timothy Perrett <timo...@getintheloop.eu>wrote:

>
> Hey David,
>
> Thanks for the response - got the impression you were swamped :-)
> Looking forward to your thoughts on this.
>
> Cheers, Tim
>
> > I have some serious thoughts on this.  I've been swamped with
> client-based
> > stupid over-work over the last 10 days.  I have one last set of stuff to
> do
> > tomorrow and I'll be back on list on Tuesday afternoon.
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to