如何热部署scala+Java EE 6?
我正在为 Java EE 6 应用程序构建一个开发环境,我想使用 scala 构建并使用 JBoss AS 7 运行。
我能够使用 Maven 运行所有内容,但不能使用可以热部署我的更改的 IDE,因为我可以用Java来做。
Eclipse 是我的第一选择,但我无法使 scala 插件与 WTP 一起工作。
谁能推荐一个适用于 Scala + Java EE 6 且运行良好的 IDE/构建工具?
I am building a development environment for a Java EE 6 application that i would like to build with scala and run with JBoss AS 7.
I was able to get everything running with maven, but not a IDE that can hot-deploy my changes, as i would be able to do in Java.
Eclipse was my first choice, but i was not able to make the scala plugin work with WTP.
Could anyone suggest a IDE / build tool for Scala + Java EE 6 that works well?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这并不完全是热部署,但 JRebel 对于 Scala 开发人员来说是免费的。那么您不必重新部署。
This isn't exactly hot deployment, but JRebel is free for Scala developers. You don't have to redeploy then.