Re: GAE Channels API in GWT

2010-12-07 Thread monkeyboy
Here is the relevant issue on the GAE site: http://code.google.com/p/googleappengine/issues/detail?id=4192 It has been accepted which hopefully means that it will be fixed at some not too distant time in the future. If You are interested please star it. On Dec 6, 10:12 pm, Andrea

Re: GAE Channels API in GWT

2010-12-07 Thread l.denardo
Hello, I haven't looked thru that project, but I think that server side should be plain AppEngine stuff (docs came out a couple of days ago). The only thing for GWT should be a wrapper for the native javascript api, so nothing else should be needed. Google IO session for channel API is here:

Re: GAE Channels API in GWT

2010-12-06 Thread l.denardo
This other project was linked by the App Engine team: http://code.google.com/p/gwt-gae-channel/ (discussion thread is http://groups.google.com/group/google-appengine-java/browse_thread/thread/8cdf8e0a2276a9dd/fcb91bc1c62deb32?lnk=raot#fcb91bc1c62deb32). Code should be derived from the

Re: GAE Channels API in GWT

2010-12-06 Thread Andrea
On 06/12/10 11:40, l.denardo wrote: This other project was linked by the App Engine team: http://code.google.com/p/gwt-gae-channel/ (discussion thread is http://groups.google.com/group/google-appengine-java/browse_thread/thread/8cdf8e0a2276a9dd/fcb91bc1c62deb32?lnk=raot#fcb91bc1c62deb32).

Re: GAE Channels API in GWT

2010-12-06 Thread Andrea
On 06/12/10 11:40, l.denardo wrote: This other project was linked by the App Engine team: http://code.google.com/p/gwt-gae-channel/ (discussion thread is http://groups.google.com/group/google-appengine-java/browse_thread/thread/8cdf8e0a2276a9dd/fcb91bc1c62deb32?lnk=raot#fcb91bc1c62deb32).

GAE Channels API in GWT

2010-12-05 Thread Andrea
Hi, after the recent release of GAE supporting push services via the Channels API I wonder what is the best way to use it a GWT application. I mean, the example given in GAE requires use of javascript (client side) and servlets (server side). Is the a pure java way, fully integrated in GWT?