If you're able to upload your code to appspot (GAE), then you must already have the GAE/J SDK installed. You'll need to test your code within the SDK development server:
http://code.google.com/appengine/docs/java/gettingstarted/installing.html <http://code.google.com/appengine/docs/java/gettingstarted/installing.html>The development server automatically creates a local version of the GAE datastore within the "war/WEB-INF/appengine-generated/local_db.bin" file. Vince On Sat, Dec 12, 2009 at 11:47 AM, kentyler <[email protected]>wrote: > i'm able to upload my code to the appspot, and i have a local version > of openbd running on the jetty server > > is there a local version of the google datastore i can run to test my > code that uses it ? > > ken tyler > > -- > Open BlueDragon Public Mailing List > http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon > mailing list - http://groups.google.com/group/openbd?hl=en > > !! save a network - please trim replies before posting !! -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
