Re: comet implementation issue

2010-05-31 Thread P . Stavrinides
02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: comet implementation issue On Sat, 29 May 2010 07:24:59 -0300, Robin Komiwes wrote: > For information, I think Jetty is powering Google App Engine. See: > http://jetty.codehaus.org/jetty/ GAE does use Jetty. By the way, Jetty is an E

Re: comet implementation issue

2010-05-29 Thread Thiago H. de Paula Figueiredo
On Sat, 29 May 2010 07:24:59 -0300, Robin Komiwes wrote: For information, I think Jetty is powering Google App Engine. See: http://jetty.codehaus.org/jetty/ GAE does use Jetty. By the way, Jetty is an Eclipse project now: http://www.eclipse.org/jetty/ -- Thiago H. de Paula Figueiredo In

Re: comet implementation issue

2010-05-29 Thread Robin Komiwes
avy lifting? > > regards, > Rajesh > > > > - Original Message > From: "p.stavrini...@albourne.com" > To: Tapestry users > Sent: Tue, 25 May, 2010 1:27:43 PM > Subject: Re: comet implementation issue > > > Using a dispatcher may prevent th

Re: comet implementation issue

2010-05-28 Thread rajesh sukumaran
is not expected. Are you suggesting that jetty can be used for some heavy lifting? regards, Rajesh - Original Message From: "p.stavrini...@albourne.com" To: Tapestry users Sent: Tue, 25 May, 2010 1:27:43 PM Subject: Re: comet implementation issue Using a dispatcher m

Re: comet implementation issue

2010-05-28 Thread rajesh sukumaran
yes, you are right thread.sleep does not look like the right approach, it does not scale either. thanks - Original Message From: Thiago H. de Paula Figueiredo To: Tapestry users Sent: Tue, 25 May, 2010 6:41:08 AM Subject: Re: comet implementation issue On Mon, 24 May 2010 21:45:16

Re: comet implementation issue

2010-05-25 Thread P . Stavrinides
, Beirut, Bucharest, Istanbul Subject: Re: comet implementation issue On Mon, 24 May 2010 21:45:16 -0300, rajesh sukumaran wrote: > This behavior is not limited to the reverse ajax call but it is seen > with all the pages. It is as if the polling for page change stops with > the revers

Re: comet implementation issue

2010-05-24 Thread Thiago H. de Paula Figueiredo
On Mon, 24 May 2010 21:45:16 -0300, rajesh sukumaran wrote: This behavior is not limited to the reverse ajax call but it is seen with all the pages. It is as if the polling for page change stops with the reverse ajax call. Can a Thread.sleep(...) in a dispatcher cause the page change pol

Re: comet implementation issue

2010-05-24 Thread rajesh sukumaran
Paula Figueiredo To: Tapestry users Sent: Sun, 23 May, 2010 6:01:48 PM Subject: Re: comet implementation issue On Sat, 22 May 2010 19:19:01 -0300, rajesh sukumaran wrote: > Hi, Hi! > Once the reverse ajax script fires the change made to the TML files will not > get reflected in the b

Re: comet implementation issue

2010-05-23 Thread Thiago H. de Paula Figueiredo
On Sat, 22 May 2010 19:19:01 -0300, rajesh sukumaran wrote: Hi, Hi! Once the reverse ajax script fires the change made to the TML files will not get reflected in the browser. I have to restart the web application to see the effect of a change in TML files. This is causing lot of inco

Re: comet implementation issue

2010-05-22 Thread rajesh sukumaran
@tapestry.apache.org Sent: Sun, 16 May, 2010 1:26:49 AM Subject: Re: comet implementation issue Hi Rajesh, Maybe Tapestry is not meant to do Comet for the reasons that Thiago stated. I'm implementing Comet as well but with a different approach: The Comet thing is totally handled by another tool

Re: comet implementation issue

2010-05-15 Thread Juan Isern
urned is very simple. I'll try out the > dispatcher approach. BTW you are right I am using Tapestry 5.1.0.5. > > regards, > Rajesh > > > - Original Message > From: Thiago H. de Paula Figueiredo > To: Tapestry users > Sent: Wed, 12 May, 2010 5:59:12 PM

Re: comet implementation issue

2010-05-12 Thread rajesh sukumaran
comet implementation issue On Wed, 12 May 2010 00:19:20 -0300, rajesh sukumaran wrote: > Hi, Hi! > I implemented reverse ajax component that uses long polling technique. > Basically what I did was to use JQuery's jQuery.getJSON(...) method to make > an > ajax call using a

Re: comet implementation issue

2010-05-12 Thread Thiago H. de Paula Figueiredo
On Wed, 12 May 2010 00:19:20 -0300, rajesh sukumaran wrote: Hi, Hi! I implemented reverse ajax component that uses long polling technique. Basically what I did was to use JQuery's jQuery.getJSON(...) method to make an ajax call using an action event URL of the component. The action ev

comet implementation issue

2010-05-11 Thread rajesh sukumaran
Hi, I implemented reverse ajax component that uses long polling technique. Basically what I did was to use JQuery's jQuery.getJSON(...) method to make an ajax call using an action event URL of the component. The action event on the component spawns another event(using resourse.triggerEvent()) whi