Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT "database" to store data server-side

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.

Thanks for any hints, Rafal

like image 957
rafalry Avatar asked Nov 25 '25 16:11

rafalry


1 Answers

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.

like image 88
Timo Westkämper Avatar answered Nov 27 '25 07:11

Timo Westkämper



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!