Management of GAE datastore from Vaadin 7.x

Hi guys,

does anyone have some experience/knowledge/advice for managing the Google App Engine datastore from a Vaadin application?

If I am not wrong there are some available add-ons [1 and 2]
which are not supported in the last version of Vaadin.

Huge thx in advance.

[1]
GAEContainer - https://vaadin.com/directory#addon/gaecontainer
[2]
GAEDatastoreContainers - https://vaadin.com/directory#addon/gaedatastorecontainers

Yes, they don’t support latest versions of Vaadin, but rewrite shoudn’t be compilcated task. There is source code for the one of containers: http://dev.vaadin.com/svn/incubator/GAEContainer/GAEContainer/

You can also handle it yourself as described here:
https://developers.google.com/appengine/docs/java/datastore/jdo/overview

This means that you may have to feed your container/table manually.