any ways saving user information without db
- by hguser
Hi:
I have a application which require login,but the number of user who use the application is no more than 40. And In the application,I get some data from the sql server database where I juse have read permission,also I can not create a table in the db for user validate.
ALso I do not think it is a good idea to create a user table in other database on another machine.(for example,I can create a user table in the mysql another machine,but is it desireable just for user validating)?
Now I just save the user info in a .properties file,any other good idea?
BTW,the programe language used in my application is java.