Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

Which Java web frameworks provide hot-reload?

9 like 2 dislike
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).
asked 2 years ago by william (91,210 points)

1 Answer

3 like 0 dislike
 
Best answer
As far as I know, you can do hot reload with almost every java framework if using jrebel. Some frameworks have some kind of hot-deploy built in, as noted in other answers.
answered 2 years ago by pollard (41,990 points)

Related questions

5 like 0 dislike
1 answer
asked 1 year ago by DBA-boss (120,990 points)
4 like 0 dislike
1 answer
9 like 0 dislike
0 answers
1 like 0 dislike
0 answers
asked 1 year ago by eagle09 (95,490 points)