Guys from ZeroTurnaround are constantly improving their JRebel plugin. This plugin makes it possible for Java developers to instantly see any code change made to an app without redeploying, by mapping your project workspace directly to a running application.
So, when you make a change to any class or resource in IntelliJ IDEA, the change is immediately reflected in the application, skipping build and redeploy phases.
In this webinar you will learn:
How to install and configure JRebel plugin for IntelliJ IDEA
How to apply JRebel for different types of projects: single-module and mul