I have been using docker for several weeks in my development environment, and this is pretty good, I donβt need to worry about configuration, nor do I need to start a full virtual machine to just start the application server (JBoss is in my business).
However, it seems that I went back to the old days with compilation, deployment, waiting, testing.
Now the question is, is there a way to use tools like jrebel or dcevm to speed this up? Moreover, does this question really make sense?
source share