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.
