Question

I'm planning to divide my GWT project into two different modules.

In my project I'm using the Google Datastore.

The question is if the two modules will be able to access the same Datastore or not (I would like them to).

Thanks!

Était-ce utile?

La solution

If your GWT projects are served from your one appengine app then yes. They will both call servlet RPCs on your appengine app and that will access the same database.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top