Hi Andrew, Without looking at your code, how long elapses between deleting your items using your web application and stopping your development server?
I have found that writes to my local GAE/J datastore can take up to 1 minute to be written to the relevant file on my local file system (which the dev app server uses as its persistent datastore). I always wait around two minutes after the last update to this file before stopping my dev app server. Regards, Ian On Jun 10, 7:38 am, Andrew <[email protected]> wrote: > Hi, > > I'm in the very early stages of building an app with GAE and am trying > to do my first "CRUD" process. > > Unfortunately I've run into a problem where when I delete items they > seem to disappear during the current session in development, but when > I stop and restart the development server they reappear. > > I've pasted my DAO code here if anyone is able to give me some advice > on what I may have done wrong: > > http://java.pastebin.com/Jr23cMTc > > Best regards, > Andrew. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
