[appengine-java] Re: Initializing DataStore with minimal required values

2010-11-09 Thread Didier Durand
Hi, you can either use bulkloader (see http://ikaisays.com/2010/06/10/using-the-bulkloader-with-java-app-engine/) or just write the code needed to store your date in the datastore (i.e to create the appropriate entities with their values) regards didier On Nov 9, 8:40 pm, Blaise Gervais wrote:

[appengine-java] Re: Initializing DataStore with minimal required values

2010-11-10 Thread Starman
I created a datastore manipulation service that can execute, using the task queue service, pieces of code found in 'plugins'. I have plugins for the initial sourcing and some others to create test and demo data. I favor this approach over the bulk uploader as you need to also prepare for the task