3 Replies Latest reply on Jan 31, 2012 5:41 PM by sfcoy

    Hot Deploy Standalone EJB Modules

    enialen

      Hi All,

       

      I should start by saying im new to JBoss and JEE… im hoping someone can help me with a few architecture questions while trying to design a new application in JEE.

       

      Application Overview:

       

      + Standard application to be deployed as a single ear file… contents to include a few ejbmodules, common jars to be placed in the ear file lib directory

       

       

      On top of the standard application we will have various add on components which the customer can select.

       

      Rather than deploying these add on components as individual ear files… can some please tell me if there is any way I can hot deploy these add on ejb modules???

       

       

      I really want to avoid having multiple ear files and on the other hand having a single ear file which contains the complete application.

       

      Anyone know of a way to achieve this???