You can write your own implementation of IStringResourceLoader and register it in your application as follows:
getApplication().getResourceSettings().addStringResourceLoader(
new CustomResourceLoader());
- WAR , , .
Wicket , :
getApplication().getResourceSettings().setResourcePollFrequency(
Duration.seconds(1));