3 Replies Latest reply on Jul 16, 2012 10:18 AM by ctomc

    Creating dynamic JBOSS module

    hsn10

      I want to create dynamic JBOSS module with Grails 2.0 runtime. It will pack all jars required for grails application to run and then setup applications to depend on this module.

       

      I read description there:

      http://www.javacodegeeks.com/2011/09/jboss-modules-example-modular-web.html

       

      so basicaly make JAR with required Grails JARs in jar root and add module.xml to META-INF? I cant find any good documentation on modules.