Java - Hot Reload

Java Conceptuel Diagram

About

The thing that can hot update classes is called HotSwap and is built into JVM. All the IDEs do is that they call 'redefine' command via debugger protocol when there's a new version of *.class file.

The JVM itself can only hot swap when the method signature doesn't change

List

IDE

Agent

Documentation





Discover More
Java Conceptuel Diagram
Vert.x - Hot reloading / Live redeploy

This page is Hot reload in Vert.x On matching file changes, the process is stopped and the application is restarted. Live redeploy with the vertx command of: a verticle with the launcher...



Share this page:
Follow us:
Task Runner