문제

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