开发者

Develop Java like PHP

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜