Hi,
Am Montag, 24. September 2012, 21:47 schrieb Chenguang He:
> Uhm.. i tried the second way, it didn't work.
> For the first way, do you use JRebel plug-in or not? When i use the
> plug-in, it shows that it works, but when i change the .scala class,
> nothing happened.
For me (I use JRebel with the RunWebApp test, as it's much faster), the
class reload only takes place when the code is *needed* (e.g. at page
reload), not when it's changed/compiled. When I change a snippet and
reload the page, I get a JRebel message "Reloading class ..." on the
console.
Tobias