HTML Examples

This sample database contains a collection of live code examples that illustrate techniques for developing an HTML user interface for the client portion of your applications.

These examples reside in the Examples37_HTML database.

This page covers the following topics:

 
Top of page

Description of the HTML Examples database

When you develop HTML clients in the SilverStream Designer, you create dynamic HTML pages that are implemented in Java. The HTML page controls are represented by objects on the server that have properties, events, and methods.

Typically, you design an HTML user interface for clients when you want Internet or intranet users to run your application from a browser. Types of HTML clients include:

In the HTML Examples database, you will find examples that demonstrate numerous techniques for developing HTML clients, including:

 
Top of page

How to get started

To run HTML examples:

  1. After installing the HTML Examples database, start the Main Designer.

  2. Select the HTML Examples database in the left pane of the Main Designer.

  3. Select the Run Database icon:

    The application starts up in your browser:

  4. Browse through the list in the left navigation pane and select examples of interest.

    The example you select opens in the right pane, where you can interact with its controls:

    Note that this display includes a View Documentation button, which when pressed brings up a detailed description of the technique illustrated in the example.

 
Top of page

HTML techniques

    To learn how to implement HTML techniques and access sample code that you can incorporate in your applications, go to Application Techniques in the help system: HTML Client Techniques and Triggered Business Object Techniques.

 
Top of page

Where to find more information

    For more information about developing HTML clients, see Page Designer in the Tools Guide and the following chapters in the Programmer's Guide:


Copyright © 2001, SilverStream Software, Inc. All rights reserved.