[appengine-java] Need some points on implementing REST API for chess-like game

2011-01-18 Thread Spk
Hi folks! I just got started with Google App engine (using Java) and it's great! I'm trying to develop a backend for an asynchronous turn-based game I'm working on in my spare time. My plan was to develop a REST-ish API that my game client would consume poll periodically for updates. You can

[appengine-java] Re: Need some points on implementing REST API for chess-like game

2011-01-18 Thread Spk
persistence for you Seehttp://code.google.com/appengine/docs/java/users/ 3) Channel API is done to meet you needs (even at very high rate of polling): seehttp://code.google.com/appengine/docs/java/channel/overview.html regards didier On Jan 17, 9:32 pm, Spk william.rava...@googlemail.com wrote