0 Replies Latest reply on Feb 28, 2012 2:30 AM by pkit

    View code changes directly

    pkit

      Hi,

       

      I use Eclipse Indigo as IDE with the latest JBoss Tools installed as a plugin.

       

      I'm currently developing a Multi Module Maven application which I want to deploy on JBoss AS 7.1. In order to achieve this, I've added my local JBoss AS 7.1 server via Window>Preferences>JBoss Tools>JBoss Tools Runtime Detection, which allows me to deploy the application using the Server view in Eclipse.

       

      However, when I make a change in the source code, I need to re-deploy the application in order to see my changes.

       

      • Is there a way to get hot-code replacement?
      • Should I use JRebel for this?
      • Or are there other (beter) ways to achieve this? Maybe using a Maven Plugin?

       

      Thanx!