The groups logical objects by category within projects. Choose Window > Projects to display this window. The following table describes the top-level nodes.
Folder | Description |
---|---|
Project Name | The root node for a Visual Web JSF Application project. |
Web Pages |
The .jsp pages, which include the visual presentation of a web page, such as
JavaServer Faces components and static text. Also contains resources, such as
stylesheets.
|
Configuration Files | Deployment descriptor files, XML-based text files whose elements describe how to assemble and deploy a module to a specific environment. The elements also contain behavioral information about components not included directly in code. |
Server Resources | Server resources that you have created are listed in this folder. |
Source Packages | The Java files in your project, such as the page beans containing the event handling and business logic for your application |
Test Packages | The test files in your project. |
Libraries | Library JAR files used by the application |
Test Libraries | Library JAR files used by the test files for your application |
Themes | Coordinated sets of cascading stylesheet files, JavaScript files, and icon images that are applied to a Visual Web JSF page and the components in the page |
Component Libraries | Library JAR files for libraries containing JavaServer Faces components that you have imported. |
Data Source References | A node used to resolve data connection problems, especially with projects imported from Java Studio Creator 2 and Java Studio Creator 2 Update 1. |
The Projects window enables you to work efficiently with the primary elements of your application without exposing the underlying details of the application infrastructure. You can switch to a more detailed filesystem view of the project by selecting Window > Files from the main menu.