I found by myself beggining of answer.
For people who would like to make communicate a browser-based
application and a GAE app,
Reslet seems to be a good framework because it provides a GAE specific
implementation for the server-side, and a JavaScript implementation
for the client side (which will work with PhoneGap and Jquery Mobile).

I'm still trying to find an full code example yet.

On 12 sep, 10:45, "David D." <[email protected]> wrote:
> 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-jqu...
> - 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.

Reply via email to