I like very much the way applications are deployed at heroku by just pushing in git. Is there a way to use such kind of deployment in Java?
P.S. I have a small application which is deployed to tomcat server. I don’t need distribution and other stuff.
Since Java is a compiled language, you don’t have the same luxury as ruby and other languages where you simply deploy code.
Take a look at AppHarbour as they do this for C# and from there see if anyone is offering the same thing for Java.