Вопрос

Is scalatra (Scala server side framework) auto-refresh when one of our source code changed (just like PHP)?

or if they are not, is there any Scala server side framework that able to do that (edit code, then test on the browser, without needing to restart the scala/server program)?

Это было полезно?

Решение

you can use follow command to run scalatra.

$ ./sbt

container:start

~ ;copy-resources;aux-compile

for more details please visit this

Другие советы

try ~jetty:start in sbt shell.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top