Get True Hot Swap in Java with DCEVM and IntelliJ IDEA | IntelliJ IDEA Blog
Many developers can barely imagine daily work on large projects without hot-swapping Java classes from the IDE. However, as you know Java HotSwap™ VM has a serious limitation since no structural changes in classes are allowed. This means that you can't, say, add a new method or a field to a class and perform the hot swapping. The only thing you can actually change during the hot swapping are the method bodies.
Luckily there is a way to improve the situation with the new open-source project Dynamic Code Evolution VM, a modification of Java HotSwap™ VM with unlimited support for reloading classes at runtime.
Read full article from Get True Hot Swap in Java with DCEVM and IntelliJ IDEA | IntelliJ IDEA Blog
No comments:
Post a Comment