5 Replies Latest reply on Apr 23, 2010 1:56 AM by swd847

    Experimental Hot Deployment for seam 2.x

    swd847

      I have just release a pre-alpha version of a project that aims to provide hot-redeployment of java classes.


      It is available for download here:


      http://code.google.com/p/fakereplace/


      It is still pre-alpha, so there is no guarantee it will work for you, however it should allow you to change, add and remove the following while your program is running in exploded mode and view the results straight away:



      • Annotations (class, field and method)

      • Fields

      • Methods



      The readme.txt file in the distribution contains instructions.