2

I looking for the current best combination of tools for developing a Java web app using Spring MVC (and Spring) and JRebel. Which IDE (which version, which plugins?), which other build tools (maven, gradle?)? Tomcat/Jetty? Embedded? How to fit them together so that the development process becomes quick and painless.

Has anybody got some tried and tested combinations that work really well? Any you would avoid?

I'm developing on Windows 7, using Java 7, looking to use latest production releases of libraries/frameworks.

4

2 回答 2

4

据我所知,您真正想知道的是,如果您将 JRebel 与 Eclipse 一起使用,您是否能够立即看到更改。所以如果我是对的,那么 JRebel 会做你想做的工作。

使用 JRebel,您可以立即在浏览器中查看对 Java 代码的所有更改。保存并刷新!您的其他项目文件也是如此。

我已经使用过它,它会在您保存它后立即部署您的 java 文件,甚至不会弹出一些在 eclipse 中自动使用 build 时发生的窗口。

于 2013-04-24T12:27:23.957 回答
0

在我的项目中,我正在使用以下内容: 1.IDE-eclipse juno 最新版本。2.Server-jboss-5.1.0.GA 3.Framework-Spring MVC架构。4.front End-JSF 我认为这是任何Web应用程序项目的好配置

于 2013-04-24T11:56:25.930 回答