Re: [qooxdoo-devel] Integration and networking

2007-05-24 Thread ruben gonzalvez
Hi, First, thanks for reply me. I've found one chat based in Comet called jmaki chat. this is the url: https://ajax.dev.java.net/nonav/gallery/index.html#33 I've sniff my network card and I've tested how server doesn't polling. Now, I've tried intregrate the jmaki Chat in a qooxdoo GUI. I'v

Re: [qooxdoo-devel] Integration and networking

2007-05-17 Thread Christian Boulanger
I have also looked at the "cometd" technology. Seems to be very well thought out but adds too much overhead in my book. It seems to be easier to implement some kind of polling or piggybacking on the requests that are going on anyhow. That is how I am thinking about an event transport from serve

Re: [qooxdoo-devel] Integration and networking

2007-05-17 Thread Siarhei Barysiuk
Of course you need a server. Peer to peer is impossible. Siarhei Hugh Gibson wrote: >> As far as I know qooxdoo doesn't support 'comet' (delivering messages >> to client from server) or more exactly backend of qooxdoo >> (may be I'm not right). >> > > It's on the wishlist at http://qooxdoo.o

Re: [qooxdoo-devel] Integration and networking

2007-05-17 Thread Hugh Gibson
> As far as I know qooxdoo doesn't support 'comet' (delivering messages > to client from server) or more exactly backend of qooxdoo > (may be I'm not right). It's on the wishlist at http://qooxdoo.org/community/wishlist?#io Here, we implemented our own messaging layer using the observer concept.

Re: [qooxdoo-devel] Integration and networking

2007-05-16 Thread Siarhei Barysiuk
Hello ruben, Technology you said about called 'comet'. As far as I know qooxdoo doesn't support 'comet' (delivering messages to client from server) or more exactly backend of qooxdoo (may be I'm not right). I've already written to you if you use Java as backend DWR can help you. See chat demo with

[qooxdoo-devel] Integration and networking

2007-05-16 Thread ruben gonzalvez
Hi all, I'd like know if is possible integrate QOOXDOO with others toolkits like Dojo. Qooxdoo GUI is amazing, but networking it's not quite documented.. and I prefer Dojo for network. I'm trying make a client which could receive asyncronous messages from others clients (chat), but I've no fou