Re: Seeking help for a HotSwapAgent's Wicket plugin

2018-07-13 Thread Thomas Heigl
Hi Francesco, I faced the same situation last week. I wrote a Wicket plugin that clears the Localizer cache. It does not clear the resource bundle cache because I use Spring's ReloadableResourceBundle, but that should be very easy to add. Configuration is a little more difficult than with JRebel

Seeking help for a HotSwapAgent's Wicket plugin

2018-07-13 Thread Francesco Chicchiriccò
Hi all, at Syncope we recently switched from JRebel to HotSwapAgent, mostly because the MyJRebel program has ended. All works quite well for Java classes, but we do have issues with HTML and properties files (for Resource Bundles) used by Wicket. Please consider that we do package our Wicket app