Next Contents Index


Preface

This preface contains the following topics:


Using the Documentation
The following table lists the tasks and concepts that are described in the Netscape Application Server (NAS) and Netscape Application Builder (NAB) printed manuals and online README file. If you are trying to accomplish a specific task or learn more about a specific concept, refer to the appropriate manual.

Note that the printed manuals are also available as online files in PDF and HTML format.

For information about
See the following
Shipped with
Late-breaking information about the software and the documentation
readme.htm
NAS 4.0, NAS 4.0 Developer Edition (Solaris), NAB 4.0
Installing Netscape Application Server and its various components (Web Connector plug-in, Netscape Application Server Administrator), and configuring the sample applications
Installation Guide
NAS 4.0 Developer Edition (Solaris), NAS 4.0
Installing Netscape Application Builder
install.htm
NAB 4.0
Basic features of NAS, such as its software components, general capabilities, and system architecture
Overview
NAS 4.0, NAS 4.0 Developer Edition (Solaris), NAB 4.0
Deploying Netscape Application Server at your site, by performing the following tasks:
Deployment Guide
NAS 4.0

Administering one or more application servers using the Netscape Application Server Administrator tool to perform the following tasks:
Administration Guide
NAS 4.0

Migrating your applications to the new Netscape Application Server 4.0 programming model from version 2.1, including a sample migration of an Online Bank application provided with Netscape Application Server
Migration Guide
NAS 4.0, NAS 4.0 Developer Edition (Solaris), NAB 4.0
Creating NAS 4.0 applications within an integrated development environment by performing the following tasks:
User's Guide
NAB 4.0
Creating NAS 4.0 applications that follow the new open Java standards model (Servlets, EJBs, JSPs, and JDBC), by performing the following tasks:
Programmer's Guide (Java)
NAS 4.0 Developer Edition (Solaris), NAB 4.0

Using the public classes and interfaces, and their methods in the Netscape Application Server class library to write Java applications
Server Foundation Class Ref-erence (Java)
NAS 4.0 Developer Edition (Solaris), NAB 4.0
Creating NAS C++ applications using the NAS class library by performing the following tasks:
Programmer's Guide (C++)
Order separately


Using the public classes and interfaces, and their methods in the Netscape Application Server class library to write C++ applications
Server Foundation Class Ref-erence (C++)
Order separately


About This Guide
The Netscape Application Server Foundation Class Reference (Java) provides specification-level documentation for the public classes and interfaces, and their methods, in the Netscape Application Server Foundation Class Library. Use this book to look up how a particular class or interface method works, what syntax is required, and for examples on how to use it.

For conceptual and task-oriented information on designing and developing Netscape Application Server applications, read the Programmer's Guide (Java).


Naming Conventions
Item
Convention
Package name
Lowercase with periods indicating directory levels. For example, com.netscape.server.servlet.extension.
Class name
Mixed case with initial uppercase. For example, AppLogic class.
Interface name
Mixed case with initial uppercase. For example, IAppEventObj.
Method name
Mixed case with initial lowercase. For example, getTables( ).
Parameters
Mixed case with initial lowercase. For example, myQuery.

 

© Copyright 1999 Netscape Communications Corp.