Re: [appengine-java] Datastore write operations

2011-12-21 Thread Ikai Lan (Google)
Can you post your class definition? -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Wed, Dec 21, 2011 at 4:39 PM, Mukesh Joshi wrote: > I am doing a simple prototype to figure out the app engine datastore using > *JDO*. > > The protoype include

[appengine-java] Datastore write operations

2011-12-21 Thread Mukesh Joshi
I am doing a simple prototype to figure out the app engine datastore using * JDO*. The protoype included a single entity/table (Stock) with following attributes: Code, Name, Group and Type - all Strings Also, there is a cron job with backend to download a zip file, unzip it, parse and upload i