updating a properties file in a web application

Posted by AmiraGL on Stack Overflow See other posts from Stack Overflow or by AmiraGL
Published on 2012-12-19T10:53:33Z Indexed on 2012/12/19 11:03 UTC
Read the original article Hit count: 128

Filed under:
|
|

i have a properties file (under rsources folder) in which i'm stocking a variable (key=value),

i need to update it when a user insert a new value or update the older one , so can i do it ? i have doubts because it's a web application so it' simply a war deployed in the server so how it is possible to access the .properties file and change it directly from the code .

if it's not possible is there another solution ?

Any Help will be apprecited

Many thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about jsf