Search code examples
google-app-enginegwtjdodatastoreobjectify

Trying to find sample (eclipse project) for GWT / App Engine datastore


Someone must know of a working eclipse project for GWT / App Engine datastore ?

I tried to find a completed sample for the stockwatcher with JDO tutorial, but no luck.

I found 2 Objectify samples: listwidget (checkout failed) and gwt-objectify-appengine (Maven build failed, complained about missing appengine-api-1.0-sdk-1.5.1.jar, which was actually present).

Ideally I'm looking for something minimal, an RPC app that will deploy to App Engine & save/reload a few values.

Thanks for your help


Solution

  • In the GWT downloads page on google-code, you can find the code for the tutorial application StockWatcher. This zip is the StockWatcher app configured for Google App Engine. It does not use Maven. Please have a look at the README.txt file in the zip file for detailed instructions on how to import the project in Eclipse.

    It is the code that lets you start this tutorial from step 3.