Hello Pavel
Ad. 1
Now we only support for arrays, but in future we plan map some
specified java object to python objects, eg.: Map interfacre to 'dict'
and List/Set interface to 'list'. But now we are working on ....
generator. All needed python stuff (services interfaces, vo objects)
will be generated.
Ad. 2
As we write on project page the object should be rewrite in python as
this:
eg
class Pet:
__serialization__ = {
"myPetNum":
pgr.GwtRpcTypes.INT,
"ownerNum":
pgr.GwtRpcTypes.INT
}
__serialization__ property is a dict with serialization description
for gwt server side infrastructure.
Ad. 3
As in standard python apps for GAE you should download App Engine SDK,
the datastore is locally, there is now way to communicate with
production server from local enviroment from your source
Pawel