I am developing a web application with spring mvc on eclipce under linux.
What i want to do is to get to a point that i can save a java file and just refresh the browser to get the results, like PHP.
Right now, I have my tomcat configured with hot deploy (which helps
开发者_如何学JAVA).
For the js + html side i have configured allowLinking so this side is working
But i still need to "mvn install" every java change.
Any suggestions how to make the development faster?
(Looking for automation and not to skip the native JVM proccess.)
Thanks
You might want to look at JRebel.
Afaik, your JVM needs a restart or reload the context (at the least) for the changes to be reflected, even if you copy over the .class files manually.
继续阅读:maventomcat
精彩评论