users@grizzly.java.net

GWT + Comet question (was Re: [Jean-Francois Arcand's Blog] New Comment Posted to 'Building GWT Comet based web app using Grizzly Comet'

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Mon, 12 Jan 2009 10:19:04 -0500

Salut,

foo_at_bar.com wrote:
> A new comment has been posted on your blog Jean-Francois Arcand&#39;s Blog, on entry #9839 (Building GWT Comet based web app using Grizzly Comet).
>
>
> View this comment: <http://weblogs.java.net/blog/jfarcand/archive/2008/05/building_gwt_co.html>
> Edit this comment: <http://weblogs.java.net/mt/mt.cgi?__mode=view&blog_id=258&_type=comment&id=52752>
>
> IP Address: 64.125.132.43
> Name:
> Email Address: foo_at_bar.com
> URL:
> Comments:
>
> Hi JF! I'm developing a GWT application using GWT-RPC and Grizzly. My application works fine using Long Poll connections but I'd like to notify the client using the Streaming mode.

  I tried to remove context.resumeCometHandler() but the GWT-RPC doesn't
receive the notification... Can you help me? Thanks.

Yes, can you post an example of the code you have implemented so far?
You are not notifying using CometEvent.TERMINATE events by any chance
(which might also resume the connection)?

Thanks

-- Jeanfrancois


>