Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我打算将我的 GWT 项目分成两个不同的模块。
在我的项目中,我使用的是Google Datastore。
问题是这两个模块是否能够访问同一个数据存储(我希望它们能够访问)。
谢谢!
如果您的 GWT 项目是从您的一个 appengine 应用程序提供的,那么可以。它们都将在您的 appengine 应用程序上调用 servlet RPC,并访问同一个数据库。