I am using some strings in my gae java code,which user has to configure.I know there is way to read settings from a config file which user can edit.Please tell how to do this or provide links for the same.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no filesystem access in GAE. It’s probably best (and easier) to store per user config settings in the datastore.