8 Replies Latest reply on Feb 16, 2016 5:01 AM by slieer

    war module dependence

    slieer

      JBoss_Enterprise_Application_Platform/6.4/html/Development_Guide

      3.2. Add an Explicit Module Dependency to a Deployment

       

      According to the above, A JAR module can depend on a war module?

       

      For example, a war App.war, add a dependencies entry to the MANIFEST. MF

      Dependencies: org.apache.struts2, org.commons, deployment.util.jar, deployment.ucenter.war


      But in fact, a jar module or a war module can not be dependent on another war module, right?  why?