Hi there,
The new 2.3 release has support for GAE, which is great.
I would have to implement many-to-many relationships in a GAE app.
However, the docs at
http://www.smartclient.com/smartgwte...tegration.html says that "GAE datastore does not support many-to-many relationship", so I guess I am supposed to use unowned relationships for that, but this has several drawbacks (like having to instantiate manually all related entities), as spelled out in the referenced document.
Is this the right approach?
Thank you for your help!
The new 2.3 release has support for GAE, which is great.
I would have to implement many-to-many relationships in a GAE app.
However, the docs at
http://www.smartclient.com/smartgwte...tegration.html says that "GAE datastore does not support many-to-many relationship", so I guess I am supposed to use unowned relationships for that, but this has several drawbacks (like having to instantiate manually all related entities), as spelled out in the referenced document.
Is this the right approach?
Thank you for your help!