I'm looking for the easiest way to store data on the server-side of the GWT app. The application is typical: consists of the client-side interface and server-side that performs all the calculations. I just need to store the data on the server. The application would be deployed to google code so the solution must obey the app engine limitations.
我正在寻找在GWT应用程序的服务器端存储数据的最简单方法。应用程序是典型的:由客户端接口和执行所有计算的服务器端组成。我只需要将数据存储在服务器上。该应用程序将部署到谷歌代码,因此解决方案必须遵守应用程序引擎限制。
Thanks for any hints, Rafal
感谢任何提示,拉法尔
1 个解决方案
#1
4
One option is the AppEngine DataStore. You can use it through the JDO and JPA APIs. If you want a simpler API for the AppEngine DataStore, try Objectify.
一个选项是AppEngine DataStore。您可以通过JDO和JPA API使用它。如果您想为AppEngine DataStore提供更简单的API,请尝试Objectify。
#1
4
One option is the AppEngine DataStore. You can use it through the JDO and JPA APIs. If you want a simpler API for the AppEngine DataStore, try Objectify.
一个选项是AppEngine DataStore。您可以通过JDO和JPA API使用它。如果您想为AppEngine DataStore提供更简单的API,请尝试Objectify。