0 Replies Latest reply on Jun 27, 2013 11:34 AM by rmemoria

    Web app in modules

    rmemoria

      I'm trying to modularize my web app. This application is being extended for some clients and learning about JBOSS Modules, I wonder if it's possible to move these extensions to a module, and this module will be dnamically linked to my web app (so I'd keep the web app core free of specific customizations).

       

      Is it possible to include the following resources + code in a module and make it available to my web app?

       

      • CDI classes;
      • JSF pages;
      • Hibernate/JPA entities;
      • Other resources like images, javascript files, messages.properties files, etc;

       

      Any hint will be welcome.

       

      Thanks,

      Ricardo