質問

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!

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top