Hi Trevor, I would suggest giving also a try to Objectify which a layer on top of raw Datastore: it makes access to data much easier and has a lower learning curve than JDO.
See http://code.google.com/p/objectify-appengine/ (have a special look at wiki pages) I moved away from JDO for Objectify and I am very satisfied with it. didier On Sep 24, 5:17 pm, David Chandler <[email protected]> wrote: > You can use any of GWT's client / server protocols to connect to a > servlet running on App Engine that in turn calls the Datastore. See > the App Engine docs and forum for Datastore questions. The following > links may help on the GWT side: > > http://code.google.com/webtoolkit/doc/latest/tutorial/RPC.html > > http://code.google.com/p/gwt-dispatch/ > > http://turbomanage.wordpress.com/2009/10/07/calling-appengine-securel... > > HTH, > /dmc > > On Sep 24, 5:30 am, trevor <[email protected]> wrote: > > > Having trouble in finding how to use Datastore or BigTable in GWT. > > > I have developed using Python and usd datastore. > > > Where should I look -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
