On Sun, May 30, 2010 at 5:22 PM, Jeremy Thomerson <[email protected]> wrote: > I've not used jRebel, but I commonly run my applications in debug mode in > Eclipse and do not have to restart the server - even with code changes. The > exception is changing a method signature of classes that are already loaded > - but adding methods, classes, or changing 90% of code does not require a > restart. So, what does jRebel add? Does it eliminate restarts even in > these cases where the normal debug mode requires one? >
JRebel allows more types of class changes before you need a restart. You can add/remove methods with JRebel, no problem. There are still some situations where you can't reload, but it definitely cuts down on restarts. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
