Pregunta

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!

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top