Top "Hotswap" questions

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

Debugging in IntelliJ (Reloading changed classes)

I recently switched from eclipse to IntelliJ. Eclipse's debug launcher used to reload the application instantly, whenever a class was …

java eclipse debugging intellij-idea hotswap
Hot swap debugging with Android

1) Is there any special setting/configuration required to enable hot swap debugging on Android? Example case: Add breakpoint just after …

android debugging hotswap
Spring boot and Thymeleaf - Hot swap templates and resources once again

I tried all tips and tricks that I found here and in docs, but still no luck. I have Spring …

java spring-mvc spring-boot thymeleaf hotswap
Hot-swapping of Python running program

The following code allows you to modify the contents of runtime.py at run time. In other words, you don't …

python hotswap
Advanced Code Hot Swapping in JDK 8?

I am looking for better HotSwapping in the JavaVM. Being able to only apply method body changes is okay but …

java jvm-hotspot hotswap
Achieving code swapping in Erlang's gen_server

I am looking to make use of Erlang's hot code swapping feature on a gen_server, so that I don't …

erlang otp hotswap
Eclipse Maven Weblogic hot code swap

I have a basic question about running a Java EE application on Weblogic using maven in eclipse. I use OEPE (…

eclipse maven deployment weblogic12c hotswap
JVM HOT Swapping

What is JVM Hot Swapping? Many definitions say that this feature allows code to updated on the fly during de-bugging. …

java hotswap
How to dynamically update (hot swap) jars in a web-app?

I have a webapp in a war archive which is deployed on cloudfoundry. One of the libraries ("somelib.jar") used …

java tomcat cloud-foundry hotswap web-inf
JBoss, IntelliJ IDEA, deploy exploded ear, subdeployment doesn't work

Good morning I'm evaluating Intellij IDEA for my new employer, but I can't get our J2EE project up and …

java intellij-idea deployment jboss hotswap