Package sunlabs.brazil.tcl

Provide ways of integrating the TCL scripting language into the Brazil project server.

See:
          Description

Class Summary
TclFilter Wrapper for writing FilterHandler filters in TCL.
TclHandler Handler for writing handlers in tcl.
TclRePollHandler Post-process all "polled" properties with tcl code.
TclServerTemplate The TclServerTemplate looks for each <server language="tcl"> (or <"tcl">) tag in an HTML page and treats the following data up to the next </server> tag as a Tcl script to evaluate.
 

Package sunlabs.brazil.tcl Description

Provide ways of integrating the TCL scripting language into the Brazil project server.

TCL is an interpreted scripting language written in the Java programming language. Various parts of the Brazil project system can be scripted in TCL. All of the classes in this package provide mechanisms for accessing the TCL language in the Brazil project server context. See Tcl + Java = A match made for scripting for an introduction to scripting in the Java language using TCL.

Files in this package depend upon the tcljava.jar and jacl.jar files, which may be downloaded from tcljava.sourceforge.net

The tests included in the distribution require Jacl to run. They don't yet work using jacl version 1.3, so a version jacl1.2+ is included in the distribution to run the tests. The included version (called tcl.jar) may be used with all classes in this package.


Version Kenai-svn-r24, Generated 08/18/09
Copyright (c) 2001-2009, Sun Microsystems.