Is JRebel ever used in production environments? Is it something to just help you develop or is it appropriate for reloading things (especially next gen languages (non-Java)) on the JVM? What (at the byte code and Java language level) can it reload?

link|improve this question
feedback

2 Answers

JRebel is a tool for development. LiveRebel (based on JRebel) is the tool you're probably thinking of

link|improve this answer
feedback

As Anton said: JRebel is very useful for development. Especially if you have a large deployment time JRebel could enhance your dev experience a lot. (BTW They offer licenses to open source projects I think)

Take a look into their feature comparison to jvm or into this feature comparison of the challenger javeleon. Also take a look into this answer for yet an alternative.

Here or here is how it works

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.