May 2001
Intermediate to advanced
1088 pages
30h 13m
English
There isn't much to the deployment descriptor for an EAR file; you can give it a display name and description using the <display-name> and <description> tags. You then list the various JARs by using the <module> type. Within each module tag, you have one of three tags: <ejb>, <java>, or <web>. For the ejb and java tags, you specify the URI of the JAR file. For the web tag, you use the <web-uri> tag to specify the URI for the JAR file and <context-root> to specify the root for the Web application.
Read now
Unlock full access