I'm new to the JVM and interested in trying Kotlin for RESTful web development. Hot reloading is a dev feature I'm used to from dynamic scripting languages like Python, Ruby, and JavaScript.
Play, Dropwizard, and Spring Boot all seem appealing. I'd be willing to use any of the above, but I've been unable to get a simple "save file, reload webpage" workflow set up with any of the above.
How can this be accomplished?