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.
Creates a scriptable object.
CreateObject(String ComponentName)
A string naming the component that is to be used.
It can be one of the following: UCX component, JavaBean, Java class or Remote ActiveX Control.
SE2UCS provides an interface to UCS. Therefore it only supports the components supported by UCS