/*
 * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */


This directory contains examples to help you get started programming
your Sun[tm] ONE server. Sun ONE server products support a variety of
programming interfaces:

* J2EE - The Java(TM) 2 Platform, Enterprise Edition (J2EE) defines
  the standard for developing multitier enterprise applications. J2EE
  simplifies enterprise applications by basing them on standardized,
  modular components, by providing a complete set of services to those
  components, and by handling many details of application behavior
  automatically, without complex programming.

* CGI - The Common Gateway Interface is an interface used to allow
  your server to execute programs which handle forms, contact external
  resources, and many other things. While very flexible, frequently
  accessed CGI programs can place an undue burden on your system's
  resources.

* NSAPI - The NSAPI provides a method of interfacing directly with the
  server code as opposed to using a Java virtual machine or external
  programs. The NSAPI is much more flexible than CGI, allowing you to
  implement your own custom access control techniques, translate
  custom format files into HTML or images, and control every aspect of
  the server's operation.

This directory contains the header files necessary to program the
NSAPI, and example NSAPI functions are provided. The examples are
written in ANSI C.

