Java Programmer Tips and Tricks: Episode #004 — Hotswap Agent and Spring [Video]
Learn more about Hotswap Agent, its limitations, and how it works with Spring.
Join the DZone community and get the full member experience.
Join For FreeLast week, you already had a look at plain DCEVM and how to improve hot code reloading. But DCEVM only works for plain Java and has no framework support, like adding Spring Beans on the fly or changing Hibernate configuration.
This is where Hotswap Agent comes in, which works together with DCEVM and gives you frameworks hot swap. In this episode, you'll see how it works together with Spring and what its limitations are.
Published at DZone with permission of Marco Behler. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments