|
|
|
|
|
by eropple
5453 days ago
|
|
JRebel isn't applicable to Play - Play (both when running Java and Scala) hosts its own compiler. In dev mode, when you change a .java or .scala file, it recompiles it and reloads it on the fly. Which is why Play is freaking awesome--well, one of the reasons. |
|