This section summarizes the features and user interface of Netscape Application Builder.
About Netscape Application Builder
The Welcome Dialog Box
The Workspace
The Project Window
The Project Map
Editor Windows
The Palette
The Properties Window
The Messages Window
powerful programming integrated development environment, including the following functions:
WYSIWYG HTML editing
Java code editing along with building, testing, and integrated debugging support
visual data modeling and point-and-click SQL editing
HTML page and JavaServer Page (JSP) design with point-and-click data binding
client-side JavaScript support
deployment support
integrated source control
project map to show the page flow of an application as well as its file dependencies.
wizard-based development, including the following features:
various wizards designed to guide you in creating parts of your application, allowing you to quickly prototype.
many of the files that Netscape Application Builder creates for you, especially Java files, contain auto-generated code to get you started, including wizard support for JDBC RowSet objects for point-and-click data binding, Java servlets, Enterprise JavaBeans, and JavaServer Pages.
you can edit files within Netscape Application Builder by selecting them and launching an editor window. While editing, you can insert auto-generated code by working with the Properties window.
learning aids such as context-sensitive help, a tutorial, and sample applications.
HTML pages, designated by a .html or .htm file suffix.
JavaServer Pages (JSPs), designated by a .jsp file suffix.
Java source files, designated by a .java file suffix.
Javascript files, designated by a .js suffix.
Data models, designated by a .kdm file suffix.
Query files, designated by a .gxq file suffix.
Enterprise JavaBean (EJB) files
Connection files, designated by a .props file suffix.
NTV files, designated with by a .ntv suffix
From the Main menu, choose View and then Properties.
From the Project window, right-click any file and choose Properties.
From a project map, right-click any icon and choose Properties.
Double-click on elements in a page.
Right-click on elements in a page.
Press the F4 key.