The disable-zscript Element"

From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} '''Syntax:''' <disable-zscript>'''false'''|true</disable-zscript> [Default: false (enabled)] [since 5.0.8] Specifies whether to disab...")
 
m
Line 7: Line 7:
 
  [since 5.0.8]
 
  [since 5.0.8]
  
Specifies whether to disable the use of zscript (i.e., the interpreter).
+
Specifies whether to disable the use of [[ZUML_Reference/ZUML/Elements/zscript|zscript]] (i.e., the interpreter). Once disabled, you could not embed any Java code in a ZUML page.
 +
 
 +
It is suggested for production system, since [[ZK Developer's Reference/Performance Tips/Use Compiled Java Codes|the performance of Java interpretation is not good]] and the BeanShell interpreter does not work well in a clustering environment.
  
 
=Version History=
 
=Version History=

Revision as of 09:29, 4 August 2011


The disable-zscript Element


Syntax:

<disable-zscript>false|true</disable-zscript>
[Default: false (enabled)]
[since 5.0.8]

Specifies whether to disable the use of zscript (i.e., the interpreter). Once disabled, you could not embed any Java code in a ZUML page.

It is suggested for production system, since the performance of Java interpretation is not good and the BeanShell interpreter does not work well in a clustering environment.

Version History

Last Update : 2011/08/04


Version Date Content
5.0.8 August 2011 This feature was introduced.


Last Update : 2011/08/04

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.