I’m developing web app with Spring and Vaadin, and JRebel helps a lot avoiding countless redeploys! It would be even better to have something like Webpack’s hot-module-reload, where the web page reflects the changes without the need to refresh the page (i.e. hit F5). I think this would require Websockets, which most frameworks already adopts by now.
↧