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?
This isn't exactly hot deployment, but JRebel is free for Scala developers. You don't have to redeploy then.