Top "Hotswap" questions

"Hotswap" or "Hotswapping" refers to dynamically replacing a class implementation during the runtime of an application.

IntelliJ & Wildfly - hot deploy webapp

I am using IntelliJ (14.0.3) and Wildfly (8). When I recompile my Java classes, hot swapping is easy and everything works just …

intellij-idea wildfly wildfly-8 intellij-14 hotswap
Hot code swap is not working, why?

When I'm trying to write a simple one class console app - there is no problem. I can change code …

java eclipse hotswap
How to use Hotswap in Netbeans?

How to do that? I can't find any option for it in the IDE... Please help me, I'm clueless.

java netbeans hotswap
Pickle: dealing with updated class definitions

After a class definition is updated by recompiling a script, pickle refuses to serialize previously instantiated objects of that class, …

python pickle recompile hotswap