Hi, I've already got a GAE application, and I'm creating a mobile application using Phonegap + JqueryMobile (HTML, CSS, JS). Of course, both applications must communicate (a lot) together.
I won't have trouble to create a phoneGap app, but the problem concerns the communication between theses AppEngine and PhoneGap apps. The mobile PhoneGap app will have to read and write data on the bigtable google database (I'm using the Objectify framework (not JDO or JPA) but I guess this changes nothing). I found part of answers here: - Using JSON but with php and mysql: http://samcroft.co.uk/2011/updated-loading-data-in-phonegap-using-jquery-1-5/ - Restlet API for appEngine: http://wiki.restlet.org/docs_2.0/13-restlet/275-restlet/252-restlet.html but I'm still confused (due to a very low experience in this area, I'm not a developper, be kind ^^) Would you know an example/tutorial which show a full solution using AppEngine (or at least Java...) and PhoneGap/Jquery? Otherwise, just some guidance for me ? Where should I take a look ? In my case, performance is important but elegance and simplicity are more. Thanks a lot! -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
