Wednesday, March 26, 2014

GWT/AppEngine RPC + Cloud Endpoints (android/ios)

I've got a number of existing GWT/AppEngine apps and I'm looking to migrate to cloud endpoints so as to expose server apis to mobile clients. Wondering if the following approach is a good strategy:
  1. Keep GWT/AppEngine setup as is?
  2. Generate client libs via cloud endpoints for the mobile client?
  3. Ok to keep using eclipse plugin? or is a switch to maven recommended. Google documentation seems to infer endpoints are easier to setup with maven but I've not used maven before.
Also what if it's a brand new project that I'm starting from scratch. Is it possible to generate endpoint client libs for gwt. Also if this is possible, is it still ok to have gwt/appengine code deployed on same appengine id or have them as seperate instances.

Thanks.

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment