As you know, you can deploy many versions of an app for the same app id. There is nothing that says it has to be the same app. Just deploy another app that does your weekly updates using another version string. Each version, even though it may not be the default one, gets its own url. You just need to trigger it one a week thereafter.
On Nov 7, 5:23 pm, Eyal <[email protected]> wrote: > Hi all, > > I need to have two separate applications hitting the same datastore. > One updates it daily, and the other (app engine and GWT) reading from > it on a regular basis. How is this done? Is there a way in the API to > specify a specific datastore? > > Thanks, > Eyal -- 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.
