The Project
Explorer view shows a custom view of all Web projects. The following are some
of the notable top-level objects that appear beneath the project node (based
on default folder names).
Web content folder - This folder contains
items to be published to the server. By default, this folder will be named
WebContent for
newly created static and dynamic Web projects.
Note: You can change the name
in the creation wizard Web facet page.
- META-INF - This directory contains the MANIFEST.MF file,
which is used to map class paths for dependent JAR files that exist in other
projects in the same Enterprise Application project. An entry in this file
will update the run-time project class path and Java build settings to include the referenced
JAR files.
- WEB-INF - The directory where supporting Web resources for a Web
application are kept (for example: .xmi files, .xml files, and web.xml.)