What you can do is to create a restful api using Reslet (
http://blog.noelios.com/2009/04/11/restlet-in-the-cloud-with-google-app-engine/
)

And then you can consume those services from the mobile device.

But, on the other hand, about geo-location, languages, social context,
etc. i think that you must take this values from the device and send
it as parameters to your api.

Then, in the appengine you can do all the required logic and send back
the response to the client.


On 1 nov, 14:08, Kervin <[email protected]> wrote:
> Could you give me ideas on how I could proceed in developing a context-
> aware web service.  This web service would be consume by a mobile
> device.  My main point is how to transmit and process the point of
> interest that is geo-locaiton, languages, social context.  Moreover I
> may have to aggregate this context and response as required.  Any
> standards which exists?

-- 
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