About Creating Web Applications

See Also

Web applications have a defined folder structure.

When you create a web project, the IDE does the following:

After you create the project, you can view the files in the Projects window or the Files window.

When you import a web project from an earlier version of the IDE, the project is structured according to Sun Java BluePrints guidelines. A web application must also contain a deployment descriptor file (WEB-INF/web.xml), and can contain one or more web components.

See Also
Creating a New Application with JSF Support
Adding JSF Support to an Existing Application
Creating a New Application with Struts Support
Adding Struts Support to an Existing Application

Legal Notices