Those are not related to the JVM runtime. Resources are tracked by Wicket. Whenever html or properties file are updated Wicket clears its caches. There are no caches for CSS/JS so there is nothing to do for them.
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Nov 28, 2014 at 11:45 AM, James Selvakumar <[email protected]> wrote: > Hi Martin, > > Thanks for sharing your experience. > How about changes to HTML, CSS or property files? > Does it load those changes too? > > > On Fri, Nov 28, 2014 at 4:08 PM, Martin Grigorov <[email protected]> > wrote: > > > Hi, > > > > I use DCEVM (via its Intellij IDEA plugin) every day and I'm very happy > > with it. Very rarely I need to restart after making changes to classes. > > I have no experience with HotswapAgent. > > > > Martin Grigorov > > Wicket Training and Consulting > > https://twitter.com/mtgrigorov > > > > On Fri, Nov 28, 2014 at 3:04 AM, James Selvakumar <[email protected]> > > wrote: > > > > > Dear Wicket Community, > > > > > > Just curious if any of you had a look at DCEVM and > > > https://github.com/HotswapProjects/HotswapAgent. > > > HotSwapAgent is basically a byte code converter (similar to JRebel) and > > > already has plugins to support Spring, Hibernate, JSF. > > > Would like to hear your experience in using this with Wicket. > > > > > > -- > > > Thanks & regards > > > James Selvakumar > > > mCruncher > > > > > > > > > -- > Thanks & regards > James Selvakumar > mCruncher >
