views:

30

answers:

1

i don't know what the remote_api will do

thanks

A: 

You can read about remote_api here: http://code.google.com/appengine/articles/remote_api.html

At a high level, it allows you to write code which interacts with your appengine application code and datastore without having to go through the request/response model.

dar