Which Java web frameworks provide hot-reload?
Posted
by Stefane Fermigier
on Stack Overflow
See other posts from Stack Overflow
or by Stefane Fermigier
Published on 2010-05-16T14:36:42Z
Indexed on
2010/05/16
14:40 UTC
Read the original article
Hit count: 291
I'd like to know which Java web application frameworks do provide a "hot reload" capability, i.e. allow to develop applications and have them redeployed on the server "almost instantly" (i.e. in less than a few seconds).
I the Java world, Play! has it out of the box, but what I'm looking for is a more exhaustive list.
Other examples that I'm aware of include: Nuxeo WebEngine, provided you're using Eclipse and the right plugin, or, in the Python world, Django and Pylons (when using the "--reload" option).
© Stack Overflow or respective owner