Skip to content

Instantly share code, notes, and snippets.

@edwardbeckett
Created January 11, 2015 20:05
Show Gist options
  • Save edwardbeckett/970cd13237e310b03b66 to your computer and use it in GitHub Desktop.
Save edwardbeckett/970cd13237e310b03b66 to your computer and use it in GitHub Desktop.
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