Build descriptor options used with JavaScript

This topic lists the build descriptor options used with JavaScript™, which is the generated language for EGL Rich UI.
Table 1. Build descriptor option descriptions and default values
Build descriptor option Default value Description
defaultDateFormat MM/dd/yyyy Controls the initial runtime value of the strLib.defaultDateFormat system variable.
defaultServiceTimeout No default value Specifies the maximum valid number of milliseconds that elapse between the following events: when the EGL Rich UI Proxy (on the Web server) invokes a service and when the Proxy receives a response.
defaultSessionCookieID JSESSIONID Identifies the session cookie provided to the EGL Rich UI Proxy from a service.
defaultTimeFormat HH:mm:ss Controls the initial runtime value of the strLib.defaultTimeFormat system variable.
defaultTimeStampFormat An empty string Controls the initial runtime value of the strLib.defaultTimeStampFormat system variable.
deploymentDescriptor No default value Contains the name of the EGL deployment descriptor. That descriptor provides service-binding detail when you are generating a service, as well as service-binding detail when you are generating a logical unit (program, library, handler, or service) that invokes a service.
eliminateSystemDependentCode YES Indicates whether, at generation time, EGL ignores code that will never run in the target system.
nextBuildDescriptor No default value Identifies the next build descriptor in the chain.
system No default value Specifies the target runtime environment of the generated code. For Rich UI, JavaScript is specified automatically in the Workbench.

Feedback