To learn GWT and Google AppEngine (GAE) I'm trying to create a simple application using GWT with two or three objects (entities). In this application one object, let's say Student, encapsulates ArrayList of other objects, say Classes and Books. Then it creates list of Students and sends it to Java code on GAE and stores it to the data store.
Question: is it possible to do this kind of stuff using GWT + GAE + Google DataStore? Are there any examples/tutorials of using all these technologies at once?
Is it even worth it to use this tech. stack at this point?