Changing Property values at runtime

Hi,

I am new here...

I wanna know what are the available options if I have to change the values in a file at runtime(in JBoss) and pick those changed values in the application.

Thanks in advance.. Plz provide some link also so that I can understand that tech

Regards

Pankaj

[310 byte] By [bhomiapankaja] at [2007-11-27 7:27:28]
# 1
1. Read the file and parse it.2. When appropriate, read and parse the file again.3. Compare the original and current values to detect differences.
Hippolytea at 2007-7-12 19:07:47 > top of Java-index,Java Essentials,Java Programming...
# 2
Does JBoss provide any thing which detects any changes and update in its cache..I heard there is something called Mbean.. is it suited for this purpose?
bhomiapankaja at 2007-7-12 19:07:47 > top of Java-index,Java Essentials,Java Programming...