You
can drag and drop files from Windows® Explorer or the desktop into the
Navigator view.
or yellow warning
next to the resource with the error,
as well as the parent containers up to the project. This applies for all project
types, not only Web projects.
. The Project Explorer view shows a custom view of a dynamic Web project. By default, dynamic web projects appear under a top-level category called Dynamic Web Projects. The following are some of the notable top-level objects that appear beneath the project node (based on default folder names).
Web Diagram - A Web application diagram, is a file that helps you visualize and change the flow of a Web application. This file and associated wizard enables you to construct a diagram of a Web application by clicking on objects in a palette.
Web Deployment Descriptor - This file corresponds to the WebContent/WEB-INF/web.xml file, which is used to specify deployment information for modules created in the Web development environment. You can edit this file using the Web deployment descriptor editor, or you can select Open With from its pop-up menu to open the file with a different editor.
Underneath the Deployment Descriptor are placeholders object that are reserved for the creation of Servlets, Servlet Mappings, Filters, Filter Mappings, References, Security (constraints and roles) and Listeners. You can create instances of these objects by right clicking on an object and selecting New from the pop-up menu.
When a Web project is exported, a JAR file is automatically created
from the Java project to be used by the Web application during
runtime. Libraries are shown in classpath order. By default, only the JAR
files contained within the project are shown. You can also display external
JARs and project libraries by selecting Show Referenced Libraries from
the Navigator view's Menu button
.
You can drag
and drop class files from the Windows Explorer or desktop to the imported_classes folder
in the Navigator view.
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.