Description of the illustration maven_dt_003.eps
This figure shows the directory structure for a Basic WebAPP project. The top level contains pom.xml and the directory src. src contains the subdirectory main, which holds subdirectories java and webapp.
-
java contains AccountBean.java under the path java/org/mycompany
-
webapp contains index.xhtml, template.xhtml, subdirectory WEB-INF, and subdirectory css
-
WEB_INF contains beans.xml, web.xml, weblogic.xml
-
css contains bootstrap.css, index.html, template.xml
-