You could use Servlet.init, query for some key piece of data and, if it's not there, do all the datastore operations you like.
On Mar 13, 10:11 am, ale <[email protected]> wrote: > Hi everybody, > I need to have some data loaded on db on the startup of the > application. > How can I do? > is possible to have a simple sql file with some insert of data that > wil be execute only when is create the db? > alternately to execute a java method on server that do the insert and > was called after the deploy? > > Thanks, any suggest is welcome! > Regards. > Ale -- 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.
