Created
January 11, 2015 20:05
-
-
Save edwardbeckett/970cd13237e310b03b66 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EAR | |
- META-INF/application.xml | |
- some.jar | |
- some classes, no beans.xml here | |
- commonlib.jar | |
- common lib resource classes | |
- META-INF/beans.xml | |
- data.jar | |
- api implementation for data classes | |
- META-INF/beans.xml | |
- logging.jar | |
- api implementation for logging classes | |
- META-INF/beans.xml | |
- webapp.war | |
- classes | |
- META-INF | |
- persistence.xml | |
- etc... | |
- WEB-INF/beans.xml | |
- beans.xml | |
- web.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment