Not saying it is the best way, but, out of curiosity, if you will never need to change the values why not put them In a file that gets uploaded with the code? It would be quicker than reading them from the datastore.
Robert On Wednesday, November 24, 2010, Peppi <[email protected]> wrote: > Hi, > > In our Java app we maintain configuration constants that we would like > to have kept in the App Engine data store. These constants are not > something that will ever be changed inside of the app, so I only need > to get them into the store once somehow, and then read them as > required by the app. > > My knowledge of the data stores and App Engine in general is quite > limited, but it is my understanding that you need to provide setters > and getters for the properties to be stored. However, I don't really > require the setters. Once the values are initially set in the data > store (how?), the app only needs to retrieve those values. > > Is this possible and if so, what is the best way to implement it? > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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?hl=en. > > -- ------ Robert Kluin Ezox Systems, LLC -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
