Hey guys, this is my first post here, so I'm sorry if I'm not clear enough 
about my question.

Well, basically what I want to do is:
- Create a website using GWT and deploy it to App Engine in order to use 
the datastore. I've already done it, nothing wrong about it.
- The second part of this project is about building an Android App which 
can access the same datastore that I use for my GWT project. Read the 
entities and retrieve them to display on the screen. And also use Google 
Cloud Messaging.


The problems are:
- I've noticed that there is Google Mobile Backend Starter which already 
deploys a backend to AppEngine and allows Cloud Messaging and many other 
features. But, how would I link GWT to this same application at GAE? If I 
deploy my GWT project, I lose the Android one.
- I was also following this guide 
here: 
https://developers.google.com/appengine/docs/java/endpoints/getstarted/backend/setup
 
in order to create my own backend, deploy it to AppEngine and then use the 
client endpoints with Javascript. However, if I do this, I can't deploy my 
GWT website to this app engine application.

I don't know if I was clear enough. I've searched the group and saw some 
posts similar to my question, but none was very clear about it.

I'll be glad if anyone can help.

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+unsubscr...@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/groups/opt_out.

Reply via email to