Search code examples
eclipsescalaidejava-ee-6hotdeploy

How to hot deploy scala+Java EE 6?


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?


Solution

  • This isn't exactly hot deployment, but JRebel is free for Scala developers. You don't have to redeploy then.