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:
http://www.google.com/events/io/2010/sessions/building-real-time-apps-app-engine-feed-api.
This features a usage example, a little old but should be a good
starting point for use.

I'm sorry I cannot give more help, I'll post more if I found out
something useful.

Regards
Lorenzo

On Dec 6, 10:12 pm, Andrea  wrote:
> 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/th...).
> > Code should be derived from the DanceDanceRobots demo, which is
> > explained in Google IO sessions.
>
> > Regards
> > Lorenzo
>
> This seems to be only client side.
> I was expecting something on the server side too.
>
> But maybe I did not understand how it works.
>
> Andrea

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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  wrote:
> 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/th...).
> > Code should be derived from the DanceDanceRobots demo, which is
> > explained in Google IO sessions.
>
> > Regards
> > Lorenzo
>
> This seems to be only client side.
> I was expecting something on the server side too.
>
> But maybe I did not understand how it works.
>
> Andrea

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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).
> Code should be derived from the DanceDanceRobots demo, which is
> explained in Google IO sessions.
> 
> Regards
> Lorenzo

This seems to be only client side.
I was expecting something on the server side too.

But maybe I did not understand how it works.

Andrea

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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).
> Code should be derived from the DanceDanceRobots demo, which is
> explained in Google IO sessions.
> 
> Regards
> Lorenzo

that looks a good example to start from.
cheers


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 DanceDanceRobots demo, which is
explained in Google IO sessions.

Regards
Lorenzo



On Dec 5, 10:25 pm, Andrea  wrote:
> 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?
> I've foundhttp://code.google.com/p/gwt-channel/but it does not look too 
> active.
>
> Any other solution?
>
> Andrea

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.