A.3 Accessing UCS from ScriptEase

You can use ScriptEase to write server-side scripts on the NetWare platform to access Universal Component eXtensions (UCX), Java Beans and classes, and Remote ActiveX Controls using Novell's Universal Component SystemTM (UCS).

You can access Novell’s Universal Component System (UCS) using the UCS Extension, SE2UCS (formerly UCSJS). SE2UCS creates a scriptable object for the component specified in the ComponentName parameter, using the CreateObject method. The component that is created can be a UCX component, a Java Bean, a Java class or a Remote ActiveX control.

A.3.1 CreateObject method

Creates a scriptable object.

Syntax

CreateObject(String ComponentName)

Parameters

ComponentName

A string naming the component that is to be used.

Return values

Object

It can be one of the following: UCX component, JavaBean, Java class or Remote ActiveX Control.

Remarks

SE2UCS provides an interface to UCS. Therefore it only supports the components supported by UCS

Examples