caucho
Resin 1.1
FAQ
Reference
JavaDoc
Demo
Java Tutorial

Getting Started
Configuration
Servlet
JSP
XTP/XSL
JavaScript
JS Library

Source Text
Literals
Regexp
Operators
Objects
Functions
Statements
Java Wrapping
 JavaScript Reference

Source Text

The source text section describes generic information on the source of a program. It discusses character encoding, whitespace, automatic semicolon insertion and comments.

Literals

The literals section describes creating the base datatypes of JavaScript strings, numbers, regular expressions, arrays and objects.

Operators

The operators describe all the different ways to combine JavaScript values, e.g. addition and function calls, as well as how variables are stored.

Objects

The objects section describes the JavaScript object model. It describes how properties are stored, how the prototype-based inheritence works and how to create new classes of objects.

Functions

The functions section describes how to create and to use functions in JavaScript. It also describes how local variables are scoped and how function closures work.

Statements

The statements section describes how control flows in JavaScript programs. It describes new statements enhancing script robustness and reliability, catch, finally, and synchronize It also includes Resin's additions to enhance program clarity, class and import.

Java Wrapping

The Java Wrapping section describes the interface between Resin and Java.

XSL lite examples   Source Text
Copyright © 1998-2000 Caucho Technology. All rights reserved.
Last modified: Thu, 16 Sep 1999 14:56:48 -0700 (PDT)