Sample: Company Web site

Web projects hold all of the Web resources that you create when you develop a Web application. The first step to creating or importing a Web application is to create either a static or a dynamic Web project. Because this sample creates a Web site with various Web and data resources, it requires a dynamic Web project. Dynamic Web projects are used to structure Web applications that use more complicated, dynamic Web technologies, such as JavaServer Pages(JSP) files, and possibly data access resources. This sample Web site uses JSP pages, a cascading style sheet, and a page template with dynamic navigation.
Time Required: 1 minute
Click Import the sample to import the sample into your workspace. The import will create the appropriate project for you to explore. For instructions on how to run the application, click Setup instructions.

Feedback