Previous Next Contents


New Project Wizard

The new project wizard allows you to create a project including an index page, base classes, a JavaScript file (validate.js), and an AppResource file.

Related Topic

Specify Base Name and Location
Description
Decide what to name the project and in which directory to store it.

Properties
Field
Value
Example
Name
Name of the project. You can choose any name for your project.
NewProject
Directory
Directory in which to store the project files.
C:\nab\apps\HelloWld\


Specify Features to Enable
Description
Select the checkboxes corresponding to features you want NAB to automatically generate for your new project.

Properties
Field
Description
Create index?
Select this checkbox to automatically generate an HTML page to serve as the starting point for your project. If an index page already exists for your project, disable the checkbox.
Create BaseServlet?
Select this checkbox to automatically generate a file that stores shared code such as classes and methods. This file is the super-class for all wizard-generated servlets.

Create AppResource?
Select this checkbox to automatically generate a file that stores session information specific to your project. Servlets use sessions to store information about each user's interaction with the application. This session data is then available to other servlets in the application
Create validate.js?
Select this checkbox to automatically generate a file that implements JavaScript-based validation for form components.

Related Topics

Finish
Description
Click Finish to complete the new project wizard. A list of files created by the wizard is displayed.

 

© Copyright 1999 Netscape Communications Corp.