How can I achieve hot deployment with Intellij-IDEA and Seam 2?
I've set up a separate module to deploy hot deployable class files to WEB-INF/dev/, but it still deploys as one big clump.
Steps to get hot deployment with Intellij-IDEA and Jboss: (This is assuming your WAR project already deploys from an exploded directory successfully)
Now, whenever you alt-tab out of IDEA, your views and seam POJO controllers are redeployed automatically.