2 Replies Latest reply on Sep 13, 2009 10:31 AM by xterm2

    Hot deployment in production environment

      Hello
      I have plans on building a application with a plugin fetaure, mutch like in applications like wordpress where users should be able to install/uninstall/uppdate plugins as needed.

      This called for a hot deployment fetaure where classes and files should be able to get reloaded on demand (not necessary to do so automatically but at least on a push off a button)

      I have read about hot deployment in many different frameworks but it all comes down to "Do not use this in a production environment).

      Now I have turned to seam (since i build my apps with jsf, richfaces and facelets this is natural). Can anyone tell me if the hot deployment features off seam can solve my problems? Or maby point me to another way of solving this?