Re: [Help] GWT + GAE + Android - Where to start?

2014-02-15 Thread Andrew Mackenzie
very much. Em terça-feira, 11 de fevereiro de 2014 17h47min19s UTC-2, Andrew Mackenzie escreveu: No worries. I mean one server wepapp (GAE plus GWT) that exposes an API to your Android app. You might want to chose JSON for API format and use gson library in GAE and Android projects

Re: [Help] GWT + GAE + Android - Where to start?

2014-02-11 Thread Andrew Mackenzie
You just need to layer GWT on top of the GAE/J servlet/jsp application by including web pages that load the JS generated by the GWT compiler. I.e. you build ONE app that does it all, with server code and GWT generated JS all in one combined /war dir. You then debug locally on the devserver or

Re: [Help] GWT + GAE + Android - Where to start?

2014-02-11 Thread Andrew Mackenzie
http://www.slideshare.net/andrew_d_mackenzie/google-dev-fest-presentation -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [Help] GWT + GAE + Android - Where to start?

2014-02-11 Thread Andrew Mackenzie
No worries. I mean one server wepapp (GAE plus GWT) that exposes an API to your Android app. You might want to chose JSON for API format and use gson library in GAE and Android projects. The Google Cloud Platform Mobile Backends Starter Project might be a good learning ground as it generates

Re: Chrome apps and GWT

2014-02-10 Thread Andrew Mackenzie
not work either way. I didn't get the part about the loaders. Thanks for your help. On Sunday, February 9, 2014 3:18:42 PM UTC+1, Andrew Mackenzie wrote: I've developed a Chrome extension using mainly GWT, but it's mostly loaded by the extension remotely (loading JS handcrafted). It's mainly

Chrome apps and GWT

2014-02-09 Thread Andrew Mackenzie
I've developed a Chrome extension using mainly GWT, but it's mostly loaded by the extension remotely (loading JS handcrafted). It's mainly a build/packaging problem. GWT will build the JS for you and the loaders then you have to include into your extension file hierarchy in your build, and load

GWT Desktop-Notification

2014-02-09 Thread Andrew Mackenzie
I'll try and find time to look at it. I developed a GAE/GWT component that abstracts push to users, using GCM to Android devices and Channels API (gae) to web users, with a GWT component that receives the push notification. -- You received this message because you are subscribed to the Google

GWT Desktop-Notification

2014-02-09 Thread Andrew Mackenzie
I'll try and find time to look at it. I developed a GAE/GWT component that abstracts push to users, using GCM to Android devices and Channels API (gae) to web users, with a GWT component that receives the push notification. -- You received this message because you are subscribed to the Google