0 Replies Latest reply on Jan 24, 2013 9:42 AM by sdnakhla

    JBoss AS7 Module for Seam 2.3?

    sdnakhla

      I have become a big fan of JBoss AS7's module mechanism for specifying dependencies within an application.  It has drastically reduced the size of the EAR files we deploy, and has made it very easy for us to deploy multiple applications that have the same dependencies. Up until this point, however, the modules we have created ourselves have been very small and simple.  Now, however, we'd like to use a JBoss module for JBoss Seam 2.3.0.

       

      Does anyone know of a resource that would explain how best we can do that?  Seam is a huge framework, with lots of dependencies of its own. Up to this point, we've been putting the JARs directly within the EAR/WAR files.  We'd like to get away from that.  Can anyone give any help on how to create a JBoss AS7 module for Seam 2.3.0 correctly?  By correctly, I mean referencing the additional modules within JBoss correctly, segmenting properly, etc. 

       

      Any advice or guidance you can give would be greatly appreciated.  Thanks in advance!