any ways saving user information without db
Posted
by
hguser
on Stack Overflow
See other posts from Stack Overflow
or by hguser
Published on 2010-12-27T11:25:39Z
Indexed on
2010/12/27
11:54 UTC
Read the original article
Hit count: 208
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.
© Stack Overflow or respective owner