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?
|
feedback
|
|
JRebel is a tool for development. LiveRebel (based on JRebel) is the tool you're probably thinking of | |||
|
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. | |||
|
feedback
|