Unfortunately, all my knowledge of AppEngine uses their Python SDK, but it has to "translate" into Java.
. Google, Google, . , , AppEngine, : http://github.com/aht/suas
( cookie), , cookie. , , . . , , suas, .
, RPC . RPC, , AppEngine HTTP. HTTP POST- POST, JSON/XML, , , , . HTTP, JSON/XML. Python simplejson API Python dicts JSON, XML-, . Java API.
RPC HTTP AppEngine ( Python, ) :
http://code.google.com/appengine/articles/rpc.html
, JavaScript ( ). , , - , , :
self.response.out.write(simplejson.dumps(result))
, . !