Re: [appengine-java] Editing records in datastore (using JAVA)

2010-02-19 Thread Scott Hernandez
If you would like a very simple interface to the app engine datastore (not JPA/JDO) then Objectify might be for you. It doesn't sound like you need to use JDO/JPA. Here is an example of exactly what you want:

[appengine-java] Editing records in datastore (using JAVA)

2010-02-18 Thread Manjoor
I have been searching for sample java program to add, edit and delete records. I found many example showing how to add and delete records but not a single about editing. Do anyone have a sample source link to show how to edit a record ??? -- You received this message because you are subscribed

Re: [appengine-java] Editing records in datastore (using JAVA)

2010-02-18 Thread Alexander Arendar
Hi Manjoor, if you are learning JDO you should read this article: http://code.google.com/appengine/docs/java/datastore/creatinggettinganddeletingdata.html There is a small part on updating the objects. On Thu, Feb 18, 2010 at 5:55 PM, Manjoor manjoora...@gmail.com wrote: I have been searching