I recently updated / deployed a java web application product (which is just a war file without any code, so I can't take a look). It has an admin screen that allows the user to configure the properties of the application. I'm just wondering how they could do this, change the settings and not even require a reboot, since I got used to this configuration by editing some .ini or .xml and requiring the application to restart to take effect.
Any ideas on how such a feature could be implemented? Is there an API for this or not, what could be the inner workings for such?
source share