Oops...I forgot to mention that the whole point of comet is to reduce the need for polling update listeners...So you are intended to try and keep the IO pipe open the whole time. This means creating a meta language on the stream to differentiate messages and such on your own, but there is probably java code sitting around somewhere doing it already. (someone sent something like it to me once but I was too busy to care ...It's probably google-able )
On 6/13/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
That ~is~ comet and dojo ;) (mostly..) On 6/13/06, Peter Dawn <[EMAIL PROTECTED]> wrote: > > hi all, > sorry for another question on tpaestry-ajax type functionality. > > is there a way for tapestry to do a page refresh, but on demand. i > have implemented a frame based solution, which passes info from one > frame to another. so the hidden frame can send info to the visible > frame displaying updated info. > but the issue is that, how can i tell the hidden frame to > update/refresh itself which would ultimately pass on updated info to > the visible frame. > > the idea is to send info from my listener servlet to this page when > info changes and then the hidden frame can refresh and hence send info > to the visible frame. > > jesse and rest have told me about comet and dojo. wouldnt this > solution work though. any thoughts. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.
-- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.