Hi,
I have application running on GAE and now i want to write android app
that can interact with GAE datastore. my java app currently has the
entities, servlet, Jsps and among others. Ive googled for hours and
came up with this RESTlet thingy that allow user to post data to the
servlet which will then process the data and persist into datastore. I
dont know where to begin.. Im using eclipse as my IDE and have all the
necessary tools to support the android app (SDK, ADT pluggins, etc)..

My thought is to create GWT and when user for example click a button,
this will invoke post/get action that will add/update/remove entity in
the datastore.. but how?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to