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.